coregovernance

package
v0.5.0-alpha.12-hotfix-1 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2023 License: Apache-2.0, Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ScName        = "governance"
	ScDescription = "Governance contract"
	HScName       = wasmtypes.ScHname(0x17cf909f)
)
View Source
const (
	ParamAccessNodeInfoAccessAPI    = "ia"
	ParamAccessNodeInfoCertificate  = "ic"
	ParamAccessNodeInfoForCommittee = "i"
	ParamAccessNodeInfoPubKey       = "ip"
	ParamChainOwner                 = "o"
	ParamChangeAccessNodesActions   = "n"
	ParamFeePolicyBytes             = "g"
	ParamMaxBlobSize                = "mb"
	ParamMaxEventSize               = "ms"
	ParamMaxEventsPerReq            = "mr"
	ParamStateControllerAddress     = "S"
)
View Source
const (
	ResultAccessNodeCandidates            = "ac"
	ResultAccessNodes                     = "an"
	ResultAllowedStateControllerAddresses = "a"
	ResultChainID                         = "c"
	ResultChainOwner                      = "o"
	ResultChainOwnerID                    = "o"
	ResultDescription                     = "d"
	ResultFeePolicyBytes                  = "g"
	ResultGasFeePolicyBytes               = "g"
	ResultMaxBlobSize                     = "mb"
	ResultMaxEventSize                    = "me"
	ResultMaxEventsPerReq                 = "mr"
)
View Source
const (
	FuncAddAllowedStateControllerAddress    = "addAllowedStateControllerAddress"
	FuncAddCandidateNode                    = "addCandidateNode"
	FuncChangeAccessNodes                   = "changeAccessNodes"
	FuncClaimChainOwnership                 = "claimChainOwnership"
	FuncDelegateChainOwnership              = "delegateChainOwnership"
	FuncRemoveAllowedStateControllerAddress = "removeAllowedStateControllerAddress"
	FuncRevokeAccessNode                    = "revokeAccessNode"
	FuncRotateStateController               = "rotateStateController"
	FuncSetChainInfo                        = "setChainInfo"
	FuncSetFeePolicy                        = "setFeePolicy"
	ViewGetAllowedStateControllerAddresses  = "getAllowedStateControllerAddresses"
	ViewGetChainInfo                        = "getChainInfo"
	ViewGetChainNodes                       = "getChainNodes"
	ViewGetChainOwner                       = "getChainOwner"
	ViewGetFeePolicy                        = "getFeePolicy"
	ViewGetMaxBlobSize                      = "getMaxBlobSize"
)
View Source
const (
	HFuncAddAllowedStateControllerAddress    = wasmtypes.ScHname(0x9469d567)
	HFuncAddCandidateNode                    = wasmtypes.ScHname(0xb745b382)
	HFuncChangeAccessNodes                   = wasmtypes.ScHname(0x7bca3700)
	HFuncClaimChainOwnership                 = wasmtypes.ScHname(0x03ff0fc0)
	HFuncDelegateChainOwnership              = wasmtypes.ScHname(0x93ecb6ad)
	HFuncRemoveAllowedStateControllerAddress = wasmtypes.ScHname(0x31f69447)
	HFuncRevokeAccessNode                    = wasmtypes.ScHname(0x5459512d)
	HFuncRotateStateController               = wasmtypes.ScHname(0x244d1038)
	HFuncSetChainInfo                        = wasmtypes.ScHname(0x702f5d2b)
	HFuncSetFeePolicy                        = wasmtypes.ScHname(0x5b791c9f)
	HViewGetAllowedStateControllerAddresses  = wasmtypes.ScHname(0xf3505183)
	HViewGetChainInfo                        = wasmtypes.ScHname(0x434477e2)
	HViewGetChainNodes                       = wasmtypes.ScHname(0xe1832289)
	HViewGetChainOwner                       = wasmtypes.ScHname(0x9b2ef0ac)
	HViewGetFeePolicy                        = wasmtypes.ScHname(0xf8c89790)
	HViewGetMaxBlobSize                      = wasmtypes.ScHname(0xe1db3d28)
)

Variables

This section is empty.

Functions

func OnDispatch added in v1.0.3

func OnDispatch(index int32)

Types

type AddAllowedStateControllerAddressCall

