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.
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
Return
the newly created proof