abstract fun processInvitation(agent: Agent, invitation: ConnectionInvitationMessage): Single<ReceivedInvitation>
Saves the invitation to the wallet.
agent
- for which to execute the action
invitation
- is the invitation message
Return
single ConnectionRecord.ReceivedInvitation is the created connection record.