type AddAllowedStateControllerAddressCall struct {
	Func   *wasmlib.ScFunc
	Params MutableAddAllowedStateControllerAddressParams
}

type AddCandidateNodeCall added in v0.3.0

type AddCandidateNodeCall struct {
	Func   *wasmlib.ScFunc
	Params MutableAddCandidateNodeParams
}

type ArrayOfImmutableAddress added in v0.3.0

type ArrayOfImmutableAddress struct {
	Proxy wasmtypes.Proxy
}

func (ArrayOfImmutableAddress) GetAddress added in v0.3.0

func (ArrayOfImmutableAddress) Length added in v0.3.0

func (a ArrayOfImmutableAddress) Length() uint32

type ArrayOfMutableAddress added in v0.3.0

type ArrayOfMutableAddress struct {
	Proxy wasmtypes.Proxy
}

func (ArrayOfMutableAddress) AppendAddress added in v0.3.0

func (ArrayOfMutableAddress) Clear added in v0.3.0

func (a ArrayOfMutableAddress) Clear()

func (ArrayOfMutableAddress) GetAddress added in v0.3.0

func (ArrayOfMutableAddress) Length added in v0.3.0

func (a ArrayOfMutableAddress) Length() uint32

type ChangeAccessNodesCall added in v0.3.0

type ChangeAccessNodesCall struct {
	Func   *wasmlib.ScFunc
	Params MutableChangeAccessNodesParams
}

type ClaimChainOwnershipCall

type ClaimChainOwnershipCall struct {
	Func *wasmlib.ScFunc
}

type DelegateChainOwnershipCall

type DelegateChainOwnershipCall struct {
	Func   *wasmlib.ScFunc
	Params MutableDelegateChainOwnershipParams
}

type Funcs

type Funcs struct{}
var ScFuncs Funcs

func (Funcs) AddAllowedStateControllerAddress

func (sc Funcs) AddAllowedStateControllerAddress(ctx wasmlib.ScFuncCallContext) *AddAllowedStateControllerAddressCall

func (Funcs) AddCandidateNode added in v0.3.0

func (sc Funcs) AddCandidateNode(ctx wasmlib.ScFuncCallContext) *AddCandidateNodeCall

access nodes

func (Funcs) ChangeAccessNodes added in v0.3.0

func (sc Funcs) ChangeAccessNodes(ctx wasmlib.ScFuncCallContext) *ChangeAccessNodesCall

func (Funcs) ClaimChainOwnership

func (sc Funcs) ClaimChainOwnership(ctx wasmlib.ScFuncCallContext) *ClaimChainOwnershipCall

chain owner

func (Funcs) DelegateChainOwnership

func (sc Funcs) DelegateChainOwnership(ctx wasmlib.ScFuncCallContext) *DelegateChainOwnershipCall

func (Funcs) GetAllowedStateControllerAddresses

func (sc Funcs) GetAllowedStateControllerAddresses(ctx wasmlib.ScViewCallContext) *GetAllowedStateControllerAddressesCall

state controller

func (Funcs) GetChainInfo

func (sc Funcs) GetChainInfo(ctx wasmlib.ScViewCallContext) *GetChainInfoCall

chain info

func (Funcs) GetChainNodes added in v0.3.0

func (sc Funcs) GetChainNodes(ctx wasmlib.ScViewCallContext) *GetChainNodesCall

access nodes

func (Funcs) GetChainOwner added in v0.3.0

func (sc Funcs) GetChainOwner(ctx wasmlib.ScViewCallContext) *GetChainOwnerCall

chain owner

func (Funcs) GetFeePolicy added in v0.3.0

func (sc Funcs) GetFeePolicy(ctx wasmlib.ScViewCallContext) *GetFeePolicyCall

fees

func (Funcs) GetMaxBlobSize

func (sc Funcs) GetMaxBlobSize(ctx wasmlib.ScViewCallContext) *GetMaxBlobSizeCall

func (Funcs) RemoveAllowedStateControllerAddress

func (sc Funcs) RemoveAllowedStateControllerAddress(ctx wasmlib.ScFuncCallContext) *RemoveAllowedStateControllerAddressCall

func (Funcs) RevokeAccessNode added in v0.3.0

func (sc Funcs) RevokeAccessNode(ctx wasmlib.ScFuncCallContext) *RevokeAccessNodeCall

