neoneo-go/pkg/core/native/nativenames/names.go
2021-02-01 21:40:21 +03:00

13 lines
302 B
Go

package nativenames
// Names of all native contracts.
const (
Management = "ContractManagement"
Neo = "NeoToken"
Gas = "GasToken"
Policy = "PolicyContract"
Oracle = "OracleContract"
Designation = "RoleManagement"
Notary = "Notary"
NameService = "NameService"
)