aries / net.globalid.aries.features.presentproof.record / ProofRecord / SentProposal / <init>

<init>

SentProposal(@Json("Id") id: String, @Json("ConnectionContext") connectionContext: ConnectionContext, @Json("ProposalJson") proposalJson: String)

The present proof record in the "sent proposal" state. We are the prover in this case. When we send a proposal, we save the corresponding connection ID and the proposal JSON. We use the thread ID to reference a received request back to the proposal (if there is one, as a request can also be the first message).