func (Funcs) RotateStateController

func (sc Funcs) RotateStateController(ctx wasmlib.ScFuncCallContext) *RotateStateControllerCall

state controller

func (Funcs) SetChainInfo

func (sc Funcs) SetChainInfo(ctx wasmlib.ScFuncCallContext) *SetChainInfoCall

chain info

func (Funcs) SetFeePolicy added in v0.3.0

func (sc Funcs) SetFeePolicy(ctx wasmlib.ScFuncCallContext) *SetFeePolicyCall

fees

type GetAllowedStateControllerAddressesCall

type GetAllowedStateControllerAddressesCall struct {
	Func    *wasmlib.ScView
	Results ImmutableGetAllowedStateControllerAddressesResults
}

type GetChainInfoCall

type GetChainInfoCall struct {
	Func    *wasmlib.ScView
	Results ImmutableGetChainInfoResults
}

type GetChainNodesCall added in v0.3.0

type GetChainNodesCall struct {
	Func    *wasmlib.ScView
	Results ImmutableGetChainNodesResults
}

type GetChainOwnerCall added in v0.3.0

type GetChainOwnerCall struct {
	Func    *wasmlib.ScView
	Results ImmutableGetChainOwnerResults
}

type GetFeePolicyCall added in v0.3.0

type GetFeePolicyCall struct {
	Func    *wasmlib.ScView
	Results ImmutableGetFeePolicyResults
}

type GetMaxBlobSizeCall

type GetMaxBlobSizeCall struct {
	Func    *wasmlib.ScView
	Results ImmutableGetMaxBlobSizeResults
}

type ImmutableAddAllowedStateControllerAddressParams

type ImmutableAddAllowedStateControllerAddressParams struct {
	Proxy wasmtypes.Proxy
}

func NewImmutableAddAllowedStateControllerAddressParams added in v1.0.3

func NewImmutableAddAllowedStateControllerAddressParams() ImmutableAddAllowedStateControllerAddressParams

func (ImmutableAddAllowedStateControllerAddressParams) StateControllerAddress

type ImmutableAddCandidateNodeParams added in v0.3.0

type ImmutableAddCandidateNodeParams struct {
	Proxy wasmtypes.Proxy
}

func NewImmutableAddCandidateNodeParams added in v1.0.3

func NewImmutableAddCandidateNodeParams() ImmutableAddCandidateNodeParams

func (ImmutableAddCandidateNodeParams) AccessNodeInfoAccessAPI added in v0.3.0

func (s ImmutableAddCandidateNodeParams) AccessNodeInfoAccessAPI() wasmtypes.ScImmutableString

func (ImmutableAddCandidateNodeParams) AccessNodeInfoCertificate added in v0.3.0

func (s ImmutableAddCandidateNodeParams) AccessNodeInfoCertificate() wasmtypes.ScImmutableBytes

func (ImmutableAddCandidateNodeParams) AccessNodeInfoForCommittee added in v0.3.0

func (s ImmutableAddCandidateNodeParams) AccessNodeInfoForCommittee() wasmtypes.ScImmutableBool

func (ImmutableAddCandidateNodeParams) AccessNodeInfoPubKey added in v0.3.0

type ImmutableChangeAccessNodesParams added in v0.3.0

type ImmutableChangeAccessNodesParams struct {
	Proxy wasmtypes.Proxy
}

func NewImmutableChangeAccessNodesParams added in v1.0.3

func NewImmutableChangeAccessNodesParams() ImmutableChangeAccessNodesParams

func (ImmutableChangeAccessNodesParams) ChangeAccessNodesActions added in v0.3.0

func (s ImmutableChangeAccessNodesParams) ChangeAccessNodesActions() MapBytesToImmutableUint8

type ImmutableDelegateChainOwnershipParams

type ImmutableDelegateChainOwnershipParams struct {
	Proxy wasmtypes.Proxy
}

func NewImmutableDelegateChainOwnershipParams added in v1.0.3

func NewImmutableDelegateChainOwnershipParams() ImmutableDelegateChainOwnershipParams

func (ImmutableDelegateChainOwnershipParams) ChainOwner

type ImmutableGetAllowedStateControllerAddressesResults

type ImmutableGetAllowedStateControllerAddressesResults struct {
	Proxy wasmtypes.Proxy
}

