Documentation
¶
Index ¶
- type NodeConnImplementation
- func (n *NodeConnImplementation) PostTransaction(tx *ledgerstate.Transaction)
- func (n *NodeConnImplementation) PullBacklog(addr *ledgerstate.AliasAddress)
- func (n *NodeConnImplementation) PullConfirmedOutput(addr ledgerstate.Address, outputID ledgerstate.OutputID)
- func (n *NodeConnImplementation) PullConfirmedTransaction(addr ledgerstate.Address, txid ledgerstate.TransactionID)
- func (n *NodeConnImplementation) PullState(addr *ledgerstate.AliasAddress)
- func (n *NodeConnImplementation) PullTransactionInclusionState(addr ledgerstate.Address, txid ledgerstate.TransactionID)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeConnImplementation ¶
type NodeConnImplementation struct {
// contains filtered or unexported fields
}
func (*NodeConnImplementation) PostTransaction ¶
func (n *NodeConnImplementation) PostTransaction(tx *ledgerstate.Transaction)
func (*NodeConnImplementation) PullBacklog ¶
func (n *NodeConnImplementation) PullBacklog(addr *ledgerstate.AliasAddress)
func (*NodeConnImplementation) PullConfirmedOutput ¶
func (n *NodeConnImplementation) PullConfirmedOutput(addr ledgerstate.Address, outputID ledgerstate.OutputID)
func (*NodeConnImplementation) PullConfirmedTransaction ¶
func (n *NodeConnImplementation) PullConfirmedTransaction(addr ledgerstate.Address, txid ledgerstate.TransactionID)
func (*NodeConnImplementation) PullState ¶
func (n *NodeConnImplementation) PullState(addr *ledgerstate.AliasAddress)
func (*NodeConnImplementation) PullTransactionInclusionState ¶
func (n *NodeConnImplementation) PullTransactionInclusionState(addr ledgerstate.Address, txid ledgerstate.TransactionID)
Click to show internal directories.
Click to hide internal directories.