Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LedgerQuery ¶ added in v0.9.4
func NewLedgerQuery ¶ added in v0.9.4
func NewLedgerQuery(msg *messages.GetTxById, signer string) *LedgerQuery
type Query ¶ added in v0.9.4
type Query struct { ChannelID string ChaincodeName string Function string Args []string Signer string }
Query wraps a Fabric transaction, along with the logic to send it over JSON/RPC to a node
type Tx ¶
type Tx struct { ChannelID string ChaincodeName string IsInit bool Function string Args []string Hash string Receipt *client.TxReceipt Signer string // contains filtered or unexported fields }
Txn wraps a Fabric transaction, along with the logic to send it over JSON/RPC to a node
func (*Tx) GetTXReceipt ¶
GetTXReceipt gets the receipt for the transaction
Click to show internal directories.
Click to hide internal directories.