# Functions
NewBlockMessage construct bock response msg.
NewBlocksMessage create a new BlocksMessage.
NewGetBlocksMessage create a new GetBlocksMessage.
NewGetHeadersMessage return a new GetHeadersMessage.
NewHeadersMessage create a new HeadersMessage.
NewMerkleBlockMessage construct merkle block message.
NewMinedBlockMessage construct new mined block msg.
NewStatusResponseMessage construct get status response msg.
NewTransactionMessage construct notify new tx msg.
NewTransactionsMessage construct notify new txs msg.
# Constants
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
protocol msg byte.
# Structs
BlockMessage response get block msg.
BlocksMessage is one of the bytom msg type.
FilterAddMessage tells the receiving peer to add address to the filter.
FilterClearMessage tells the receiving peer to remove a previously-set filter.
FilterLoadMessage tells the receiving peer to filter the transactions according to address.
GetBlockMessage request blocks from remote peers by height/hash.
GetBlocksMessage is one of the bytom msg type.
GetHeadersMessage is one of the bytom msg type.
GetMerkleBlockMessage request merkle blocks from remote peers by height/hash.
HeadersMessage is one of the bytom msg type.
MerkleBlockMessage return the merkle block to client.
MineBlockMessage new mined block msg.
StatusResponseMessage get status response msg.
TransactionMessage notify new tx msg.
TransactionsMessage notify new txs msg.
# Interfaces
BlockchainMessage is a generic message for this reactor.