func (ImmutableGetAllowedStateControllerAddressesResults) AllowedStateControllerAddresses

native contract, so this is an Array16

type ImmutableGetChainInfoResults

type ImmutableGetChainInfoResults struct {
	Proxy wasmtypes.Proxy
}

func (ImmutableGetChainInfoResults) ChainID

func (ImmutableGetChainInfoResults) ChainOwnerID

func (ImmutableGetChainInfoResults) Description

func (ImmutableGetChainInfoResults) GasFeePolicyBytes added in v0.3.0

func (ImmutableGetChainInfoResults) MaxBlobSize

func (ImmutableGetChainInfoResults) MaxEventSize

func (ImmutableGetChainInfoResults) MaxEventsPerReq

type ImmutableGetChainNodesResults added in v0.3.0

type ImmutableGetChainNodesResults struct {
	Proxy wasmtypes.Proxy
}

func (ImmutableGetChainNodesResults) AccessNodeCandidates added in v0.3.0

func (ImmutableGetChainNodesResults) AccessNodes added in v0.3.0

type ImmutableGetChainOwnerResults added in v0.3.0

type ImmutableGetChainOwnerResults struct {
	Proxy wasmtypes.Proxy
}

func (ImmutableGetChainOwnerResults) ChainOwner added in v0.3.0

type ImmutableGetFeePolicyResults added in v0.3.0

type ImmutableGetFeePolicyResults struct {
	Proxy wasmtypes.Proxy
}

func (ImmutableGetFeePolicyResults) FeePolicyBytes added in v0.3.0

type ImmutableGetMaxBlobSizeResults

type ImmutableGetMaxBlobSizeResults struct {
	Proxy wasmtypes.Proxy
}

func (ImmutableGetMaxBlobSizeResults) MaxBlobSize

type ImmutableRemoveAllowedStateControllerAddressParams

type ImmutableRemoveAllowedStateControllerAddressParams struct {
	Proxy wasmtypes.Proxy
}

func NewImmutableRemoveAllowedStateControllerAddressParams added in v1.0.3

func NewImmutableRemoveAllowedStateControllerAddressParams() ImmutableRemoveAllowedStateControllerAddressParams

func (ImmutableRemoveAllowedStateControllerAddressParams) StateControllerAddress

type ImmutableRevokeAccessNodeParams added in v0.3.0

type ImmutableRevokeAccessNodeParams struct {
	Proxy wasmtypes.Proxy
}

func NewImmutableRevokeAccessNodeParams added in v1.0.3

func NewImmutableRevokeAccessNodeParams() ImmutableRevokeAccessNodeParams

func (ImmutableRevokeAccessNodeParams) AccessNodeInfoCertificate added in v0.3.0

func (s ImmutableRevokeAccessNodeParams) AccessNodeInfoCertificate() wasmtypes.ScImmutableBytes

func (ImmutableRevokeAccessNodeParams) AccessNodeInfoPubKey added in v0.3.0

type ImmutableRotateStateControllerParams

type ImmutableRotateStateControllerParams struct {
	Proxy wasmtypes.Proxy
}

func NewImmutableRotateStateControllerParams added in v1.0.3

func NewImmutableRotateStateControllerParams() ImmutableRotateStateControllerParams

func (ImmutableRotateStateControllerParams) StateControllerAddress

type ImmutableSetChainInfoParams

type ImmutableSetChainInfoParams struct {
	Proxy wasmtypes.Proxy
}

func NewImmutableSetChainInfoParams

func NewImmutableSetChainInfoParams() ImmutableSetChainInfoParams

func (ImmutableSetChainInfoParams) MaxBlobSize

default maximum size of a blob

func (ImmutableSetChainInfoParams) MaxEventSize

default maximum size of a single event

func (ImmutableSetChainInfoParams) MaxEventsPerReq

default maximum number of events per request

type ImmutableSetFeePolicyParams added in v0.3.0

type ImmutableSetFeePolicyParams struct {
	Proxy wasmtypes.Proxy
}

func NewImmutableSetFeePolicyParams added in v1.0.3

func NewImmutableSetFeePolicyParams() ImmutableSetFeePolicyParams

func (ImmutableSetFeePolicyParams) FeePolicyBytes added in v0.3.0

type MapBytesToImmutableBytes added in v0.3.0

