Documentation ¶
Overview ¶
'root' a core contract on the chain. It is responsible for: - initial setup of the chain during chain deployment - maintaining of core parameters of the chain - maintaining (setting, delegating) chain owner ID - maintaining (granting, revoking) smart contract deployment rights - deployment of smart contracts on the chain and maintenance of contract registry
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Processor = root.Contract.Processor(initialize, root.FuncDeployContract.WithHandler(deployContract), root.FuncGrantDeployPermission.WithHandler(grantDeployPermission), root.FuncRevokeDeployPermission.WithHandler(revokeDeployPermission), root.FuncFindContract.WithHandler(findContract), root.FuncGetContractRecords.WithHandler(getContractRecords), root.FuncRequireDeployPermissions.WithHandler(requireDeployPermissions), )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.