neoneo-go/pkg/core/native/nativenames/names.go

17 lines
385 B
Go
Raw Normal View History

package nativenames
// Names of all native contracts.
const (
Management = "ContractManagement"
Ledger = "LedgerContract"
Neo = "NeoToken"
Gas = "GasToken"
Policy = "PolicyContract"
Oracle = "OracleContract"
Designation = "RoleManagement"
Notary = "Notary"
2021-01-22 12:12:09 +00:00
NameService = "NameService"
2021-02-15 15:43:10 +00:00
CryptoLib = "CryptoLib"
2021-03-03 15:59:10 +00:00
StdLib = "StdLib"
)