Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndorserTx ¶
type EndorserTx struct { ComputedTxID string ChID string CcID string Creator []byte Response *peer.Response Events []byte Results []byte Endorsements []*peer.Endorsement }
EndorserTx represents a parsed common.Envelope protobuf
func NewEndorserTx ¶
func NewEndorserTx(txenv *tx.Envelope) (*EndorserTx, error)
NewEndorserTx receives a tx.Envelope containing a partially unmarshalled endorser transaction and returns an EndorserTx instance (or an error)
Click to show internal directories.
Click to hide internal directories.