Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //NETWORK_LIST p2p message type NETWORK_LIST = "NETWORK_LIST" //NETWORK_STATE p2p message type NETWORK_STATE = "NETWORK_STATE" //REQUEST_NET_STATE p2p message type REQUEST_NET_STATE = "REQUEST_NET_STATE" //PEER p2p message type PEER = "PEER" //GET_PEER p2p message type GET_PEER = "GET_PEER" //PEER_LIST p2p message type PEER_LIST = "PEER_LIST" //GET_PEER_LIST p2p message type GET_PEER_LIST = "GET_PEER_LIST" //MESSAGE p2p message type MESSAGE = "MESSAGE" //COMMIT p2p message type COMMIT = "COMMIT" //APPROVE p2p message type APPROVE = "APPROVE" //DECLINE p2p message type DECLINE = "DECLINE" //BLOCK p2p message type BLOCK = "BLOCK" //GET_BLOCK p2p message type GET_BLOCK = "GET_BLOCK" //TRANSACTION p2p message type TRANSACTION = "TRANSACTION" )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.