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" // HeadersTopic is the topic used for sharing block headers HeadersTopic = "headers" // MiniBlocksTopic is the topic used for sharing mini blocks MiniBlocksTopic = "txBlockBodies" // PeerChBodyTopic is used for sharing peer change block bodies PeerChBodyTopic = "peerChangeBlockBodies" // MetachainBlocksTopic is used for sharing metachain block headers between shards MetachainBlocksTopic = "metachainBlocks" // ShardHeadersForMetachainTopic is used for sharing shards block headers to the metachain nodes ShardHeadersForMetachainTopic = "shardHeadersForMetachain" )
Variables ¶
View Source
var ArwenVirtualMachine = []byte{5, 0}
ArwenVirtualMachine is a byte array identifier for the smart contract address created for Arwen VM
View Source
var HeraWABTVirtualMachine = []byte{2, 0}
HeraWABTVirtualMachine is a byte array identifier for the smart contract address created for Hera WABT VM
View Source
var HeraWAVMVirtualMachine = []byte{3, 0}
HeraWAVMVirtualMachine is a byte array identifier for the smart contract address created for Hera WAVM VM
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
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.