package
1.2.0
Repository: https://github.com/bsnda/pcngateway-go-sdk.git
Documentation: pkg.go.dev

# Functions

WithCreator specifies the creator to use when creating the Transaction Header.
WithNonce specifies the nonce to use when creating the Transaction Header.

# Constants

EmptyTransactionID represents a non-existing transaction (usually due to error).
SystemChannel is the Fabric channel for managaing resources.

# Structs

ChaincodeInvokeRequest contains the parameters for sending a transaction proposal.
ProcessProposalRequest requests simulation of a proposed transaction from transaction processors.
TransactionProposal contains a marashalled transaction proposal.
TransactionProposalResponse respresents the result of transaction proposal processing.
TxnHeaderOptions contains options for creating a Transaction Header.

# Interfaces

ProposalProcessor simulates transaction proposal, so that a client can submit the result for ordering.
ProposalSender provides the ability for a transaction proposal to be created and sent.
TransactionHeader provides a handle to transaction metadata.

# Type aliases

TransactionID provides the identifier of a Fabric transaction proposal.
TxnHeaderOpt is a Transaction Header option.