contractmgr

package
v0.0.0-...-e3261ea Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ContractName = syscontract.SystemContract_CONTRACT_MANAGE.String()
	TRUE         = []byte("true")
	FALSE        = []byte("false")
)

Functions

This section is empty.

Types

type ContractManager

type ContractManager struct {
	// contains filtered or unexported fields
}

func NewContractManager

func NewContractManager(log protocol.Logger) *ContractManager

func (*ContractManager) GetMethod

func (c *ContractManager) GetMethod(methodName string) common.ContractFunc

type ContractManagerRuntime

type ContractManagerRuntime struct {
	// contains filtered or unexported fields
}

func (*ContractManagerRuntime) FreezeContract

func (r *ContractManagerRuntime) FreezeContract(context protocol.TxSimContext, name string) (
	*commonPb.Contract, error)

func (*ContractManagerRuntime) GetAllContracts

func (r *ContractManagerRuntime) GetAllContracts(context protocol.TxSimContext) ([]*commonPb.Contract, error)

GetAllContracts 查询所有合约的详细信息

func (*ContractManagerRuntime) GetContractByteCode

func (r *ContractManagerRuntime) GetContractByteCode(context protocol.TxSimContext, name string) ([]byte, error)

func (*ContractManagerRuntime) GetContractInfo

func (r *ContractManagerRuntime) GetContractInfo(context protocol.TxSimContext, name string) (*commonPb.Contract,
	error)

GetContractInfo 根据合约名字查询合约的详细信息

func (*ContractManagerRuntime) InitNewNativeContract

func (r *ContractManagerRuntime) InitNewNativeContract(txSimContext protocol.TxSimContext, _ map[string][]byte) (
	[]byte, error)

func (*ContractManagerRuntime) InstallContract

func (r *ContractManagerRuntime) InstallContract(context protocol.TxSimContext, name, version string, byteCode []byte,
	runTime commonPb.RuntimeType, initParameters map[string][]byte) (*commonPb.Contract, uint64, error)

InstallContract 安装新合约

func (*ContractManagerRuntime) RevokeContract

func (r *ContractManagerRuntime) RevokeContract(context protocol.TxSimContext, name string) (
	*commonPb.Contract, error)

func (*ContractManagerRuntime) UnfreezeContract

func (r *ContractManagerRuntime) UnfreezeContract(context protocol.TxSimContext, name string) (
	*commonPb.Contract, error)

func (*ContractManagerRuntime) UpgradeContract

func (r *ContractManagerRuntime) UpgradeContract(context protocol.TxSimContext, name, version string, byteCode []byte,
	runTime commonPb.RuntimeType, upgradeParameters map[string][]byte) (*commonPb.Contract, uint64, error)

UpgradeContract 升级现有合约

Jump to

Keyboard shortcuts

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