abstract fun processCredentialIssue(agent: Agent, credentialIssue: CredentialIssueMessage): Single<ReceivedIssue>
Processes the given issue message and stores the issued credential in the wallet.
agent
- to process the issue for.
credentialIssue
- is the message to process.
Return
Single of a CredentialRecord.ReceivedIssue, the record created from the message.