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 15:12:09 +03:00
NameService = "NameService"
2021-02-15 18:43:10 +03:00
CryptoLib = "CryptoLib"
2021-03-03 18:59:10 +03:00
StdLib = "StdLib"
)