Documentation
¶
Index ¶
- Constants
- func OnLoad()
- type AddAllowedStateControllerAddressCall
- type ArrayOfImmutableBytes
- type ArrayOfMutableBytes
- type ClaimChainOwnershipCall
- type DelegateChainOwnershipCall
- type Funcs
- func (sc Funcs) AddAllowedStateControllerAddress(ctx wasmlib.ScFuncCallContext) *AddAllowedStateControllerAddressCall
- 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) GetFeeInfo(ctx wasmlib.ScViewCallContext) *GetFeeInfoCall
- func (sc Funcs) GetMaxBlobSize(ctx wasmlib.ScViewCallContext) *GetMaxBlobSizeCall
- func (sc Funcs) RemoveAllowedStateControllerAddress(ctx wasmlib.ScFuncCallContext) *RemoveAllowedStateControllerAddressCall
- func (sc Funcs) RotateStateController(ctx wasmlib.ScFuncCallContext) *RotateStateControllerCall
- func (sc Funcs) SetChainInfo(ctx wasmlib.ScFuncCallContext) *SetChainInfoCall
- func (sc Funcs) SetContractFee(ctx wasmlib.ScFuncCallContext) *SetContractFeeCall
- func (sc Funcs) SetDefaultFee(ctx wasmlib.ScFuncCallContext) *SetDefaultFeeCall
- type GetAllowedStateControllerAddressesCall
- type GetChainInfoCall
- type GetFeeInfoCall
- type GetMaxBlobSizeCall
- type ImmutableAddAllowedStateControllerAddressParams
- type ImmutableDelegateChainOwnershipParams
- type ImmutableGetAllowedStateControllerAddressesResults
- type ImmutableGetChainInfoResults
- func (s ImmutableGetChainInfoResults) ChainID() wasmlib.ScImmutableChainID
- func (s ImmutableGetChainInfoResults) ChainOwnerID() wasmlib.ScImmutableAgentID
- func (s ImmutableGetChainInfoResults) DefaultOwnerFee() wasmlib.ScImmutableInt64
- func (s ImmutableGetChainInfoResults) DefaultValidatorFee() wasmlib.ScImmutableInt64
- func (s ImmutableGetChainInfoResults) Description() wasmlib.ScImmutableString
- func (s ImmutableGetChainInfoResults) FeeColor() wasmlib.ScImmutableColor
- func (s ImmutableGetChainInfoResults) MaxBlobSize() wasmlib.ScImmutableInt32
- func (s ImmutableGetChainInfoResults) MaxEventSize() wasmlib.ScImmutableInt16
- func (s ImmutableGetChainInfoResults) MaxEventsPerReq() wasmlib.ScImmutableInt16
- type ImmutableGetFeeInfoParams
- type ImmutableGetFeeInfoResults
- type ImmutableGetMaxBlobSizeResults
- type ImmutableRemoveAllowedStateControllerAddressParams
- type ImmutableRotateStateControllerParams
- type ImmutableSetChainInfoParams
- func (s ImmutableSetChainInfoParams) MaxBlobSize() wasmlib.ScImmutableInt32
- func (s ImmutableSetChainInfoParams) MaxEventSize() wasmlib.ScImmutableInt16
- func (s ImmutableSetChainInfoParams) MaxEventsPerReq() wasmlib.ScImmutableInt16
- func (s ImmutableSetChainInfoParams) OwnerFee() wasmlib.ScImmutableInt64
- func (s ImmutableSetChainInfoParams) ValidatorFee() wasmlib.ScImmutableInt64
- type ImmutableSetContractFeeParams
- type ImmutableSetDefaultFeeParams
- type MutableAddAllowedStateControllerAddressParams
- type MutableDelegateChainOwnershipParams
- type MutableGetAllowedStateControllerAddressesResults
- type MutableGetChainInfoResults
- func (s MutableGetChainInfoResults) ChainID() wasmlib.ScMutableChainID
- func (s MutableGetChainInfoResults) ChainOwnerID() wasmlib.ScMutableAgentID
- func (s MutableGetChainInfoResults) DefaultOwnerFee() wasmlib.ScMutableInt64
- func (s MutableGetChainInfoResults) DefaultValidatorFee() wasmlib.ScMutableInt64
- func (s MutableGetChainInfoResults) Description() wasmlib.ScMutableString
- func (s MutableGetChainInfoResults) FeeColor() wasmlib.ScMutableColor
- func (s MutableGetChainInfoResults) MaxBlobSize() wasmlib.ScMutableInt32
- func (s MutableGetChainInfoResults) MaxEventSize() wasmlib.ScMutableInt16
- func (s MutableGetChainInfoResults) MaxEventsPerReq() wasmlib.ScMutableInt16
- type MutableGetFeeInfoParams
- type MutableGetFeeInfoResults
- type MutableGetMaxBlobSizeResults
- type MutableRemoveAllowedStateControllerAddressParams
- type MutableRotateStateControllerParams
- type MutableSetChainInfoParams
- func (s MutableSetChainInfoParams) MaxBlobSize() wasmlib.ScMutableInt32
- func (s MutableSetChainInfoParams) MaxEventSize() wasmlib.ScMutableInt16
- func (s MutableSetChainInfoParams) MaxEventsPerReq() wasmlib.ScMutableInt16
- func (s MutableSetChainInfoParams) OwnerFee() wasmlib.ScMutableInt64
- func (s MutableSetChainInfoParams) ValidatorFee() wasmlib.ScMutableInt64
- type MutableSetContractFeeParams
- type MutableSetDefaultFeeParams
- type RemoveAllowedStateControllerAddressCall
- type RotateStateControllerCall
- type SetChainInfoCall
- type SetContractFeeCall
- type SetDefaultFeeCall
Constants ¶
View Source
const ( ScName = "governance" ScDescription = "Core governance contract" HScName = wasmlib.ScHname(0x17cf909f) )
View Source
const ( ParamChainOwner = wasmlib.Key("oi") ParamFeeColor = wasmlib.Key("fc") ParamHname = wasmlib.Key("hn") ParamMaxBlobSize = wasmlib.Key("bs") ParamMaxEventSize = wasmlib.Key("es") ParamMaxEventsPerReq = wasmlib.Key("ne") ParamOwnerFee = wasmlib.Key("of") ParamStateControllerAddress = wasmlib.Key("S") ParamValidatorFee = wasmlib.Key("vf") )
View Source
const ( ResultAllowedStateControllerAddresses = wasmlib.Key("a") ResultChainID = wasmlib.Key("c") ResultChainOwnerID = wasmlib.Key("o") ResultDefaultOwnerFee = wasmlib.Key("do") ResultDefaultValidatorFee = wasmlib.Key("dv") ResultDescription = wasmlib.Key("d") ResultFeeColor = wasmlib.Key("f") ResultMaxBlobSize = wasmlib.Key("mb") ResultMaxEventSize = wasmlib.Key("me") ResultMaxEventsPerReq = wasmlib.Key("mr") ResultOwnerFee = wasmlib.Key("of") ResultValidatorFee = wasmlib.Key("vf") )
View Source
const ( FuncAddAllowedStateControllerAddress = "addAllowedStateControllerAddress" FuncClaimChainOwnership = "claimChainOwnership" FuncDelegateChainOwnership = "delegateChainOwnership" FuncRemoveAllowedStateControllerAddress = "removeAllowedStateControllerAddress" FuncRotateStateController = "rotateStateController" FuncSetChainInfo = "setChainInfo" FuncSetContractFee = "setContractFee" FuncSetDefaultFee = "setDefaultFee" ViewGetAllowedStateControllerAddresses = "getAllowedStateControllerAddresses" ViewGetChainInfo = "getChainInfo" ViewGetFeeInfo = "getFeeInfo" ViewGetMaxBlobSize = "getMaxBlobSize" )
View Source
const ( HFuncAddAllowedStateControllerAddress = wasmlib.ScHname(0x9469d567) HFuncClaimChainOwnership = wasmlib.ScHname(0x03ff0fc0) HFuncDelegateChainOwnership = wasmlib.ScHname(0x93ecb6ad) HFuncRemoveAllowedStateControllerAddress = wasmlib.ScHname(0x31f69447) HFuncRotateStateController = wasmlib.ScHname(0x244d1038) HFuncSetChainInfo = wasmlib.ScHname(0x702f5d2b) HFuncSetContractFee = wasmlib.ScHname(0x8421a42b) HFuncSetDefaultFee = wasmlib.ScHname(0x3310ecd0) HViewGetAllowedStateControllerAddresses = wasmlib.ScHname(0xf3505183) HViewGetChainInfo = wasmlib.ScHname(0x434477e2) HViewGetFeeInfo = wasmlib.ScHname(0x9fe54b48) HViewGetMaxBlobSize = wasmlib.ScHname(0xe1db3d28) )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddAllowedStateControllerAddressCall ¶
type AddAllowedStateControllerAddressCall struct { Func *wasmlib.ScFunc Params MutableAddAllowedStateControllerAddressParams }
type ArrayOfImmutableBytes ¶
type ArrayOfImmutableBytes struct {
// contains filtered or unexported fields
}
func (ArrayOfImmutableBytes) GetBytes ¶
func (a ArrayOfImmutableBytes) GetBytes(index int32) wasmlib.ScImmutableBytes
func (ArrayOfImmutableBytes) Length ¶
func (a ArrayOfImmutableBytes) Length() int32
type ArrayOfMutableBytes ¶
type ArrayOfMutableBytes struct {
// contains filtered or unexported fields
}
func (ArrayOfMutableBytes) Clear ¶
func (a ArrayOfMutableBytes) Clear()
func (ArrayOfMutableBytes) GetBytes ¶
func (a ArrayOfMutableBytes) GetBytes(index int32) wasmlib.ScMutableBytes
func (ArrayOfMutableBytes) Length ¶
func (a ArrayOfMutableBytes) Length() int32
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) ClaimChainOwnership ¶
func (sc Funcs) ClaimChainOwnership(ctx wasmlib.ScFuncCallContext) *ClaimChainOwnershipCall
func (Funcs) DelegateChainOwnership ¶
func (sc Funcs) DelegateChainOwnership(ctx wasmlib.ScFuncCallContext) *DelegateChainOwnershipCall
func (Funcs) GetAllowedStateControllerAddresses ¶
func (sc Funcs) GetAllowedStateControllerAddresses(ctx wasmlib.ScViewCallContext) *GetAllowedStateControllerAddressesCall
func (Funcs) GetChainInfo ¶
func (sc Funcs) GetChainInfo(ctx wasmlib.ScViewCallContext) *GetChainInfoCall
func (Funcs) GetFeeInfo ¶
func (sc Funcs) GetFeeInfo(ctx wasmlib.ScViewCallContext) *GetFeeInfoCall
func (Funcs) GetMaxBlobSize ¶
func (sc Funcs) GetMaxBlobSize(ctx wasmlib.ScViewCallContext) *GetMaxBlobSizeCall
func (Funcs) RemoveAllowedStateControllerAddress ¶
func (sc Funcs) RemoveAllowedStateControllerAddress(ctx wasmlib.ScFuncCallContext) *RemoveAllowedStateControllerAddressCall
func (Funcs) RotateStateController ¶
func (sc Funcs) RotateStateController(ctx wasmlib.ScFuncCallContext) *RotateStateControllerCall
func (Funcs) SetChainInfo ¶
func (sc Funcs) SetChainInfo(ctx wasmlib.ScFuncCallContext) *SetChainInfoCall
func (Funcs) SetContractFee ¶
func (sc Funcs) SetContractFee(ctx wasmlib.ScFuncCallContext) *SetContractFeeCall
func (Funcs) SetDefaultFee ¶
func (sc Funcs) SetDefaultFee(ctx wasmlib.ScFuncCallContext) *SetDefaultFeeCall
type GetAllowedStateControllerAddressesCall ¶
type GetAllowedStateControllerAddressesCall struct { Func *wasmlib.ScView Results ImmutableGetAllowedStateControllerAddressesResults }
type GetChainInfoCall ¶
type GetChainInfoCall struct { Func *wasmlib.ScView Results ImmutableGetChainInfoResults }
type GetFeeInfoCall ¶
type GetFeeInfoCall struct { Func *wasmlib.ScView Params MutableGetFeeInfoParams Results ImmutableGetFeeInfoResults }
type GetMaxBlobSizeCall ¶
type GetMaxBlobSizeCall struct { Func *wasmlib.ScView Results ImmutableGetMaxBlobSizeResults }
type ImmutableAddAllowedStateControllerAddressParams ¶
type ImmutableAddAllowedStateControllerAddressParams struct {
// contains filtered or unexported fields
}
func (ImmutableAddAllowedStateControllerAddressParams) ChainOwner ¶
func (s ImmutableAddAllowedStateControllerAddressParams) ChainOwner() wasmlib.ScImmutableAgentID
func (ImmutableAddAllowedStateControllerAddressParams) FeeColor ¶
func (s ImmutableAddAllowedStateControllerAddressParams) FeeColor() wasmlib.ScImmutableColor
func (ImmutableAddAllowedStateControllerAddressParams) StateControllerAddress ¶
func (s ImmutableAddAllowedStateControllerAddressParams) StateControllerAddress() wasmlib.ScImmutableAddress
type ImmutableDelegateChainOwnershipParams ¶
type ImmutableDelegateChainOwnershipParams struct {
// contains filtered or unexported fields
}
func (ImmutableDelegateChainOwnershipParams) ChainOwner ¶
func (s ImmutableDelegateChainOwnershipParams) ChainOwner() wasmlib.ScImmutableAgentID
type ImmutableGetAllowedStateControllerAddressesResults ¶
type ImmutableGetAllowedStateControllerAddressesResults struct {
// contains filtered or unexported fields
}
func (ImmutableGetAllowedStateControllerAddressesResults) AllowedStateControllerAddresses ¶
func (s ImmutableGetAllowedStateControllerAddressesResults) AllowedStateControllerAddresses() ArrayOfImmutableBytes
type ImmutableGetChainInfoResults ¶
type ImmutableGetChainInfoResults struct {
// contains filtered or unexported fields
}
func (ImmutableGetChainInfoResults) ChainID ¶
func (s ImmutableGetChainInfoResults) ChainID() wasmlib.ScImmutableChainID
func (ImmutableGetChainInfoResults) ChainOwnerID ¶
func (s ImmutableGetChainInfoResults) ChainOwnerID() wasmlib.ScImmutableAgentID
func (ImmutableGetChainInfoResults) DefaultOwnerFee ¶
func (s ImmutableGetChainInfoResults) DefaultOwnerFee() wasmlib.ScImmutableInt64
func (ImmutableGetChainInfoResults) DefaultValidatorFee ¶
func (s ImmutableGetChainInfoResults) DefaultValidatorFee() wasmlib.ScImmutableInt64
func (ImmutableGetChainInfoResults) Description ¶
func (s ImmutableGetChainInfoResults) Description() wasmlib.ScImmutableString
func (ImmutableGetChainInfoResults) FeeColor ¶
func (s ImmutableGetChainInfoResults) FeeColor() wasmlib.ScImmutableColor
func (ImmutableGetChainInfoResults) MaxBlobSize ¶
func (s ImmutableGetChainInfoResults) MaxBlobSize() wasmlib.ScImmutableInt32
func (ImmutableGetChainInfoResults) MaxEventSize ¶
func (s ImmutableGetChainInfoResults) MaxEventSize() wasmlib.ScImmutableInt16
func (ImmutableGetChainInfoResults) MaxEventsPerReq ¶
func (s ImmutableGetChainInfoResults) MaxEventsPerReq() wasmlib.ScImmutableInt16
type ImmutableGetFeeInfoParams ¶
type ImmutableGetFeeInfoParams struct {
// contains filtered or unexported fields
}
func (ImmutableGetFeeInfoParams) Hname ¶
func (s ImmutableGetFeeInfoParams) Hname() wasmlib.ScImmutableHname
type ImmutableGetFeeInfoResults ¶
type ImmutableGetFeeInfoResults struct {
// contains filtered or unexported fields
}
func (ImmutableGetFeeInfoResults) FeeColor ¶
func (s ImmutableGetFeeInfoResults) FeeColor() wasmlib.ScImmutableColor
func (ImmutableGetFeeInfoResults) OwnerFee ¶
func (s ImmutableGetFeeInfoResults) OwnerFee() wasmlib.ScImmutableInt64
func (ImmutableGetFeeInfoResults) ValidatorFee ¶
func (s ImmutableGetFeeInfoResults) ValidatorFee() wasmlib.ScImmutableInt64
type ImmutableGetMaxBlobSizeResults ¶
type ImmutableGetMaxBlobSizeResults struct {
// contains filtered or unexported fields
}
func (ImmutableGetMaxBlobSizeResults) MaxBlobSize ¶
func (s ImmutableGetMaxBlobSizeResults) MaxBlobSize() wasmlib.ScImmutableInt32
type ImmutableRemoveAllowedStateControllerAddressParams ¶
type ImmutableRemoveAllowedStateControllerAddressParams struct {
// contains filtered or unexported fields
}
func (ImmutableRemoveAllowedStateControllerAddressParams) StateControllerAddress ¶
func (s ImmutableRemoveAllowedStateControllerAddressParams) StateControllerAddress() wasmlib.ScImmutableAddress
type ImmutableRotateStateControllerParams ¶
type ImmutableRotateStateControllerParams struct {
// contains filtered or unexported fields
}
func (ImmutableRotateStateControllerParams) StateControllerAddress ¶
func (s ImmutableRotateStateControllerParams) StateControllerAddress() wasmlib.ScImmutableAddress
type ImmutableSetChainInfoParams ¶
type ImmutableSetChainInfoParams struct {
// contains filtered or unexported fields
}
func (ImmutableSetChainInfoParams) MaxBlobSize ¶
func (s ImmutableSetChainInfoParams) MaxBlobSize() wasmlib.ScImmutableInt32
func (ImmutableSetChainInfoParams) MaxEventSize ¶
func (s ImmutableSetChainInfoParams) MaxEventSize() wasmlib.ScImmutableInt16
func (ImmutableSetChainInfoParams) MaxEventsPerReq ¶
func (s ImmutableSetChainInfoParams) MaxEventsPerReq() wasmlib.ScImmutableInt16
func (ImmutableSetChainInfoParams) OwnerFee ¶
func (s ImmutableSetChainInfoParams) OwnerFee() wasmlib.ScImmutableInt64
func (ImmutableSetChainInfoParams) ValidatorFee ¶
func (s ImmutableSetChainInfoParams) ValidatorFee() wasmlib.ScImmutableInt64
type ImmutableSetContractFeeParams ¶
type ImmutableSetContractFeeParams struct {
// contains filtered or unexported fields
}
func (ImmutableSetContractFeeParams) Hname ¶
func (s ImmutableSetContractFeeParams) Hname() wasmlib.ScImmutableHname
func (ImmutableSetContractFeeParams) OwnerFee ¶
func (s ImmutableSetContractFeeParams) OwnerFee() wasmlib.ScImmutableInt64
func (ImmutableSetContractFeeParams) ValidatorFee ¶
func (s ImmutableSetContractFeeParams) ValidatorFee() wasmlib.ScImmutableInt64
type ImmutableSetDefaultFeeParams ¶
type ImmutableSetDefaultFeeParams struct {
// contains filtered or unexported fields
}
func (ImmutableSetDefaultFeeParams) OwnerFee ¶
func (s ImmutableSetDefaultFeeParams) OwnerFee() wasmlib.ScImmutableInt64
func (ImmutableSetDefaultFeeParams) ValidatorFee ¶
func (s ImmutableSetDefaultFeeParams) ValidatorFee() wasmlib.ScImmutableInt64
type MutableAddAllowedStateControllerAddressParams ¶
type MutableAddAllowedStateControllerAddressParams struct {
// contains filtered or unexported fields
}
func (MutableAddAllowedStateControllerAddressParams) ChainOwner ¶
func (s MutableAddAllowedStateControllerAddressParams) ChainOwner() wasmlib.ScMutableAgentID
func (MutableAddAllowedStateControllerAddressParams) FeeColor ¶
func (s MutableAddAllowedStateControllerAddressParams) FeeColor() wasmlib.ScMutableColor
func (MutableAddAllowedStateControllerAddressParams) StateControllerAddress ¶
func (s MutableAddAllowedStateControllerAddressParams) StateControllerAddress() wasmlib.ScMutableAddress
type MutableDelegateChainOwnershipParams ¶
type MutableDelegateChainOwnershipParams struct {
// contains filtered or unexported fields
}
func (MutableDelegateChainOwnershipParams) ChainOwner ¶
func (s MutableDelegateChainOwnershipParams) ChainOwner() wasmlib.ScMutableAgentID
type MutableGetAllowedStateControllerAddressesResults ¶
type MutableGetAllowedStateControllerAddressesResults struct {
// contains filtered or unexported fields
}
func (MutableGetAllowedStateControllerAddressesResults) AllowedStateControllerAddresses ¶
func (s MutableGetAllowedStateControllerAddressesResults) AllowedStateControllerAddresses() ArrayOfMutableBytes
type MutableGetChainInfoResults ¶
type MutableGetChainInfoResults struct {
// contains filtered or unexported fields
}
func (MutableGetChainInfoResults) ChainID ¶
func (s MutableGetChainInfoResults) ChainID() wasmlib.ScMutableChainID
func (MutableGetChainInfoResults) ChainOwnerID ¶
func (s MutableGetChainInfoResults) ChainOwnerID() wasmlib.ScMutableAgentID
func (MutableGetChainInfoResults) DefaultOwnerFee ¶
func (s MutableGetChainInfoResults) DefaultOwnerFee() wasmlib.ScMutableInt64
func (MutableGetChainInfoResults) DefaultValidatorFee ¶
func (s MutableGetChainInfoResults) DefaultValidatorFee() wasmlib.ScMutableInt64
func (MutableGetChainInfoResults) Description ¶
func (s MutableGetChainInfoResults) Description() wasmlib.ScMutableString
func (MutableGetChainInfoResults) FeeColor ¶
func (s MutableGetChainInfoResults) FeeColor() wasmlib.ScMutableColor
func (MutableGetChainInfoResults) MaxBlobSize ¶
func (s MutableGetChainInfoResults) MaxBlobSize() wasmlib.ScMutableInt32
func (MutableGetChainInfoResults) MaxEventSize ¶
func (s MutableGetChainInfoResults) MaxEventSize() wasmlib.ScMutableInt16
func (MutableGetChainInfoResults) MaxEventsPerReq ¶
func (s MutableGetChainInfoResults) MaxEventsPerReq() wasmlib.ScMutableInt16
type MutableGetFeeInfoParams ¶
type MutableGetFeeInfoParams struct {
// contains filtered or unexported fields
}
func (MutableGetFeeInfoParams) Hname ¶
func (s MutableGetFeeInfoParams) Hname() wasmlib.ScMutableHname
type MutableGetFeeInfoResults ¶
type MutableGetFeeInfoResults struct {
// contains filtered or unexported fields
}
func (MutableGetFeeInfoResults) FeeColor ¶
func (s MutableGetFeeInfoResults) FeeColor() wasmlib.ScMutableColor
func (MutableGetFeeInfoResults) OwnerFee ¶
func (s MutableGetFeeInfoResults) OwnerFee() wasmlib.ScMutableInt64
func (MutableGetFeeInfoResults) ValidatorFee ¶
func (s MutableGetFeeInfoResults) ValidatorFee() wasmlib.ScMutableInt64
type MutableGetMaxBlobSizeResults ¶
type MutableGetMaxBlobSizeResults struct {
// contains filtered or unexported fields
}
func (MutableGetMaxBlobSizeResults) MaxBlobSize ¶
func (s MutableGetMaxBlobSizeResults) MaxBlobSize() wasmlib.ScMutableInt32
type MutableRemoveAllowedStateControllerAddressParams ¶
type MutableRemoveAllowedStateControllerAddressParams struct {
// contains filtered or unexported fields
}
func (MutableRemoveAllowedStateControllerAddressParams) StateControllerAddress ¶
func (s MutableRemoveAllowedStateControllerAddressParams) StateControllerAddress() wasmlib.ScMutableAddress
type MutableRotateStateControllerParams ¶
type MutableRotateStateControllerParams struct {
// contains filtered or unexported fields
}
func (MutableRotateStateControllerParams) StateControllerAddress ¶
func (s MutableRotateStateControllerParams) StateControllerAddress() wasmlib.ScMutableAddress
type MutableSetChainInfoParams ¶
type MutableSetChainInfoParams struct {
// contains filtered or unexported fields
}
func (MutableSetChainInfoParams) MaxBlobSize ¶
func (s MutableSetChainInfoParams) MaxBlobSize() wasmlib.ScMutableInt32
func (MutableSetChainInfoParams) MaxEventSize ¶
func (s MutableSetChainInfoParams) MaxEventSize() wasmlib.ScMutableInt16
func (MutableSetChainInfoParams) MaxEventsPerReq ¶
func (s MutableSetChainInfoParams) MaxEventsPerReq() wasmlib.ScMutableInt16
func (MutableSetChainInfoParams) OwnerFee ¶
func (s MutableSetChainInfoParams) OwnerFee() wasmlib.ScMutableInt64
func (MutableSetChainInfoParams) ValidatorFee ¶
func (s MutableSetChainInfoParams) ValidatorFee() wasmlib.ScMutableInt64
type MutableSetContractFeeParams ¶
type MutableSetContractFeeParams struct {
// contains filtered or unexported fields
}
func (MutableSetContractFeeParams) Hname ¶
func (s MutableSetContractFeeParams) Hname() wasmlib.ScMutableHname
func (MutableSetContractFeeParams) OwnerFee ¶
func (s MutableSetContractFeeParams) OwnerFee() wasmlib.ScMutableInt64
func (MutableSetContractFeeParams) ValidatorFee ¶
func (s MutableSetContractFeeParams) ValidatorFee() wasmlib.ScMutableInt64
type MutableSetDefaultFeeParams ¶
type MutableSetDefaultFeeParams struct {
// contains filtered or unexported fields
}
func (MutableSetDefaultFeeParams) OwnerFee ¶
func (s MutableSetDefaultFeeParams) OwnerFee() wasmlib.ScMutableInt64
func (MutableSetDefaultFeeParams) ValidatorFee ¶
func (s MutableSetDefaultFeeParams) ValidatorFee() wasmlib.ScMutableInt64
type RemoveAllowedStateControllerAddressCall ¶
type RemoveAllowedStateControllerAddressCall struct { Func *wasmlib.ScFunc Params MutableRemoveAllowedStateControllerAddressParams }
type RotateStateControllerCall ¶
type RotateStateControllerCall struct { Func *wasmlib.ScFunc Params MutableRotateStateControllerParams }
type SetChainInfoCall ¶
type SetChainInfoCall struct { Func *wasmlib.ScFunc Params MutableSetChainInfoParams }
type SetContractFeeCall ¶
type SetContractFeeCall struct { Func *wasmlib.ScFunc Params MutableSetContractFeeParams }
type SetDefaultFeeCall ¶
type SetDefaultFeeCall struct { Func *wasmlib.ScFunc Params MutableSetDefaultFeeParams }
Click to show internal directories.
Click to hide internal directories.