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

15 lines
334 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"
)