rootimpl

package
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2021 License: Apache-2.0, BSD-2-Clause Imports: 14 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL