aries / net.globalid.aries.utils / RxAnoncreds / proverCreateProof

proverCreateProof

fun proverCreateProof(wallet: Wallet, proofRequest: String, requestedCredentials: String, masterSecretId: String, schemas: String, credentialDefinitions: String, revocationStates: String): Single<String>

Creates a proof according to the given proof request.

Parameters

wallet - the current wallet

proofRequest - the proof request as JSON string

requestedCredentials - the requested credentials as JSON string

masterSecretId - the provisioning master secret identifier

schemas - the schemas JSON string

credentialDefinitions - the definitions JSON string

revocationStates - the revocation stats JSON string

See Also

Anoncreds.proverCreateProof

Return
the newly created proof