Documentation ¶
Index ¶
- Constants
- func OnDispatch(index int32)
- type AddAllowedStateControllerAddressCall
- type AddCandidateNodeCall
- type ArrayOfImmutableAddress
- type ArrayOfMutableAddress
- type ChangeAccessNodesCall
- type ClaimChainOwnershipCall
- type DelegateChainOwnershipCall
- type Funcs
- func (sc Funcs) AddAllowedStateControllerAddress(ctx wasmlib.ScFuncCallContext) *AddAllowedStateControllerAddressCall
- func (sc Funcs) AddCandidateNode(ctx wasmlib.ScFuncCallContext) *AddCandidateNodeCall
- func (sc Funcs) ChangeAccessNodes(ctx wasmlib.ScFuncCallContext) *ChangeAccessNodesCall
- func (sc Funcs) ClaimChainOwnership(ctx wasmlib.ScFuncCallContext) *ClaimChainOwnershipCall
- func (sc Funcs) DelegateChainOwnership(ctx wasmlib.ScFuncCallContext) *DelegateChainOwnershipCall
- func (sc Funcs) GetAllowedStateControllerAddresses(ctx wasmlib.ScViewCallContext) *GetAllowedStateControllerAddressesCall
- func (sc Funcs) GetChainInfo(ctx wasmlib.ScViewCallContext) *GetChainInfoCall
- func (sc Funcs) GetChainNodes(ctx wasmlib.ScViewCallContext) *GetChainNodesCall
- func (sc Funcs) GetChainOwner(ctx wasmlib.ScViewCallContext) *GetChainOwnerCall
- func (sc Funcs) GetFeePolicy(ctx wasmlib.ScViewCallContext) *GetFeePolicyCall
- func (sc Funcs) GetMaxBlobSize(ctx wasmlib.ScViewCallContext) *GetMaxBlobSizeCall
- func (sc Funcs) RemoveAllowedStateControllerAddress(ctx wasmlib.ScFuncCallContext) *RemoveAllowedStateControllerAddressCall
- func (sc Funcs) RevokeAccessNode(ctx wasmlib.ScFuncCallContext) *RevokeAccessNodeCall
- func (sc Funcs) RotateStateController(ctx wasmlib.ScFuncCallContext) *RotateStateControllerCall
- func (sc Funcs) SetChainInfo(ctx wasmlib.ScFuncCallContext) *SetChainInfoCall
- func (sc Funcs) SetFeePolicy(ctx wasmlib.ScFuncCallContext) *SetFeePolicyCall
- type GetAllowedStateControllerAddressesCall
- type GetChainInfoCall
- type GetChainNodesCall
- type GetChainOwnerCall
- type GetFeePolicyCall
- type GetMaxBlobSizeCall
- type ImmutableAddAllowedStateControllerAddressParams
- type ImmutableAddCandidateNodeParams
- func (s ImmutableAddCandidateNodeParams) AccessNodeInfoAccessAPI() wasmtypes.ScImmutableString
- func (s ImmutableAddCandidateNodeParams) AccessNodeInfoCertificate() wasmtypes.ScImmutableBytes
- func (s ImmutableAddCandidateNodeParams) AccessNodeInfoForCommittee() wasmtypes.ScImmutableBool
- func (s ImmutableAddCandidateNodeParams) AccessNodeInfoPubKey() wasmtypes.ScImmutableBytes
- type ImmutableChangeAccessNodesParams
- type ImmutableDelegateChainOwnershipParams
- type ImmutableGetAllowedStateControllerAddressesResults
- type ImmutableGetChainInfoResults
- func (s ImmutableGetChainInfoResults) ChainID() wasmtypes.ScImmutableChainID
- func (s ImmutableGetChainInfoResults) ChainOwnerID() wasmtypes.ScImmutableAgentID
- func (s ImmutableGetChainInfoResults) Description() wasmtypes.ScImmutableString
- func (s ImmutableGetChainInfoResults) GasFeePolicyBytes() wasmtypes.ScImmutableBytes
- func (s ImmutableGetChainInfoResults) MaxBlobSize() wasmtypes.ScImmutableUint32
- func (s ImmutableGetChainInfoResults) MaxEventSize() wasmtypes.ScImmutableUint16
- func (s ImmutableGetChainInfoResults) MaxEventsPerReq() wasmtypes.ScImmutableUint16
- type ImmutableGetChainNodesResults
- type ImmutableGetChainOwnerResults
- type ImmutableGetFeePolicyResults
- type ImmutableGetMaxBlobSizeResults
- type ImmutableRemoveAllowedStateControllerAddressParams
- type ImmutableRevokeAccessNodeParams
- type ImmutableRotateStateControllerParams
- type ImmutableSetChainInfoParams
- type ImmutableSetFeePolicyParams
- type MapBytesToImmutableBytes
- type MapBytesToImmutableUint8
- type MapBytesToMutableBytes
- type MapBytesToMutableUint8
- type MutableAddAllowedStateControllerAddressParams
- type MutableAddCandidateNodeParams
- func (s MutableAddCandidateNodeParams) AccessNodeInfoAccessAPI() wasmtypes.ScMutableString
- func (s MutableAddCandidateNodeParams) AccessNodeInfoCertificate() wasmtypes.ScMutableBytes
- func (s MutableAddCandidateNodeParams) AccessNodeInfoForCommittee() wasmtypes.ScMutableBool
- func (s MutableAddCandidateNodeParams) AccessNodeInfoPubKey() wasmtypes.ScMutableBytes
- type MutableChangeAccessNodesParams
- type MutableDelegateChainOwnershipParams
- type MutableGetAllowedStateControllerAddressesResults
- type MutableGetChainInfoResults
- func (s MutableGetChainInfoResults) ChainID() wasmtypes.ScMutableChainID
- func (s MutableGetChainInfoResults) ChainOwnerID() wasmtypes.ScMutableAgentID
- func (s MutableGetChainInfoResults) Description() wasmtypes.ScMutableString
- func (s MutableGetChainInfoResults) GasFeePolicyBytes() wasmtypes.ScMutableBytes
- func (s MutableGetChainInfoResults) MaxBlobSize() wasmtypes.ScMutableUint32
- func (s MutableGetChainInfoResults) MaxEventSize() wasmtypes.ScMutableUint16
- func (s MutableGetChainInfoResults) MaxEventsPerReq() wasmtypes.ScMutableUint16
- type MutableGetChainNodesResults
- type MutableGetChainOwnerResults
- type MutableGetFeePolicyResults
- type MutableGetMaxBlobSizeResults
- type MutableRemoveAllowedStateControllerAddressParams
- type MutableRevokeAccessNodeParams
- type MutableRotateStateControllerParams
- type MutableSetChainInfoParams
- type MutableSetFeePolicyParams
- type RemoveAllowedStateControllerAddressCall
- type RevokeAccessNodeCall
- type RotateStateControllerCall
- type SetChainInfoCall
- type SetFeePolicyCall
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
func (ArrayOfImmutableAddress) GetAddress ¶ added in v0.3.0
func (a ArrayOfImmutableAddress) GetAddress(index uint32) wasmtypes.ScImmutableAddress
func (ArrayOfImmutableAddress) Length ¶ added in v0.3.0
func (a ArrayOfImmutableAddress) Length() uint32
type ArrayOfMutableAddress ¶ added in v0.3.0
func (ArrayOfMutableAddress) AppendAddress ¶ added in v0.3.0
func (a ArrayOfMutableAddress) AppendAddress() wasmtypes.ScMutableAddress
func (ArrayOfMutableAddress) Clear ¶ added in v0.3.0
func (a ArrayOfMutableAddress) Clear()
func (ArrayOfMutableAddress) GetAddress ¶ added in v0.3.0
func (a ArrayOfMutableAddress) GetAddress(index uint32) wasmtypes.ScMutableAddress
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 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 ¶
func NewImmutableAddAllowedStateControllerAddressParams ¶ added in v1.0.3
func NewImmutableAddAllowedStateControllerAddressParams() ImmutableAddAllowedStateControllerAddressParams
func (ImmutableAddAllowedStateControllerAddressParams) StateControllerAddress ¶
func (s ImmutableAddAllowedStateControllerAddressParams) StateControllerAddress() wasmtypes.ScImmutableAddress
type ImmutableAddCandidateNodeParams ¶ added in v0.3.0
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
func (s ImmutableAddCandidateNodeParams) AccessNodeInfoPubKey() wasmtypes.ScImmutableBytes
type ImmutableChangeAccessNodesParams ¶ added in v0.3.0
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 ¶
func NewImmutableDelegateChainOwnershipParams ¶ added in v1.0.3
func NewImmutableDelegateChainOwnershipParams() ImmutableDelegateChainOwnershipParams
func (ImmutableDelegateChainOwnershipParams) ChainOwner ¶
func (s ImmutableDelegateChainOwnershipParams) ChainOwner() wasmtypes.ScImmutableAgentID
type ImmutableGetAllowedStateControllerAddressesResults ¶
func (ImmutableGetAllowedStateControllerAddressesResults) AllowedStateControllerAddresses ¶
func (s ImmutableGetAllowedStateControllerAddressesResults) AllowedStateControllerAddresses() ArrayOfImmutableAddress
native contract, so this is an Array16
type ImmutableGetChainInfoResults ¶
func (ImmutableGetChainInfoResults) ChainID ¶
func (s ImmutableGetChainInfoResults) ChainID() wasmtypes.ScImmutableChainID
func (ImmutableGetChainInfoResults) ChainOwnerID ¶
func (s ImmutableGetChainInfoResults) ChainOwnerID() wasmtypes.ScImmutableAgentID
func (ImmutableGetChainInfoResults) Description ¶
func (s ImmutableGetChainInfoResults) Description() wasmtypes.ScImmutableString
func (ImmutableGetChainInfoResults) GasFeePolicyBytes ¶ added in v0.3.0
func (s ImmutableGetChainInfoResults) GasFeePolicyBytes() wasmtypes.ScImmutableBytes
func (ImmutableGetChainInfoResults) MaxBlobSize ¶
func (s ImmutableGetChainInfoResults) MaxBlobSize() wasmtypes.ScImmutableUint32
func (ImmutableGetChainInfoResults) MaxEventSize ¶
func (s ImmutableGetChainInfoResults) MaxEventSize() wasmtypes.ScImmutableUint16
func (ImmutableGetChainInfoResults) MaxEventsPerReq ¶
func (s ImmutableGetChainInfoResults) MaxEventsPerReq() wasmtypes.ScImmutableUint16
type ImmutableGetChainNodesResults ¶ added in v0.3.0
func (ImmutableGetChainNodesResults) AccessNodeCandidates ¶ added in v0.3.0
func (s ImmutableGetChainNodesResults) AccessNodeCandidates() MapBytesToImmutableBytes
func (ImmutableGetChainNodesResults) AccessNodes ¶ added in v0.3.0
func (s ImmutableGetChainNodesResults) AccessNodes() MapBytesToImmutableBytes
type ImmutableGetChainOwnerResults ¶ added in v0.3.0
func (ImmutableGetChainOwnerResults) ChainOwner ¶ added in v0.3.0
func (s ImmutableGetChainOwnerResults) ChainOwner() wasmtypes.ScImmutableAgentID
type ImmutableGetFeePolicyResults ¶ added in v0.3.0
func (ImmutableGetFeePolicyResults) FeePolicyBytes ¶ added in v0.3.0
func (s ImmutableGetFeePolicyResults) FeePolicyBytes() wasmtypes.ScImmutableBytes
type ImmutableGetMaxBlobSizeResults ¶
func (ImmutableGetMaxBlobSizeResults) MaxBlobSize ¶
func (s ImmutableGetMaxBlobSizeResults) MaxBlobSize() wasmtypes.ScImmutableUint32
type ImmutableRemoveAllowedStateControllerAddressParams ¶
func NewImmutableRemoveAllowedStateControllerAddressParams ¶ added in v1.0.3
func NewImmutableRemoveAllowedStateControllerAddressParams() ImmutableRemoveAllowedStateControllerAddressParams
func (ImmutableRemoveAllowedStateControllerAddressParams) StateControllerAddress ¶
func (s ImmutableRemoveAllowedStateControllerAddressParams) StateControllerAddress() wasmtypes.ScImmutableAddress
type ImmutableRevokeAccessNodeParams ¶ added in v0.3.0
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
func (s ImmutableRevokeAccessNodeParams) AccessNodeInfoPubKey() wasmtypes.ScImmutableBytes
type ImmutableRotateStateControllerParams ¶
func NewImmutableRotateStateControllerParams ¶ added in v1.0.3
func NewImmutableRotateStateControllerParams() ImmutableRotateStateControllerParams
func (ImmutableRotateStateControllerParams) StateControllerAddress ¶
func (s ImmutableRotateStateControllerParams) StateControllerAddress() wasmtypes.ScImmutableAddress
type ImmutableSetChainInfoParams ¶
func NewImmutableSetChainInfoParams ¶
func NewImmutableSetChainInfoParams() ImmutableSetChainInfoParams
func (ImmutableSetChainInfoParams) MaxBlobSize ¶
func (s ImmutableSetChainInfoParams) MaxBlobSize() wasmtypes.ScImmutableUint32
default maximum size of a blob
func (ImmutableSetChainInfoParams) MaxEventSize ¶
func (s ImmutableSetChainInfoParams) MaxEventSize() wasmtypes.ScImmutableUint16
default maximum size of a single event
func (ImmutableSetChainInfoParams) MaxEventsPerReq ¶
func (s ImmutableSetChainInfoParams) MaxEventsPerReq() wasmtypes.ScImmutableUint16
default maximum number of events per request
type ImmutableSetFeePolicyParams ¶ added in v0.3.0
func NewImmutableSetFeePolicyParams ¶ added in v1.0.3
func NewImmutableSetFeePolicyParams() ImmutableSetFeePolicyParams
func (ImmutableSetFeePolicyParams) FeePolicyBytes ¶ added in v0.3.0
func (s ImmutableSetFeePolicyParams) FeePolicyBytes() wasmtypes.ScImmutableBytes
type MapBytesToImmutableBytes ¶ added in v0.3.0
func (MapBytesToImmutableBytes) GetBytes ¶ added in v0.3.0
func (m MapBytesToImmutableBytes) GetBytes(key []byte) wasmtypes.ScImmutableBytes
type MapBytesToImmutableUint8 ¶ added in v0.3.0
func (MapBytesToImmutableUint8) GetUint8 ¶ added in v0.3.0
func (m MapBytesToImmutableUint8) GetUint8(key []byte) wasmtypes.ScImmutableUint8
type MapBytesToMutableBytes ¶ added in v0.3.0
func (MapBytesToMutableBytes) Clear ¶ added in v0.3.0
func (m MapBytesToMutableBytes) Clear()
func (MapBytesToMutableBytes) GetBytes ¶ added in v0.3.0
func (m MapBytesToMutableBytes) GetBytes(key []byte) wasmtypes.ScMutableBytes
type MapBytesToMutableUint8 ¶ added in v0.3.0
func (MapBytesToMutableUint8) Clear ¶ added in v0.3.0
func (m MapBytesToMutableUint8) Clear()
func (MapBytesToMutableUint8) GetUint8 ¶ added in v0.3.0
func (m MapBytesToMutableUint8) GetUint8(key []byte) wasmtypes.ScMutableUint8
type MutableAddAllowedStateControllerAddressParams ¶
func (MutableAddAllowedStateControllerAddressParams) StateControllerAddress ¶
func (s MutableAddAllowedStateControllerAddressParams) StateControllerAddress() wasmtypes.ScMutableAddress
type MutableAddCandidateNodeParams ¶ added in v0.3.0
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
func (MutableChangeAccessNodesParams) ChangeAccessNodesActions ¶ added in v0.3.0
func (s MutableChangeAccessNodesParams) ChangeAccessNodesActions() MapBytesToMutableUint8
type MutableDelegateChainOwnershipParams ¶
func (MutableDelegateChainOwnershipParams) ChainOwner ¶
func (s MutableDelegateChainOwnershipParams) ChainOwner() wasmtypes.ScMutableAgentID
type MutableGetAllowedStateControllerAddressesResults ¶
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 ¶
func NewMutableGetChainInfoResults ¶ added in v1.0.3
func NewMutableGetChainInfoResults() MutableGetChainInfoResults
func (MutableGetChainInfoResults) ChainID ¶
func (s MutableGetChainInfoResults) ChainID() wasmtypes.ScMutableChainID
func (MutableGetChainInfoResults) ChainOwnerID ¶
func (s MutableGetChainInfoResults) ChainOwnerID() wasmtypes.ScMutableAgentID
func (MutableGetChainInfoResults) Description ¶
func (s MutableGetChainInfoResults) Description() wasmtypes.ScMutableString
func (MutableGetChainInfoResults) GasFeePolicyBytes ¶ added in v0.3.0
func (s MutableGetChainInfoResults) GasFeePolicyBytes() wasmtypes.ScMutableBytes
func (MutableGetChainInfoResults) MaxBlobSize ¶
func (s MutableGetChainInfoResults) MaxBlobSize() wasmtypes.ScMutableUint32
func (MutableGetChainInfoResults) MaxEventSize ¶
func (s MutableGetChainInfoResults) MaxEventSize() wasmtypes.ScMutableUint16
func (MutableGetChainInfoResults) MaxEventsPerReq ¶
func (s MutableGetChainInfoResults) MaxEventsPerReq() wasmtypes.ScMutableUint16
type MutableGetChainNodesResults ¶ added in v0.3.0
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
func (s MutableGetChainNodesResults) AccessNodes() MapBytesToMutableBytes
type MutableGetChainOwnerResults ¶ added in v0.3.0
func NewMutableGetChainOwnerResults ¶ added in v1.0.3
func NewMutableGetChainOwnerResults() MutableGetChainOwnerResults
func (MutableGetChainOwnerResults) ChainOwner ¶ added in v0.3.0
func (s MutableGetChainOwnerResults) ChainOwner() wasmtypes.ScMutableAgentID
type MutableGetFeePolicyResults ¶ added in v0.3.0
func NewMutableGetFeePolicyResults ¶ added in v1.0.3
func NewMutableGetFeePolicyResults() MutableGetFeePolicyResults
func (MutableGetFeePolicyResults) FeePolicyBytes ¶ added in v0.3.0
func (s MutableGetFeePolicyResults) FeePolicyBytes() wasmtypes.ScMutableBytes
type MutableGetMaxBlobSizeResults ¶
func NewMutableGetMaxBlobSizeResults ¶
func NewMutableGetMaxBlobSizeResults() MutableGetMaxBlobSizeResults
func (MutableGetMaxBlobSizeResults) MaxBlobSize ¶
func (s MutableGetMaxBlobSizeResults) MaxBlobSize() wasmtypes.ScMutableUint32
type MutableRemoveAllowedStateControllerAddressParams ¶
func (MutableRemoveAllowedStateControllerAddressParams) StateControllerAddress ¶
func (s MutableRemoveAllowedStateControllerAddressParams) StateControllerAddress() wasmtypes.ScMutableAddress
type MutableRevokeAccessNodeParams ¶ added in v0.3.0
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 ¶
func (MutableRotateStateControllerParams) StateControllerAddress ¶
func (s MutableRotateStateControllerParams) StateControllerAddress() wasmtypes.ScMutableAddress
type MutableSetChainInfoParams ¶
func (MutableSetChainInfoParams) MaxBlobSize ¶
func (s MutableSetChainInfoParams) MaxBlobSize() wasmtypes.ScMutableUint32
default maximum size of a blob
func (MutableSetChainInfoParams) MaxEventSize ¶
func (s MutableSetChainInfoParams) MaxEventSize() wasmtypes.ScMutableUint16
default maximum size of a single event
func (MutableSetChainInfoParams) MaxEventsPerReq ¶
func (s MutableSetChainInfoParams) MaxEventsPerReq() wasmtypes.ScMutableUint16
default maximum number of events per request
type MutableSetFeePolicyParams ¶ added in v0.3.0
func (MutableSetFeePolicyParams) FeePolicyBytes ¶ added in v0.3.0
func (s MutableSetFeePolicyParams) FeePolicyBytes() wasmtypes.ScMutableBytes
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 }
Click to show internal directories.
Click to hide internal directories.