Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TransactionTopic is the topic used for sharing transactions TransactionTopic = "transactions" // UnsignedTransactionTopic is the topic used for sharing unsigned transactions UnsignedTransactionTopic = "unsignedTransactions" // RewardsTransactionTopic is the topic used for sharing fee transactions RewardsTransactionTopic = "rewardsTransactions" // ShardBlocksTopic is the topic used for sharing block headers ShardBlocksTopic = "shardBlocks" // MiniBlocksTopic is the topic used for sharing mini blocks MiniBlocksTopic = "txBlockBodies" // PeerChBodyTopic is the topic used for sharing peer change block bodies PeerChBodyTopic = "peerChangeBlockBodies" // MetachainBlocksTopic is the topic used for sharing metachain block headers MetachainBlocksTopic = "metachainBlocks" // AccountTrieNodesTopic is used for sharing state trie nodes AccountTrieNodesTopic = "accountTrieNodes" // ValidatorTrieNodesTopic is used for sharding validator state trie nodes ValidatorTrieNodesTopic = "validatorTrieNodes" )
Variables ¶
View Source
var IELEVirtualMachine = []byte{1, 0}
IELEVirtualMachine is a byte array identifier for the smart contract address created for IELE VM
View Source
var InternalTestingVM = []byte{255, 255}
InternalTestingVM is a byte array identified for the smart contract address created for the testing VM
View Source
var SystemVirtualMachine = []byte{0, 1}
SystemVirtualMachine is a byte array identifier for the smart contract address created for system VM
View Source
var WasmVirtualMachine = []byte{5, 0}
WasmVirtualMachine is a byte array identifier for the smart contract address created for Wasm VM
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.