Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxPropagate ¶
type TxPropagate struct {
// contains filtered or unexported fields
}
func NewTxPropagate ¶
func NewTxPropagate(txpool *core.TxPool) *TxPropagate
func (*TxPropagate) DeliverAnnounces ¶
func (tp *TxPropagate) DeliverAnnounces(peerID string, hashes []common.Hash)
func (*TxPropagate) DeliverTransactions ¶
func (tp *TxPropagate) DeliverTransactions(peerID string, txs []types.Transaction, direct bool)
func (*TxPropagate) RequestTransactions ¶
func (tp *TxPropagate) RequestTransactions(peerID string, hashes []common.Hash) error
type TxsRequest ¶
Click to show internal directories.
Click to hide internal directories.