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