# Functions

CreateEndorserSignedTX assembles an Envelope message from proposal, endorsements, and a signer.
CreateEndorserTX creates header and payload for an endorser transaction.
CreateEnvelope creates a signed envelope from the passed header and data.
UnpackProposalResponse creates an an *UnpackedProposalResponse which is guaranteed to have no zero-ed fields or it returns an error.

# Structs

UnpackedProposalResponse contains the interesting artifacts from inside the proposal.

# Interfaces

No description provided by the author