Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notify ¶
type Notify interface {
AnnounceNewTransactions(newTxs []*types.TxDesc, filters []peer.ID)
RelayInventory(data interface{}, filters []peer.ID)
BroadcastMessage(data interface{})
TransactionConfirmed(tx *types.Tx)
AddRebroadcastInventory(newTxs []*types.TxDesc)
}
Notify interface manage message announce & relay & notification between mempool, websocket, gbt long pull and rpc server.
Click to show internal directories.
Click to hide internal directories.