Documentation ¶
Index ¶
- func InitNode(pubKey *crypto.PubKey) Noder
- func NewNode() *node
- func NonTLSDial(nodeAddr string) (net.Conn, error)
- func TLSDial(nodeAddr string) (net.Conn, error)
- type ConnectingNodes
- type RetryConnAddrs
- type TXNPool
- func (this *TXNPool) AppendTxnPool(txn *transaction.Transaction, poolVerify bool) ErrCode
- func (this *TXNPool) CleanSubmittedTransactions(block *ledger.Block) error
- func (this *TXNPool) GetTransaction(hash common.Uint256) *transaction.Transaction
- func (this *TXNPool) GetTransactionCount() int
- func (this *TXNPool) GetTxnPool(byCount bool) map[common.Uint256]*transaction.Transaction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConnectingNodes ¶
type TXNPool ¶
func (*TXNPool) AppendTxnPool ¶
func (this *TXNPool) AppendTxnPool(txn *transaction.Transaction, poolVerify bool) ErrCode
func (*TXNPool) CleanSubmittedTransactions ¶
func (*TXNPool) GetTransaction ¶
func (this *TXNPool) GetTransaction(hash common.Uint256) *transaction.Transaction
func (*TXNPool) GetTransactionCount ¶
func (*TXNPool) GetTxnPool ¶
func (this *TXNPool) GetTxnPool(byCount bool) map[common.Uint256]*transaction.Transaction
Click to show internal directories.
Click to hide internal directories.