global_params

package
v0.0.0-...-67468a5 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2020 License: Apache-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

View Source
const (
	VERSION_CONTRACT_GLOBAL_PARAMS           = byte(0)
	CURRENT_VALUE                  paramType = 0x00
	PREPARE_VALUE                  paramType = 0x01
	INIT_NAME                                = "init"
	ACCEPT_ADMIN_NAME                        = "acceptAdmin"
	TRANSFER_ADMIN_NAME                      = "transferAdmin"
	SET_OPERATOR                             = "setOperator"
	SET_GLOBAL_PARAM_NAME                    = "setGlobalParam"
	GET_GLOBAL_PARAM_NAME                    = "getGlobalParam"
	CREATE_SNAPSHOT_NAME                     = "createSnapshot"
)
View Source
const (
	PARAM    = "param"
	TRANSFER = "transfer"
	ADMIN    = "admin"
	OPERATOR = "operator"
)

Variables

This section is empty.

Functions

func AcceptAdmin

func AcceptAdmin(native *native.NativeService) ([]byte, error)

func CreateSnapshot

func CreateSnapshot(native *native.NativeService) ([]byte, error)

func GenerateOperatorKey

func GenerateOperatorKey(contract common.Address) []byte

func GetGlobalParam

func GetGlobalParam(native *native.NativeService) ([]byte, error)

func GetStorageRole

func GetStorageRole(native *native.NativeService, key []byte) (common.Address, error)

func InitGlobalParams

func InitGlobalParams()

func NotifyParamChange

func NotifyParamChange(native *native.NativeService, contract common.Address, functionName string, params Params)

func NotifyRoleChange

func NotifyRoleChange(native *native.NativeService, contract common.Address, functionName string,
	newAddr common.Address)

func NotifyTransferAdmin

func NotifyTransferAdmin(native *native.NativeService, contract common.Address, functionName string,
	originAdmin, newAdmin common.Address)

func ParamInit

func ParamInit(native *native.NativeService) ([]byte, error)

func RegisterParamContract

func RegisterParamContract(native *native.NativeService)

func SetGlobalParam

func SetGlobalParam(native *native.NativeService) ([]byte, error)

func SetOperator

func SetOperator(native *native.NativeService) ([]byte, error)

func TransferAdmin

func TransferAdmin(native *native.NativeService) ([]byte, error)

Types

type Param

type Param struct {
	Key   string
	Value string
}

type ParamNameList

type ParamNameList []string

func (*ParamNameList) Deserialize

func (nameList *ParamNameList) Deserialize(r io.Reader) error

func (*ParamNameList) Serialize

func (nameList *ParamNameList) Serialize(w io.Writer) error

type Params

type Params []Param

func (*Params) Deserialize

func (params *Params) Deserialize(r io.Reader) error

func (*Params) GetParam

func (params *Params) GetParam(key string) (int, Param)

func (*Params) Serialize

func (params *Params) Serialize(w io.Writer) error

func (*Params) SetParam

func (params *Params) SetParam(value Param)

Jump to

Keyboard shortcuts

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