Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PreBuiltContracts = map[string]*sdkContext.ContractInfo{ globalpreorder_systemcontract.CONTRACT_NAME: { PublicMethods: globalpreorder_systemcontract.PUBLIC, Permission: sdkContext.PERMISSION_SCOPE_SYSTEM, }, deployments_systemcontract.CONTRACT_NAME: { PublicMethods: deployments_systemcontract.PUBLIC, Permission: sdkContext.PERMISSION_SCOPE_SYSTEM, }, info_systemcontract.CONTRACT_NAME: { PublicMethods: info_systemcontract.PUBLIC, Permission: sdkContext.PERMISSION_SCOPE_SYSTEM, }, elections_systemcontract.CONTRACT_NAME: { PublicMethods: elections_systemcontract.PUBLIC, Permission: sdkContext.PERMISSION_SCOPE_SYSTEM, }, benchmarkcontract.CONTRACT_NAME: { PublicMethods: benchmarkcontract.PUBLIC, SystemMethods: benchmarkcontract.SYSTEM, Permission: sdkContext.PERMISSION_SCOPE_SERVICE, }, benchmarktoken.CONTRACT_NAME: { PublicMethods: benchmarktoken.PUBLIC, SystemMethods: benchmarktoken.SYSTEM, Permission: sdkContext.PERMISSION_SCOPE_SERVICE, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.