cf8cf93e7a
Follow neo-project/neo#2138 and make RPC client's GetNativeContractHash case-sensitive.
12 lines
278 B
Go
12 lines
278 B
Go
package nativenames
|
|
|
|
// Names of all native contracts.
|
|
const (
|
|
Management = "ManagementContract"
|
|
Neo = "NeoToken"
|
|
Gas = "GasToken"
|
|
Policy = "PolicyContract"
|
|
Oracle = "OracleContract"
|
|
Designation = "DesignationContract"
|
|
Notary = "Notary"
|
|
)
|