type MapBytesToImmutableBytes struct {
	Proxy wasmtypes.Proxy
}

func (MapBytesToImmutableBytes) GetBytes added in v0.3.0

type MapBytesToImmutableUint8 added in v0.3.0

type MapBytesToImmutableUint8 struct {
	Proxy wasmtypes.Proxy
}

func (MapBytesToImmutableUint8) GetUint8 added in v0.3.0

type MapBytesToMutableBytes added in v0.3.0

type MapBytesToMutableBytes struct {
	Proxy wasmtypes.Proxy
}

func (MapBytesToMutableBytes) Clear added in v0.3.0

func (m MapBytesToMutableBytes) Clear()

func (MapBytesToMutableBytes) GetBytes added in v0.3.0

type MapBytesToMutableUint8 added in v0.3.0

type MapBytesToMutableUint8 struct {
	Proxy wasmtypes.Proxy
}

func (MapBytesToMutableUint8) Clear added in v0.3.0

func (m MapBytesToMutableUint8) Clear()

func (MapBytesToMutableUint8) GetUint8 added in v0.3.0

type MutableAddAllowedStateControllerAddressParams

type MutableAddAllowedStateControllerAddressParams struct {
	Proxy wasmtypes.Proxy
}

func (MutableAddAllowedStateControllerAddressParams) StateControllerAddress

type MutableAddCandidateNodeParams added in v0.3.0

type MutableAddCandidateNodeParams struct {
	Proxy wasmtypes.Proxy
}

func (MutableAddCandidateNodeParams) AccessNodeInfoAccessAPI added in v0.3.0

func (s MutableAddCandidateNodeParams) AccessNodeInfoAccessAPI() wasmtypes.ScMutableString

func (MutableAddCandidateNodeParams) AccessNodeInfoCertificate added in v0.3.0

func (s MutableAddCandidateNodeParams) AccessNodeInfoCertificate() wasmtypes.ScMutableBytes

func (MutableAddCandidateNodeParams) AccessNodeInfoForCommittee added in v0.3.0

func (s MutableAddCandidateNodeParams) AccessNodeInfoForCommittee() wasmtypes.ScMutableBool

func (MutableAddCandidateNodeParams) AccessNodeInfoPubKey added in v0.3.0

func (s MutableAddCandidateNodeParams) AccessNodeInfoPubKey() wasmtypes.ScMutableBytes

type MutableChangeAccessNodesParams added in v0.3.0

type MutableChangeAccessNodesParams struct {
	Proxy wasmtypes.Proxy
}

func (MutableChangeAccessNodesParams) ChangeAccessNodesActions added in v0.3.0

func (s MutableChangeAccessNodesParams) ChangeAccessNodesActions() MapBytesToMutableUint8

type MutableDelegateChainOwnershipParams

type MutableDelegateChainOwnershipParams struct {
	Proxy wasmtypes.Proxy
}

func (MutableDelegateChainOwnershipParams) ChainOwner

type MutableGetAllowedStateControllerAddressesResults

type MutableGetAllowedStateControllerAddressesResults struct {
	Proxy wasmtypes.Proxy
}

func NewMutableGetAllowedStateControllerAddressesResults added in v1.0.3

func NewMutableGetAllowedStateControllerAddressesResults() MutableGetAllowedStateControllerAddressesResults

func (MutableGetAllowedStateControllerAddressesResults) AllowedStateControllerAddresses

func (s MutableGetAllowedStateControllerAddressesResults) AllowedStateControllerAddresses() ArrayOfMutableAddress

native contract, so this is an Array16

type MutableGetChainInfoResults

type MutableGetChainInfoResults struct {
	Proxy wasmtypes.Proxy
}

func NewMutableGetChainInfoResults added in v1.0.3

func NewMutableGetChainInfoResults() MutableGetChainInfoResults

func (MutableGetChainInfoResults) ChainID

func (MutableGetChainInfoResults) ChainOwnerID

func (MutableGetChainInfoResults) Description

func (MutableGetChainInfoResults) GasFeePolicyBytes added in v0.3.0

func (s MutableGetChainInfoResults) GasFeePolicyBytes() wasmtypes.ScMutableBytes

func (MutableGetChainInfoResults) MaxBlobSize

func (MutableGetChainInfoResults) MaxEventSize

func (MutableGetChainInfoResults) MaxEventsPerReq

