Documentation
¶
Overview ¶
package nativeids contains IDs of all native contracts.
Index ¶
Constants ¶
View Source
const ( // ContractManagement is an ID of native ContractManagement contract. ContractManagement int32 = -1 // StdLib is an ID of native StdLib contract. StdLib int32 = -2 // CryptoLib is an ID of native CryptoLib contract. CryptoLib int32 = -3 // LedgerContract is an ID of native LedgerContract contract. LedgerContract int32 = -4 // NeoToken is an ID of native NeoToken contract. NeoToken int32 = -5 // GasToken is an ID of native GasToken contract. GasToken int32 = -6 // PolicyContract is an ID of native PolicyContract contract. PolicyContract int32 = -7 // RoleManagement is an ID of native RoleManagement contract. RoleManagement int32 = -8 // OracleContract is an ID of native OracleContract contract. OracleContract int32 = -9 // Notary is an ID of native Notary contract. Notary int32 = -10 )
IDs of all native contracts.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.