Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransactionPool ¶
type TransactionPool struct {
// contains filtered or unexported fields
}
func NewTransactionPool ¶
func NewTransactionPool() *TransactionPool
func (*TransactionPool) AddTransactions ¶
func (pool *TransactionPool) AddTransactions(trxList []*model.Transaction)
func (*TransactionPool) GetTransaction ¶
func (pool *TransactionPool) GetTransaction() []*model.Transaction
type TransactionSigner ¶
type TransactionSigner struct { }
func NewTransactionSigner ¶
func NewTransactionSigner() *TransactionSigner
Click to show internal directories.
Click to hide internal directories.