type MutableGetChainNodesResults added in v0.3.0

type MutableGetChainNodesResults struct {
	Proxy wasmtypes.Proxy
}

func NewMutableGetChainNodesResults added in v1.0.3

func NewMutableGetChainNodesResults() MutableGetChainNodesResults

func (MutableGetChainNodesResults) AccessNodeCandidates added in v0.3.0

func (s MutableGetChainNodesResults) AccessNodeCandidates() MapBytesToMutableBytes

func (MutableGetChainNodesResults) AccessNodes added in v0.3.0

type MutableGetChainOwnerResults added in v0.3.0

type MutableGetChainOwnerResults struct {
	Proxy wasmtypes.Proxy
}

func NewMutableGetChainOwnerResults added in v1.0.3

func NewMutableGetChainOwnerResults() MutableGetChainOwnerResults

func (MutableGetChainOwnerResults) ChainOwner added in v0.3.0

type MutableGetFeePolicyResults added in v0.3.0

type MutableGetFeePolicyResults struct {
	Proxy wasmtypes.Proxy
}

func NewMutableGetFeePolicyResults added in v1.0.3

func NewMutableGetFeePolicyResults() MutableGetFeePolicyResults

func (MutableGetFeePolicyResults) FeePolicyBytes added in v0.3.0

type MutableGetMaxBlobSizeResults

type MutableGetMaxBlobSizeResults struct {
	Proxy wasmtypes.Proxy
}

func NewMutableGetMaxBlobSizeResults

func NewMutableGetMaxBlobSizeResults() MutableGetMaxBlobSizeResults

func (MutableGetMaxBlobSizeResults) MaxBlobSize

type MutableRemoveAllowedStateControllerAddressParams

type MutableRemoveAllowedStateControllerAddressParams struct {
	Proxy wasmtypes.Proxy
}

func (MutableRemoveAllowedStateControllerAddressParams) StateControllerAddress

type MutableRevokeAccessNodeParams added in v0.3.0

type MutableRevokeAccessNodeParams struct {
	Proxy wasmtypes.Proxy
}

func (MutableRevokeAccessNodeParams) AccessNodeInfoCertificate added in v0.3.0

func (s MutableRevokeAccessNodeParams) AccessNodeInfoCertificate() wasmtypes.ScMutableBytes

func (MutableRevokeAccessNodeParams) AccessNodeInfoPubKey added in v0.3.0

func (s MutableRevokeAccessNodeParams) AccessNodeInfoPubKey() wasmtypes.ScMutableBytes

type MutableRotateStateControllerParams

type MutableRotateStateControllerParams struct {
	Proxy wasmtypes.Proxy
}

func (MutableRotateStateControllerParams) StateControllerAddress

type MutableSetChainInfoParams

type MutableSetChainInfoParams struct {
	Proxy wasmtypes.Proxy
}

func (MutableSetChainInfoParams) MaxBlobSize

default maximum size of a blob

func (MutableSetChainInfoParams) MaxEventSize

default maximum size of a single event

func (MutableSetChainInfoParams) MaxEventsPerReq

default maximum number of events per request

type MutableSetFeePolicyParams added in v0.3.0

type MutableSetFeePolicyParams struct {
	Proxy wasmtypes.Proxy
}

func (MutableSetFeePolicyParams) FeePolicyBytes added in v0.3.0

type RemoveAllowedStateControllerAddressCall

type RemoveAllowedStateControllerAddressCall struct {
	Func   *wasmlib.ScFunc
	Params MutableRemoveAllowedStateControllerAddressParams
}

type RevokeAccessNodeCall added in v0.3.0

type RevokeAccessNodeCall struct {
	Func   *wasmlib.ScFunc
	Params MutableRevokeAccessNodeParams
}

type RotateStateControllerCall

type RotateStateControllerCall struct {
	Func   *wasmlib.ScFunc
	Params MutableRotateStateControllerParams
}

type SetChainInfoCall

type SetChainInfoCall struct {
	Func   *wasmlib.ScFunc
	Params MutableSetChainInfoParams
}

type SetFeePolicyCall added in v0.3.0

type SetFeePolicyCall struct {
	Func   *wasmlib.ScFunc
	Params MutableSetFeePolicyParams
}

Jump to

Keyboard shortcuts

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