abstract fun createPresentationProposal(agent: Agent, proofProposal: PresentProofProposal, connectionContext: ConnectionContext): Single<PresentationProposalMessage>
Creates a presentation proposal message. This allows the prover to begin the present proof protocol or respond to a presentation request to propose using a different presentation.
agent
- is the agent for which to create the message.
proofProposal
- is the configuration for the presentation proposal message.
Return
PresentationProposalMessage is the created message.