Documentation ¶
Index ¶
- Constants
- func OnLoad()
- type CallOnChainCall
- type CallOnChainContext
- type CheckContextFromFullEPCall
- type CheckContextFromFullEPContext
- type CheckContextFromViewEPCall
- type CheckContextFromViewEPContext
- type DoNothingCall
- type DoNothingContext
- type FibonacciCall
- type FibonacciContext
- type Funcs
- func (sc Funcs) CallOnChain(ctx wasmlib.ScFuncCallContext) *CallOnChainCall
- func (sc Funcs) CheckContextFromFullEP(ctx wasmlib.ScFuncCallContext) *CheckContextFromFullEPCall
- func (sc Funcs) CheckContextFromViewEP(ctx wasmlib.ScViewCallContext) *CheckContextFromViewEPCall
- func (sc Funcs) DoNothing(ctx wasmlib.ScFuncCallContext) *DoNothingCall
- func (sc Funcs) Fibonacci(ctx wasmlib.ScViewCallContext) *FibonacciCall
- func (sc Funcs) GetCounter(ctx wasmlib.ScViewCallContext) *GetCounterCall
- func (sc Funcs) GetInt(ctx wasmlib.ScViewCallContext) *GetIntCall
- func (sc Funcs) GetMintedSupply(ctx wasmlib.ScFuncCallContext) *GetMintedSupplyCall
- func (sc Funcs) GetStringValue(ctx wasmlib.ScViewCallContext) *GetStringValueCall
- func (sc Funcs) IncCounter(ctx wasmlib.ScFuncCallContext) *IncCounterCall
- func (sc Funcs) Init(ctx wasmlib.ScFuncCallContext) *InitCall
- func (sc Funcs) JustView(ctx wasmlib.ScViewCallContext) *JustViewCall
- func (sc Funcs) PassTypesFull(ctx wasmlib.ScFuncCallContext) *PassTypesFullCall
- func (sc Funcs) PassTypesView(ctx wasmlib.ScViewCallContext) *PassTypesViewCall
- func (sc Funcs) RunRecursion(ctx wasmlib.ScFuncCallContext) *RunRecursionCall
- func (sc Funcs) SendToAddress(ctx wasmlib.ScFuncCallContext) *SendToAddressCall
- func (sc Funcs) SetInt(ctx wasmlib.ScFuncCallContext) *SetIntCall
- func (sc Funcs) Spawn(ctx wasmlib.ScFuncCallContext) *SpawnCall
- func (sc Funcs) TestBlockContext1(ctx wasmlib.ScFuncCallContext) *TestBlockContext1Call
- func (sc Funcs) TestBlockContext2(ctx wasmlib.ScFuncCallContext) *TestBlockContext2Call
- func (sc Funcs) TestCallPanicFullEP(ctx wasmlib.ScFuncCallContext) *TestCallPanicFullEPCall
- func (sc Funcs) TestCallPanicViewEPFromFull(ctx wasmlib.ScFuncCallContext) *TestCallPanicViewEPFromFullCall
- func (sc Funcs) TestCallPanicViewEPFromView(ctx wasmlib.ScViewCallContext) *TestCallPanicViewEPFromViewCall
- func (sc Funcs) TestChainOwnerIDFull(ctx wasmlib.ScFuncCallContext) *TestChainOwnerIDFullCall
- func (sc Funcs) TestChainOwnerIDView(ctx wasmlib.ScViewCallContext) *TestChainOwnerIDViewCall
- func (sc Funcs) TestEventLogDeploy(ctx wasmlib.ScFuncCallContext) *TestEventLogDeployCall
- func (sc Funcs) TestEventLogEventData(ctx wasmlib.ScFuncCallContext) *TestEventLogEventDataCall
- func (sc Funcs) TestEventLogGenericData(ctx wasmlib.ScFuncCallContext) *TestEventLogGenericDataCall
- func (sc Funcs) TestPanicFullEP(ctx wasmlib.ScFuncCallContext) *TestPanicFullEPCall
- func (sc Funcs) TestPanicViewEP(ctx wasmlib.ScViewCallContext) *TestPanicViewEPCall
- func (sc Funcs) TestSandboxCall(ctx wasmlib.ScViewCallContext) *TestSandboxCallCall
- func (sc Funcs) WithdrawToChain(ctx wasmlib.ScFuncCallContext) *WithdrawToChainCall
- type GetCounterCall
- type GetCounterContext
- type GetIntCall
- type GetIntContext
- type GetMintedSupplyCall
- type GetMintedSupplyContext
- type GetStringValueCall
- type GetStringValueContext
- type ImmutableCallOnChainParams
- type ImmutableCallOnChainResults
- type ImmutableCheckContextFromFullEPParams
- func (s ImmutableCheckContextFromFullEPParams) AgentID() wasmlib.ScImmutableAgentID
- func (s ImmutableCheckContextFromFullEPParams) Caller() wasmlib.ScImmutableAgentID
- func (s ImmutableCheckContextFromFullEPParams) ChainID() wasmlib.ScImmutableChainID
- func (s ImmutableCheckContextFromFullEPParams) ChainOwnerID() wasmlib.ScImmutableAgentID
- func (s ImmutableCheckContextFromFullEPParams) ContractCreator() wasmlib.ScImmutableAgentID
- type ImmutableCheckContextFromViewEPParams
- func (s ImmutableCheckContextFromViewEPParams) AgentID() wasmlib.ScImmutableAgentID
- func (s ImmutableCheckContextFromViewEPParams) ChainID() wasmlib.ScImmutableChainID
- func (s ImmutableCheckContextFromViewEPParams) ChainOwnerID() wasmlib.ScImmutableAgentID
- func (s ImmutableCheckContextFromViewEPParams) ContractCreator() wasmlib.ScImmutableAgentID
- type ImmutableFibonacciParams
- type ImmutableFibonacciResults
- type ImmutableGetCounterResults
- type ImmutableGetIntParams
- type ImmutableGetIntResults
- type ImmutableGetMintedSupplyResults
- type ImmutableGetStringValueParams
- type ImmutableGetStringValueResults
- type ImmutableInitParams
- type ImmutablePassTypesFullParams
- func (s ImmutablePassTypesFullParams) Address() wasmlib.ScImmutableAddress
- func (s ImmutablePassTypesFullParams) AgentID() wasmlib.ScImmutableAgentID
- func (s ImmutablePassTypesFullParams) ChainID() wasmlib.ScImmutableChainID
- func (s ImmutablePassTypesFullParams) ContractID() wasmlib.ScImmutableAgentID
- func (s ImmutablePassTypesFullParams) Hash() wasmlib.ScImmutableHash
- func (s ImmutablePassTypesFullParams) Hname() wasmlib.ScImmutableHname
- func (s ImmutablePassTypesFullParams) HnameZero() wasmlib.ScImmutableHname
- func (s ImmutablePassTypesFullParams) Int64() wasmlib.ScImmutableInt64
- func (s ImmutablePassTypesFullParams) Int64Zero() wasmlib.ScImmutableInt64
- func (s ImmutablePassTypesFullParams) String() wasmlib.ScImmutableString
- func (s ImmutablePassTypesFullParams) StringZero() wasmlib.ScImmutableString
- type ImmutablePassTypesViewParams
- func (s ImmutablePassTypesViewParams) Address() wasmlib.ScImmutableAddress
- func (s ImmutablePassTypesViewParams) AgentID() wasmlib.ScImmutableAgentID
- func (s ImmutablePassTypesViewParams) ChainID() wasmlib.ScImmutableChainID
- func (s ImmutablePassTypesViewParams) ContractID() wasmlib.ScImmutableAgentID
- func (s ImmutablePassTypesViewParams) Hash() wasmlib.ScImmutableHash
- func (s ImmutablePassTypesViewParams) Hname() wasmlib.ScImmutableHname
- func (s ImmutablePassTypesViewParams) HnameZero() wasmlib.ScImmutableHname
- func (s ImmutablePassTypesViewParams) Int64() wasmlib.ScImmutableInt64
- func (s ImmutablePassTypesViewParams) Int64Zero() wasmlib.ScImmutableInt64
- func (s ImmutablePassTypesViewParams) String() wasmlib.ScImmutableString
- func (s ImmutablePassTypesViewParams) StringZero() wasmlib.ScImmutableString
- type ImmutableRunRecursionParams
- type ImmutableRunRecursionResults
- type ImmutableSendToAddressParams
- type ImmutableSetIntParams
- type ImmutableSpawnParams
- type ImmutableTestChainOwnerIDFullResults
- type ImmutableTestChainOwnerIDViewResults
- type ImmutableTestCoreState
- func (s ImmutableTestCoreState) Counter() wasmlib.ScImmutableInt64
- func (s ImmutableTestCoreState) HnameEP() wasmlib.ScImmutableHname
- func (s ImmutableTestCoreState) Ints() MapStringToImmutableInt64
- func (s ImmutableTestCoreState) MintedColor() wasmlib.ScImmutableColor
- func (s ImmutableTestCoreState) MintedSupply() wasmlib.ScImmutableInt64
- type ImmutableTestEventLogGenericDataParams
- type ImmutableTestSandboxCallResults
- type ImmutableWithdrawToChainParams
- type IncCounterCall
- type IncCounterContext
- type InitCall
- type InitContext
- type JustViewCall
- type JustViewContext
- type MapStringToImmutableInt64
- type MapStringToImmutableString
- type MapStringToMutableInt64
- type MapStringToMutableString
- type MutableCallOnChainParams
- type MutableCallOnChainResults
- type MutableCheckContextFromFullEPParams
- func (s MutableCheckContextFromFullEPParams) AgentID() wasmlib.ScMutableAgentID
- func (s MutableCheckContextFromFullEPParams) Caller() wasmlib.ScMutableAgentID
- func (s MutableCheckContextFromFullEPParams) ChainID() wasmlib.ScMutableChainID
- func (s MutableCheckContextFromFullEPParams) ChainOwnerID() wasmlib.ScMutableAgentID
- func (s MutableCheckContextFromFullEPParams) ContractCreator() wasmlib.ScMutableAgentID
- type MutableCheckContextFromViewEPParams
- func (s MutableCheckContextFromViewEPParams) AgentID() wasmlib.ScMutableAgentID
- func (s MutableCheckContextFromViewEPParams) ChainID() wasmlib.ScMutableChainID
- func (s MutableCheckContextFromViewEPParams) ChainOwnerID() wasmlib.ScMutableAgentID
- func (s MutableCheckContextFromViewEPParams) ContractCreator() wasmlib.ScMutableAgentID
- type MutableFibonacciParams
- type MutableFibonacciResults
- type MutableGetCounterResults
- type MutableGetIntParams
- type MutableGetIntResults
- type MutableGetMintedSupplyResults
- type MutableGetStringValueParams
- type MutableGetStringValueResults
- type MutableInitParams
- type MutablePassTypesFullParams
- func (s MutablePassTypesFullParams) Address() wasmlib.ScMutableAddress
- func (s MutablePassTypesFullParams) AgentID() wasmlib.ScMutableAgentID
- func (s MutablePassTypesFullParams) ChainID() wasmlib.ScMutableChainID
- func (s MutablePassTypesFullParams) ContractID() wasmlib.ScMutableAgentID
- func (s MutablePassTypesFullParams) Hash() wasmlib.ScMutableHash
- func (s MutablePassTypesFullParams) Hname() wasmlib.ScMutableHname
- func (s MutablePassTypesFullParams) HnameZero() wasmlib.ScMutableHname
- func (s MutablePassTypesFullParams) Int64() wasmlib.ScMutableInt64
- func (s MutablePassTypesFullParams) Int64Zero() wasmlib.ScMutableInt64
- func (s MutablePassTypesFullParams) String() wasmlib.ScMutableString
- func (s MutablePassTypesFullParams) StringZero() wasmlib.ScMutableString
- type MutablePassTypesViewParams
- func (s MutablePassTypesViewParams) Address() wasmlib.ScMutableAddress
- func (s MutablePassTypesViewParams) AgentID() wasmlib.ScMutableAgentID
- func (s MutablePassTypesViewParams) ChainID() wasmlib.ScMutableChainID
- func (s MutablePassTypesViewParams) ContractID() wasmlib.ScMutableAgentID
- func (s MutablePassTypesViewParams) Hash() wasmlib.ScMutableHash
- func (s MutablePassTypesViewParams) Hname() wasmlib.ScMutableHname
- func (s MutablePassTypesViewParams) HnameZero() wasmlib.ScMutableHname
- func (s MutablePassTypesViewParams) Int64() wasmlib.ScMutableInt64
- func (s MutablePassTypesViewParams) Int64Zero() wasmlib.ScMutableInt64
- func (s MutablePassTypesViewParams) String() wasmlib.ScMutableString
- func (s MutablePassTypesViewParams) StringZero() wasmlib.ScMutableString
- type MutableRunRecursionParams
- type MutableRunRecursionResults
- type MutableSendToAddressParams
- type MutableSetIntParams
- type MutableSpawnParams
- type MutableTestChainOwnerIDFullResults
- type MutableTestChainOwnerIDViewResults
- type MutableTestCoreState
- func (s MutableTestCoreState) Counter() wasmlib.ScMutableInt64
- func (s MutableTestCoreState) HnameEP() wasmlib.ScMutableHname
- func (s MutableTestCoreState) Ints() MapStringToMutableInt64
- func (s MutableTestCoreState) MintedColor() wasmlib.ScMutableColor
- func (s MutableTestCoreState) MintedSupply() wasmlib.ScMutableInt64
- type MutableTestEventLogGenericDataParams
- type MutableTestSandboxCallResults
- type MutableWithdrawToChainParams
- type PassTypesFullCall
- type PassTypesFullContext
- type PassTypesViewCall
- type PassTypesViewContext
- type RunRecursionCall
- type RunRecursionContext
- type SendToAddressCall
- type SendToAddressContext
- type SetIntCall
- type SetIntContext
- type SpawnCall
- type SpawnContext
- type TestBlockContext1Call
- type TestBlockContext1Context
- type TestBlockContext2Call
- type TestBlockContext2Context
- type TestCallPanicFullEPCall
- type TestCallPanicFullEPContext
- type TestCallPanicViewEPFromFullCall
- type TestCallPanicViewEPFromFullContext
- type TestCallPanicViewEPFromViewCall
- type TestCallPanicViewEPFromViewContext
- type TestChainOwnerIDFullCall
- type TestChainOwnerIDFullContext
- type TestChainOwnerIDViewCall
- type TestChainOwnerIDViewContext
- type TestEventLogDeployCall
- type TestEventLogDeployContext
- type TestEventLogEventDataCall
- type TestEventLogEventDataContext
- type TestEventLogGenericDataCall
- type TestEventLogGenericDataContext
- type TestPanicFullEPCall
- type TestPanicFullEPContext
- type TestPanicViewEPCall
- type TestPanicViewEPContext
- type TestSandboxCallCall
- type TestSandboxCallContext
- type WithdrawToChainCall
- type WithdrawToChainContext
Constants ¶
View Source
const ( ScName = "testcore" ScDescription = "Core test for ISCP wasmlib Rust/Wasm library" HScName = wasmlib.ScHname(0x370d33ad) )
View Source
const ( ParamAddress = wasmlib.Key("address") ParamAgentID = wasmlib.Key("agentID") ParamCaller = wasmlib.Key("caller") ParamChainID = wasmlib.Key("chainID") ParamChainOwnerID = wasmlib.Key("chainOwnerID") ParamContractCreator = wasmlib.Key("contractCreator") ParamContractID = wasmlib.Key("contractID") ParamCounter = wasmlib.Key("counter") ParamFail = wasmlib.Key("initFailParam") ParamHash = wasmlib.Key("Hash") ParamHname = wasmlib.Key("Hname") ParamHnameContract = wasmlib.Key("hnameContract") ParamHnameEP = wasmlib.Key("hnameEP") ParamHnameZero = wasmlib.Key("Hname-0") ParamInt64 = wasmlib.Key("int64") ParamInt64Zero = wasmlib.Key("int64-0") ParamIntValue = wasmlib.Key("intParamValue") ParamName = wasmlib.Key("intParamName") ParamProgHash = wasmlib.Key("progHash") ParamString = wasmlib.Key("string") ParamStringZero = wasmlib.Key("string-0") ParamVarName = wasmlib.Key("varName") )
View Source
const ( ResultChainOwnerID = wasmlib.Key("chainOwnerID") ResultCounter = wasmlib.Key("counter") ResultIntValue = wasmlib.Key("intParamValue") ResultMintedColor = wasmlib.Key("mintedColor") ResultMintedSupply = wasmlib.Key("mintedSupply") ResultSandboxCall = wasmlib.Key("sandboxCall") )
View Source
const ( StateCounter = wasmlib.Key("counter") StateHnameEP = wasmlib.Key("hnameEP") StateInts = wasmlib.Key("ints") StateMintedColor = wasmlib.Key("mintedColor") StateMintedSupply = wasmlib.Key("mintedSupply") )
View Source
const ( FuncCallOnChain = "callOnChain" FuncCheckContextFromFullEP = "checkContextFromFullEP" FuncDoNothing = "doNothing" FuncGetMintedSupply = "getMintedSupply" FuncIncCounter = "incCounter" FuncInit = "init" FuncPassTypesFull = "passTypesFull" FuncRunRecursion = "runRecursion" FuncSendToAddress = "sendToAddress" FuncSetInt = "setInt" FuncSpawn = "spawn" FuncTestBlockContext1 = "testBlockContext1" FuncTestBlockContext2 = "testBlockContext2" FuncTestCallPanicFullEP = "testCallPanicFullEP" FuncTestCallPanicViewEPFromFull = "testCallPanicViewEPFromFull" FuncTestChainOwnerIDFull = "testChainOwnerIDFull" FuncTestEventLogDeploy = "testEventLogDeploy" FuncTestEventLogEventData = "testEventLogEventData" FuncTestEventLogGenericData = "testEventLogGenericData" FuncTestPanicFullEP = "testPanicFullEP" FuncWithdrawToChain = "withdrawToChain" ViewCheckContextFromViewEP = "checkContextFromViewEP" ViewFibonacci = "fibonacci" ViewGetCounter = "getCounter" ViewGetInt = "getInt" ViewGetStringValue = "getStringValue" ViewJustView = "justView" ViewPassTypesView = "passTypesView" ViewTestCallPanicViewEPFromView = "testCallPanicViewEPFromView" ViewTestChainOwnerIDView = "testChainOwnerIDView" ViewTestPanicViewEP = "testPanicViewEP" ViewTestSandboxCall = "testSandboxCall" )
View Source
const ( HFuncCallOnChain = wasmlib.ScHname(0x95a3d123) HFuncCheckContextFromFullEP = wasmlib.ScHname(0xa56c24ba) HFuncDoNothing = wasmlib.ScHname(0xdda4a6de) HFuncGetMintedSupply = wasmlib.ScHname(0x0c2d113c) HFuncIncCounter = wasmlib.ScHname(0x7b287419) HFuncInit = wasmlib.ScHname(0x1f44d644) HFuncPassTypesFull = wasmlib.ScHname(0x733ea0ea) HFuncRunRecursion = wasmlib.ScHname(0x833425fd) HFuncSendToAddress = wasmlib.ScHname(0x63ce4634) HFuncSetInt = wasmlib.ScHname(0x62056f74) HFuncSpawn = wasmlib.ScHname(0xec929d12) HFuncTestBlockContext1 = wasmlib.ScHname(0x796d4136) HFuncTestBlockContext2 = wasmlib.ScHname(0x758b0452) HFuncTestCallPanicFullEP = wasmlib.ScHname(0x4c878834) HFuncTestCallPanicViewEPFromFull = wasmlib.ScHname(0xfd7e8c1d) HFuncTestChainOwnerIDFull = wasmlib.ScHname(0x2aff1167) HFuncTestEventLogDeploy = wasmlib.ScHname(0x96ff760a) HFuncTestEventLogEventData = wasmlib.ScHname(0x0efcf939) HFuncTestEventLogGenericData = wasmlib.ScHname(0x6a16629d) HFuncTestPanicFullEP = wasmlib.ScHname(0x24fdef07) HFuncWithdrawToChain = wasmlib.ScHname(0x437bc026) HViewCheckContextFromViewEP = wasmlib.ScHname(0x88ff0167) HViewFibonacci = wasmlib.ScHname(0x7940873c) HViewGetCounter = wasmlib.ScHname(0xb423e607) HViewGetInt = wasmlib.ScHname(0x1887e5ef) HViewGetStringValue = wasmlib.ScHname(0xcf0a4d32) HViewJustView = wasmlib.ScHname(0x33b8972e) HViewPassTypesView = wasmlib.ScHname(0x1a5b87ea) HViewTestCallPanicViewEPFromView = wasmlib.ScHname(0x91b10c99) HViewTestChainOwnerIDView = wasmlib.ScHname(0x26586c33) HViewTestPanicViewEP = wasmlib.ScHname(0x22bc4d72) HViewTestSandboxCall = wasmlib.ScHname(0x42d72b63) )
View Source
const ( IdxParamAddress = 0 IdxParamAgentID = 1 IdxParamCaller = 2 IdxParamChainID = 3 IdxParamChainOwnerID = 4 IdxParamContractCreator = 5 IdxParamContractID = 6 IdxParamCounter = 7 IdxParamFail = 8 IdxParamHash = 9 IdxParamHname = 10 IdxParamHnameContract = 11 IdxParamHnameEP = 12 IdxParamHnameZero = 13 IdxParamInt64 = 14 IdxParamInt64Zero = 15 IdxParamIntValue = 16 IdxParamName = 17 IdxParamProgHash = 18 IdxParamString = 19 IdxParamStringZero = 20 IdxParamVarName = 21 IdxResultChainOwnerID = 22 IdxResultCounter = 23 IdxResultIntValue = 24 IdxResultMintedColor = 25 IdxResultMintedSupply = 26 IdxResultSandboxCall = 27 IdxStateCounter = 28 IdxStateHnameEP = 29 IdxStateInts = 30 IdxStateMintedColor = 31 IdxStateMintedSupply = 32 )
View Source
const ( ContractNameDeployed = "exampleDeployTR" MsgCoreOnlyPanic = "========== core only =========" MsgFullPanic = "========== panic FULL ENTRY POINT =========" MsgViewPanic = "========== panic VIEW =========" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CallOnChainCall ¶
type CallOnChainCall struct { Func *wasmlib.ScFunc Params MutableCallOnChainParams Results ImmutableCallOnChainResults }
type CallOnChainContext ¶
type CallOnChainContext struct { Params ImmutableCallOnChainParams Results MutableCallOnChainResults State MutableTestCoreState }
type CheckContextFromFullEPCall ¶
type CheckContextFromFullEPCall struct { Func *wasmlib.ScFunc Params MutableCheckContextFromFullEPParams }
type CheckContextFromFullEPContext ¶
type CheckContextFromFullEPContext struct { Params ImmutableCheckContextFromFullEPParams State MutableTestCoreState }
type CheckContextFromViewEPCall ¶
type CheckContextFromViewEPCall struct { Func *wasmlib.ScView Params MutableCheckContextFromViewEPParams }
type CheckContextFromViewEPContext ¶
type CheckContextFromViewEPContext struct { Params ImmutableCheckContextFromViewEPParams State ImmutableTestCoreState }
type DoNothingCall ¶
type DoNothingContext ¶
type DoNothingContext struct {
State MutableTestCoreState
}
type FibonacciCall ¶
type FibonacciCall struct { Func *wasmlib.ScView Params MutableFibonacciParams Results ImmutableFibonacciResults }
type FibonacciContext ¶
type FibonacciContext struct { Params ImmutableFibonacciParams Results MutableFibonacciResults State ImmutableTestCoreState }
type Funcs ¶
type Funcs struct{}
var ScFuncs Funcs
func (Funcs) CallOnChain ¶
func (sc Funcs) CallOnChain(ctx wasmlib.ScFuncCallContext) *CallOnChainCall
func (Funcs) CheckContextFromFullEP ¶
func (sc Funcs) CheckContextFromFullEP(ctx wasmlib.ScFuncCallContext) *CheckContextFromFullEPCall
func (Funcs) CheckContextFromViewEP ¶
func (sc Funcs) CheckContextFromViewEP(ctx wasmlib.ScViewCallContext) *CheckContextFromViewEPCall
func (Funcs) DoNothing ¶
func (sc Funcs) DoNothing(ctx wasmlib.ScFuncCallContext) *DoNothingCall
func (Funcs) Fibonacci ¶
func (sc Funcs) Fibonacci(ctx wasmlib.ScViewCallContext) *FibonacciCall
func (Funcs) GetCounter ¶
func (sc Funcs) GetCounter(ctx wasmlib.ScViewCallContext) *GetCounterCall
func (Funcs) GetInt ¶
func (sc Funcs) GetInt(ctx wasmlib.ScViewCallContext) *GetIntCall
func (Funcs) GetMintedSupply ¶
func (sc Funcs) GetMintedSupply(ctx wasmlib.ScFuncCallContext) *GetMintedSupplyCall
func (Funcs) GetStringValue ¶
func (sc Funcs) GetStringValue(ctx wasmlib.ScViewCallContext) *GetStringValueCall
func (Funcs) IncCounter ¶
func (sc Funcs) IncCounter(ctx wasmlib.ScFuncCallContext) *IncCounterCall
func (Funcs) JustView ¶
func (sc Funcs) JustView(ctx wasmlib.ScViewCallContext) *JustViewCall
func (Funcs) PassTypesFull ¶
func (sc Funcs) PassTypesFull(ctx wasmlib.ScFuncCallContext) *PassTypesFullCall
func (Funcs) PassTypesView ¶
func (sc Funcs) PassTypesView(ctx wasmlib.ScViewCallContext) *PassTypesViewCall
func (Funcs) RunRecursion ¶
func (sc Funcs) RunRecursion(ctx wasmlib.ScFuncCallContext) *RunRecursionCall
func (Funcs) SendToAddress ¶
func (sc Funcs) SendToAddress(ctx wasmlib.ScFuncCallContext) *SendToAddressCall
func (Funcs) SetInt ¶
func (sc Funcs) SetInt(ctx wasmlib.ScFuncCallContext) *SetIntCall
func (Funcs) TestBlockContext1 ¶
func (sc Funcs) TestBlockContext1(ctx wasmlib.ScFuncCallContext) *TestBlockContext1Call
func (Funcs) TestBlockContext2 ¶
func (sc Funcs) TestBlockContext2(ctx wasmlib.ScFuncCallContext) *TestBlockContext2Call
func (Funcs) TestCallPanicFullEP ¶
func (sc Funcs) TestCallPanicFullEP(ctx wasmlib.ScFuncCallContext) *TestCallPanicFullEPCall
func (Funcs) TestCallPanicViewEPFromFull ¶
func (sc Funcs) TestCallPanicViewEPFromFull(ctx wasmlib.ScFuncCallContext) *TestCallPanicViewEPFromFullCall
func (Funcs) TestCallPanicViewEPFromView ¶
func (sc Funcs) TestCallPanicViewEPFromView(ctx wasmlib.ScViewCallContext) *TestCallPanicViewEPFromViewCall
func (Funcs) TestChainOwnerIDFull ¶
func (sc Funcs) TestChainOwnerIDFull(ctx wasmlib.ScFuncCallContext) *TestChainOwnerIDFullCall
func (Funcs) TestChainOwnerIDView ¶
func (sc Funcs) TestChainOwnerIDView(ctx wasmlib.ScViewCallContext) *TestChainOwnerIDViewCall
func (Funcs) TestEventLogDeploy ¶
func (sc Funcs) TestEventLogDeploy(ctx wasmlib.ScFuncCallContext) *TestEventLogDeployCall
func (Funcs) TestEventLogEventData ¶
func (sc Funcs) TestEventLogEventData(ctx wasmlib.ScFuncCallContext) *TestEventLogEventDataCall
func (Funcs) TestEventLogGenericData ¶
func (sc Funcs) TestEventLogGenericData(ctx wasmlib.ScFuncCallContext) *TestEventLogGenericDataCall
func (Funcs) TestPanicFullEP ¶
func (sc Funcs) TestPanicFullEP(ctx wasmlib.ScFuncCallContext) *TestPanicFullEPCall
func (Funcs) TestPanicViewEP ¶
func (sc Funcs) TestPanicViewEP(ctx wasmlib.ScViewCallContext) *TestPanicViewEPCall
func (Funcs) TestSandboxCall ¶
func (sc Funcs) TestSandboxCall(ctx wasmlib.ScViewCallContext) *TestSandboxCallCall
func (Funcs) WithdrawToChain ¶
func (sc Funcs) WithdrawToChain(ctx wasmlib.ScFuncCallContext) *WithdrawToChainCall
type GetCounterCall ¶
type GetCounterCall struct { Func *wasmlib.ScView Results ImmutableGetCounterResults }
type GetCounterContext ¶
type GetCounterContext struct { Results MutableGetCounterResults State ImmutableTestCoreState }
type GetIntCall ¶
type GetIntCall struct { Func *wasmlib.ScView Params MutableGetIntParams Results ImmutableGetIntResults }
type GetIntContext ¶
type GetIntContext struct { Params ImmutableGetIntParams Results MutableGetIntResults State ImmutableTestCoreState }
type GetMintedSupplyCall ¶
type GetMintedSupplyCall struct { Func *wasmlib.ScFunc Results ImmutableGetMintedSupplyResults }
type GetMintedSupplyContext ¶
type GetMintedSupplyContext struct { Results MutableGetMintedSupplyResults State MutableTestCoreState }
type GetStringValueCall ¶
type GetStringValueCall struct { Func *wasmlib.ScView Params MutableGetStringValueParams Results ImmutableGetStringValueResults }
type GetStringValueContext ¶
type GetStringValueContext struct { Params ImmutableGetStringValueParams Results MutableGetStringValueResults State ImmutableTestCoreState }
type ImmutableCallOnChainParams ¶
type ImmutableCallOnChainParams struct {
// contains filtered or unexported fields
}
func (ImmutableCallOnChainParams) HnameContract ¶
func (s ImmutableCallOnChainParams) HnameContract() wasmlib.ScImmutableHname
func (ImmutableCallOnChainParams) HnameEP ¶
func (s ImmutableCallOnChainParams) HnameEP() wasmlib.ScImmutableHname
func (ImmutableCallOnChainParams) IntValue ¶
func (s ImmutableCallOnChainParams) IntValue() wasmlib.ScImmutableInt64
type ImmutableCallOnChainResults ¶
type ImmutableCallOnChainResults struct {
// contains filtered or unexported fields
}
func (ImmutableCallOnChainResults) IntValue ¶
func (s ImmutableCallOnChainResults) IntValue() wasmlib.ScImmutableInt64
type ImmutableCheckContextFromFullEPParams ¶
type ImmutableCheckContextFromFullEPParams struct {
// contains filtered or unexported fields
}
func (ImmutableCheckContextFromFullEPParams) AgentID ¶
func (s ImmutableCheckContextFromFullEPParams) AgentID() wasmlib.ScImmutableAgentID
func (ImmutableCheckContextFromFullEPParams) Caller ¶
func (s ImmutableCheckContextFromFullEPParams) Caller() wasmlib.ScImmutableAgentID
func (ImmutableCheckContextFromFullEPParams) ChainID ¶
func (s ImmutableCheckContextFromFullEPParams) ChainID() wasmlib.ScImmutableChainID
func (ImmutableCheckContextFromFullEPParams) ChainOwnerID ¶
func (s ImmutableCheckContextFromFullEPParams) ChainOwnerID() wasmlib.ScImmutableAgentID
func (ImmutableCheckContextFromFullEPParams) ContractCreator ¶
func (s ImmutableCheckContextFromFullEPParams) ContractCreator() wasmlib.ScImmutableAgentID
type ImmutableCheckContextFromViewEPParams ¶
type ImmutableCheckContextFromViewEPParams struct {
// contains filtered or unexported fields
}
func (ImmutableCheckContextFromViewEPParams) AgentID ¶
func (s ImmutableCheckContextFromViewEPParams) AgentID() wasmlib.ScImmutableAgentID
func (ImmutableCheckContextFromViewEPParams) ChainID ¶
func (s ImmutableCheckContextFromViewEPParams) ChainID() wasmlib.ScImmutableChainID
func (ImmutableCheckContextFromViewEPParams) ChainOwnerID ¶
func (s ImmutableCheckContextFromViewEPParams) ChainOwnerID() wasmlib.ScImmutableAgentID
func (ImmutableCheckContextFromViewEPParams) ContractCreator ¶
func (s ImmutableCheckContextFromViewEPParams) ContractCreator() wasmlib.ScImmutableAgentID
type ImmutableFibonacciParams ¶
type ImmutableFibonacciParams struct {
// contains filtered or unexported fields
}
func (ImmutableFibonacciParams) IntValue ¶
func (s ImmutableFibonacciParams) IntValue() wasmlib.ScImmutableInt64
type ImmutableFibonacciResults ¶
type ImmutableFibonacciResults struct {
// contains filtered or unexported fields
}
func (ImmutableFibonacciResults) IntValue ¶
func (s ImmutableFibonacciResults) IntValue() wasmlib.ScImmutableInt64
type ImmutableGetCounterResults ¶
type ImmutableGetCounterResults struct {
// contains filtered or unexported fields
}
func (ImmutableGetCounterResults) Counter ¶
func (s ImmutableGetCounterResults) Counter() wasmlib.ScImmutableInt64
type ImmutableGetIntParams ¶
type ImmutableGetIntParams struct {
// contains filtered or unexported fields
}
func (ImmutableGetIntParams) Name ¶
func (s ImmutableGetIntParams) Name() wasmlib.ScImmutableString
type ImmutableGetIntResults ¶
type ImmutableGetIntResults struct {
// contains filtered or unexported fields
}
func (ImmutableGetIntResults) Values ¶
func (s ImmutableGetIntResults) Values() MapStringToImmutableInt64
type ImmutableGetMintedSupplyResults ¶
type ImmutableGetMintedSupplyResults struct {
// contains filtered or unexported fields
}
func (ImmutableGetMintedSupplyResults) MintedColor ¶
func (s ImmutableGetMintedSupplyResults) MintedColor() wasmlib.ScImmutableColor
func (ImmutableGetMintedSupplyResults) MintedSupply ¶
func (s ImmutableGetMintedSupplyResults) MintedSupply() wasmlib.ScImmutableInt64
type ImmutableGetStringValueParams ¶
type ImmutableGetStringValueParams struct {
// contains filtered or unexported fields
}
func (ImmutableGetStringValueParams) VarName ¶
func (s ImmutableGetStringValueParams) VarName() wasmlib.ScImmutableString
type ImmutableGetStringValueResults ¶
type ImmutableGetStringValueResults struct {
// contains filtered or unexported fields
}
func (ImmutableGetStringValueResults) Vars ¶
func (s ImmutableGetStringValueResults) Vars() MapStringToImmutableString
type ImmutableInitParams ¶
type ImmutableInitParams struct {
// contains filtered or unexported fields
}
func (ImmutableInitParams) Fail ¶
func (s ImmutableInitParams) Fail() wasmlib.ScImmutableInt64
type ImmutablePassTypesFullParams ¶
type ImmutablePassTypesFullParams struct {
// contains filtered or unexported fields
}
func (ImmutablePassTypesFullParams) Address ¶
func (s ImmutablePassTypesFullParams) Address() wasmlib.ScImmutableAddress
func (ImmutablePassTypesFullParams) AgentID ¶
func (s ImmutablePassTypesFullParams) AgentID() wasmlib.ScImmutableAgentID
func (ImmutablePassTypesFullParams) ChainID ¶
func (s ImmutablePassTypesFullParams) ChainID() wasmlib.ScImmutableChainID
func (ImmutablePassTypesFullParams) ContractID ¶
func (s ImmutablePassTypesFullParams) ContractID() wasmlib.ScImmutableAgentID
func (ImmutablePassTypesFullParams) Hash ¶
func (s ImmutablePassTypesFullParams) Hash() wasmlib.ScImmutableHash
func (ImmutablePassTypesFullParams) Hname ¶
func (s ImmutablePassTypesFullParams) Hname() wasmlib.ScImmutableHname
func (ImmutablePassTypesFullParams) HnameZero ¶
func (s ImmutablePassTypesFullParams) HnameZero() wasmlib.ScImmutableHname
func (ImmutablePassTypesFullParams) Int64 ¶
func (s ImmutablePassTypesFullParams) Int64() wasmlib.ScImmutableInt64
func (ImmutablePassTypesFullParams) Int64Zero ¶
func (s ImmutablePassTypesFullParams) Int64Zero() wasmlib.ScImmutableInt64
func (ImmutablePassTypesFullParams) String ¶
func (s ImmutablePassTypesFullParams) String() wasmlib.ScImmutableString
func (ImmutablePassTypesFullParams) StringZero ¶
func (s ImmutablePassTypesFullParams) StringZero() wasmlib.ScImmutableString
type ImmutablePassTypesViewParams ¶
type ImmutablePassTypesViewParams struct {
// contains filtered or unexported fields
}
func (ImmutablePassTypesViewParams) Address ¶
func (s ImmutablePassTypesViewParams) Address() wasmlib.ScImmutableAddress
func (ImmutablePassTypesViewParams) AgentID ¶
func (s ImmutablePassTypesViewParams) AgentID() wasmlib.ScImmutableAgentID
func (ImmutablePassTypesViewParams) ChainID ¶
func (s ImmutablePassTypesViewParams) ChainID() wasmlib.ScImmutableChainID
func (ImmutablePassTypesViewParams) ContractID ¶
func (s ImmutablePassTypesViewParams) ContractID() wasmlib.ScImmutableAgentID
func (ImmutablePassTypesViewParams) Hash ¶
func (s ImmutablePassTypesViewParams) Hash() wasmlib.ScImmutableHash
func (ImmutablePassTypesViewParams) Hname ¶
func (s ImmutablePassTypesViewParams) Hname() wasmlib.ScImmutableHname
func (ImmutablePassTypesViewParams) HnameZero ¶
func (s ImmutablePassTypesViewParams) HnameZero() wasmlib.ScImmutableHname
func (ImmutablePassTypesViewParams) Int64 ¶
func (s ImmutablePassTypesViewParams) Int64() wasmlib.ScImmutableInt64
func (ImmutablePassTypesViewParams) Int64Zero ¶
func (s ImmutablePassTypesViewParams) Int64Zero() wasmlib.ScImmutableInt64
func (ImmutablePassTypesViewParams) String ¶
func (s ImmutablePassTypesViewParams) String() wasmlib.ScImmutableString
func (ImmutablePassTypesViewParams) StringZero ¶
func (s ImmutablePassTypesViewParams) StringZero() wasmlib.ScImmutableString
type ImmutableRunRecursionParams ¶
type ImmutableRunRecursionParams struct {
// contains filtered or unexported fields
}
func (ImmutableRunRecursionParams) IntValue ¶
func (s ImmutableRunRecursionParams) IntValue() wasmlib.ScImmutableInt64
type ImmutableRunRecursionResults ¶
type ImmutableRunRecursionResults struct {
// contains filtered or unexported fields
}
func (ImmutableRunRecursionResults) IntValue ¶
func (s ImmutableRunRecursionResults) IntValue() wasmlib.ScImmutableInt64
type ImmutableSendToAddressParams ¶
type ImmutableSendToAddressParams struct {
// contains filtered or unexported fields
}
func (ImmutableSendToAddressParams) Address ¶
func (s ImmutableSendToAddressParams) Address() wasmlib.ScImmutableAddress
type ImmutableSetIntParams ¶
type ImmutableSetIntParams struct {
// contains filtered or unexported fields
}
func (ImmutableSetIntParams) IntValue ¶
func (s ImmutableSetIntParams) IntValue() wasmlib.ScImmutableInt64
func (ImmutableSetIntParams) Name ¶
func (s ImmutableSetIntParams) Name() wasmlib.ScImmutableString
type ImmutableSpawnParams ¶
type ImmutableSpawnParams struct {
// contains filtered or unexported fields
}
func (ImmutableSpawnParams) ProgHash ¶
func (s ImmutableSpawnParams) ProgHash() wasmlib.ScImmutableHash
type ImmutableTestChainOwnerIDFullResults ¶
type ImmutableTestChainOwnerIDFullResults struct {
// contains filtered or unexported fields
}
func (ImmutableTestChainOwnerIDFullResults) ChainOwnerID ¶
func (s ImmutableTestChainOwnerIDFullResults) ChainOwnerID() wasmlib.ScImmutableAgentID
type ImmutableTestChainOwnerIDViewResults ¶
type ImmutableTestChainOwnerIDViewResults struct {
// contains filtered or unexported fields
}
func (ImmutableTestChainOwnerIDViewResults) ChainOwnerID ¶
func (s ImmutableTestChainOwnerIDViewResults) ChainOwnerID() wasmlib.ScImmutableAgentID
type ImmutableTestCoreState ¶
type ImmutableTestCoreState struct {
// contains filtered or unexported fields
}
func (ImmutableTestCoreState) Counter ¶
func (s ImmutableTestCoreState) Counter() wasmlib.ScImmutableInt64
func (ImmutableTestCoreState) HnameEP ¶
func (s ImmutableTestCoreState) HnameEP() wasmlib.ScImmutableHname
func (ImmutableTestCoreState) Ints ¶
func (s ImmutableTestCoreState) Ints() MapStringToImmutableInt64
func (ImmutableTestCoreState) MintedColor ¶
func (s ImmutableTestCoreState) MintedColor() wasmlib.ScImmutableColor
func (ImmutableTestCoreState) MintedSupply ¶
func (s ImmutableTestCoreState) MintedSupply() wasmlib.ScImmutableInt64
type ImmutableTestEventLogGenericDataParams ¶
type ImmutableTestEventLogGenericDataParams struct {
// contains filtered or unexported fields
}
func (ImmutableTestEventLogGenericDataParams) Counter ¶
func (s ImmutableTestEventLogGenericDataParams) Counter() wasmlib.ScImmutableInt64
type ImmutableTestSandboxCallResults ¶
type ImmutableTestSandboxCallResults struct {
// contains filtered or unexported fields
}
func (ImmutableTestSandboxCallResults) SandboxCall ¶
func (s ImmutableTestSandboxCallResults) SandboxCall() wasmlib.ScImmutableString
type ImmutableWithdrawToChainParams ¶
type ImmutableWithdrawToChainParams struct {
// contains filtered or unexported fields
}
func (ImmutableWithdrawToChainParams) ChainID ¶
func (s ImmutableWithdrawToChainParams) ChainID() wasmlib.ScImmutableChainID
type IncCounterCall ¶
type IncCounterContext ¶
type IncCounterContext struct {
State MutableTestCoreState
}
type InitCall ¶
type InitCall struct { Func *wasmlib.ScInitFunc Params MutableInitParams }
type InitContext ¶
type InitContext struct { Params ImmutableInitParams State MutableTestCoreState }
type JustViewCall ¶
type JustViewContext ¶
type JustViewContext struct {
State ImmutableTestCoreState
}
type MapStringToImmutableInt64 ¶
type MapStringToImmutableInt64 struct {
// contains filtered or unexported fields
}
func (MapStringToImmutableInt64) GetInt64 ¶
func (m MapStringToImmutableInt64) GetInt64(key string) wasmlib.ScImmutableInt64
type MapStringToImmutableString ¶
type MapStringToImmutableString struct {
// contains filtered or unexported fields
}
func (MapStringToImmutableString) GetString ¶
func (m MapStringToImmutableString) GetString(key string) wasmlib.ScImmutableString
type MapStringToMutableInt64 ¶
type MapStringToMutableInt64 struct {
// contains filtered or unexported fields
}
func (MapStringToMutableInt64) Clear ¶
func (m MapStringToMutableInt64) Clear()
func (MapStringToMutableInt64) GetInt64 ¶
func (m MapStringToMutableInt64) GetInt64(key string) wasmlib.ScMutableInt64
type MapStringToMutableString ¶
type MapStringToMutableString struct {
// contains filtered or unexported fields
}
func (MapStringToMutableString) Clear ¶
func (m MapStringToMutableString) Clear()
func (MapStringToMutableString) GetString ¶
func (m MapStringToMutableString) GetString(key string) wasmlib.ScMutableString
type MutableCallOnChainParams ¶
type MutableCallOnChainParams struct {
// contains filtered or unexported fields
}
func (MutableCallOnChainParams) HnameContract ¶
func (s MutableCallOnChainParams) HnameContract() wasmlib.ScMutableHname
func (MutableCallOnChainParams) HnameEP ¶
func (s MutableCallOnChainParams) HnameEP() wasmlib.ScMutableHname
func (MutableCallOnChainParams) IntValue ¶
func (s MutableCallOnChainParams) IntValue() wasmlib.ScMutableInt64
type MutableCallOnChainResults ¶
type MutableCallOnChainResults struct {
// contains filtered or unexported fields
}
func (MutableCallOnChainResults) IntValue ¶
func (s MutableCallOnChainResults) IntValue() wasmlib.ScMutableInt64
type MutableCheckContextFromFullEPParams ¶
type MutableCheckContextFromFullEPParams struct {
// contains filtered or unexported fields
}
func (MutableCheckContextFromFullEPParams) AgentID ¶
func (s MutableCheckContextFromFullEPParams) AgentID() wasmlib.ScMutableAgentID
func (MutableCheckContextFromFullEPParams) Caller ¶
func (s MutableCheckContextFromFullEPParams) Caller() wasmlib.ScMutableAgentID
func (MutableCheckContextFromFullEPParams) ChainID ¶
func (s MutableCheckContextFromFullEPParams) ChainID() wasmlib.ScMutableChainID
func (MutableCheckContextFromFullEPParams) ChainOwnerID ¶
func (s MutableCheckContextFromFullEPParams) ChainOwnerID() wasmlib.ScMutableAgentID
func (MutableCheckContextFromFullEPParams) ContractCreator ¶
func (s MutableCheckContextFromFullEPParams) ContractCreator() wasmlib.ScMutableAgentID
type MutableCheckContextFromViewEPParams ¶
type MutableCheckContextFromViewEPParams struct {
// contains filtered or unexported fields
}
func (MutableCheckContextFromViewEPParams) AgentID ¶
func (s MutableCheckContextFromViewEPParams) AgentID() wasmlib.ScMutableAgentID
func (MutableCheckContextFromViewEPParams) ChainID ¶
func (s MutableCheckContextFromViewEPParams) ChainID() wasmlib.ScMutableChainID
func (MutableCheckContextFromViewEPParams) ChainOwnerID ¶
func (s MutableCheckContextFromViewEPParams) ChainOwnerID() wasmlib.ScMutableAgentID
func (MutableCheckContextFromViewEPParams) ContractCreator ¶
func (s MutableCheckContextFromViewEPParams) ContractCreator() wasmlib.ScMutableAgentID
type MutableFibonacciParams ¶
type MutableFibonacciParams struct {
// contains filtered or unexported fields
}
func (MutableFibonacciParams) IntValue ¶
func (s MutableFibonacciParams) IntValue() wasmlib.ScMutableInt64
type MutableFibonacciResults ¶
type MutableFibonacciResults struct {
// contains filtered or unexported fields
}
func (MutableFibonacciResults) IntValue ¶
func (s MutableFibonacciResults) IntValue() wasmlib.ScMutableInt64
type MutableGetCounterResults ¶
type MutableGetCounterResults struct {
// contains filtered or unexported fields
}
func (MutableGetCounterResults) Counter ¶
func (s MutableGetCounterResults) Counter() wasmlib.ScMutableInt64
type MutableGetIntParams ¶
type MutableGetIntParams struct {
// contains filtered or unexported fields
}
func (MutableGetIntParams) Name ¶
func (s MutableGetIntParams) Name() wasmlib.ScMutableString
type MutableGetIntResults ¶
type MutableGetIntResults struct {
// contains filtered or unexported fields
}
func (MutableGetIntResults) Values ¶
func (s MutableGetIntResults) Values() MapStringToMutableInt64
type MutableGetMintedSupplyResults ¶
type MutableGetMintedSupplyResults struct {
// contains filtered or unexported fields
}
func (MutableGetMintedSupplyResults) MintedColor ¶
func (s MutableGetMintedSupplyResults) MintedColor() wasmlib.ScMutableColor
func (MutableGetMintedSupplyResults) MintedSupply ¶
func (s MutableGetMintedSupplyResults) MintedSupply() wasmlib.ScMutableInt64
type MutableGetStringValueParams ¶
type MutableGetStringValueParams struct {
// contains filtered or unexported fields
}
func (MutableGetStringValueParams) VarName ¶
func (s MutableGetStringValueParams) VarName() wasmlib.ScMutableString
type MutableGetStringValueResults ¶
type MutableGetStringValueResults struct {
// contains filtered or unexported fields
}
func (MutableGetStringValueResults) Vars ¶
func (s MutableGetStringValueResults) Vars() MapStringToMutableString
type MutableInitParams ¶
type MutableInitParams struct {
// contains filtered or unexported fields
}
func (MutableInitParams) Fail ¶
func (s MutableInitParams) Fail() wasmlib.ScMutableInt64
type MutablePassTypesFullParams ¶
type MutablePassTypesFullParams struct {
// contains filtered or unexported fields
}
func (MutablePassTypesFullParams) Address ¶
func (s MutablePassTypesFullParams) Address() wasmlib.ScMutableAddress
func (MutablePassTypesFullParams) AgentID ¶
func (s MutablePassTypesFullParams) AgentID() wasmlib.ScMutableAgentID
func (MutablePassTypesFullParams) ChainID ¶
func (s MutablePassTypesFullParams) ChainID() wasmlib.ScMutableChainID
func (MutablePassTypesFullParams) ContractID ¶
func (s MutablePassTypesFullParams) ContractID() wasmlib.ScMutableAgentID
func (MutablePassTypesFullParams) Hash ¶
func (s MutablePassTypesFullParams) Hash() wasmlib.ScMutableHash
func (MutablePassTypesFullParams) Hname ¶
func (s MutablePassTypesFullParams) Hname() wasmlib.ScMutableHname
func (MutablePassTypesFullParams) HnameZero ¶
func (s MutablePassTypesFullParams) HnameZero() wasmlib.ScMutableHname
func (MutablePassTypesFullParams) Int64 ¶
func (s MutablePassTypesFullParams) Int64() wasmlib.ScMutableInt64
func (MutablePassTypesFullParams) Int64Zero ¶
func (s MutablePassTypesFullParams) Int64Zero() wasmlib.ScMutableInt64
func (MutablePassTypesFullParams) String ¶
func (s MutablePassTypesFullParams) String() wasmlib.ScMutableString
func (MutablePassTypesFullParams) StringZero ¶
func (s MutablePassTypesFullParams) StringZero() wasmlib.ScMutableString
type MutablePassTypesViewParams ¶
type MutablePassTypesViewParams struct {
// contains filtered or unexported fields
}
func (MutablePassTypesViewParams) Address ¶
func (s MutablePassTypesViewParams) Address() wasmlib.ScMutableAddress
func (MutablePassTypesViewParams) AgentID ¶
func (s MutablePassTypesViewParams) AgentID() wasmlib.ScMutableAgentID
func (MutablePassTypesViewParams) ChainID ¶
func (s MutablePassTypesViewParams) ChainID() wasmlib.ScMutableChainID
func (MutablePassTypesViewParams) ContractID ¶
func (s MutablePassTypesViewParams) ContractID() wasmlib.ScMutableAgentID
func (MutablePassTypesViewParams) Hash ¶
func (s MutablePassTypesViewParams) Hash() wasmlib.ScMutableHash
func (MutablePassTypesViewParams) Hname ¶
func (s MutablePassTypesViewParams) Hname() wasmlib.ScMutableHname
func (MutablePassTypesViewParams) HnameZero ¶
func (s MutablePassTypesViewParams) HnameZero() wasmlib.ScMutableHname
func (MutablePassTypesViewParams) Int64 ¶
func (s MutablePassTypesViewParams) Int64() wasmlib.ScMutableInt64
func (MutablePassTypesViewParams) Int64Zero ¶
func (s MutablePassTypesViewParams) Int64Zero() wasmlib.ScMutableInt64
func (MutablePassTypesViewParams) String ¶
func (s MutablePassTypesViewParams) String() wasmlib.ScMutableString
func (MutablePassTypesViewParams) StringZero ¶
func (s MutablePassTypesViewParams) StringZero() wasmlib.ScMutableString
type MutableRunRecursionParams ¶
type MutableRunRecursionParams struct {
// contains filtered or unexported fields
}
func (MutableRunRecursionParams) IntValue ¶
func (s MutableRunRecursionParams) IntValue() wasmlib.ScMutableInt64
type MutableRunRecursionResults ¶
type MutableRunRecursionResults struct {
// contains filtered or unexported fields
}
func (MutableRunRecursionResults) IntValue ¶
func (s MutableRunRecursionResults) IntValue() wasmlib.ScMutableInt64
type MutableSendToAddressParams ¶
type MutableSendToAddressParams struct {
// contains filtered or unexported fields
}
func (MutableSendToAddressParams) Address ¶
func (s MutableSendToAddressParams) Address() wasmlib.ScMutableAddress
type MutableSetIntParams ¶
type MutableSetIntParams struct {
// contains filtered or unexported fields
}
func (MutableSetIntParams) IntValue ¶
func (s MutableSetIntParams) IntValue() wasmlib.ScMutableInt64
func (MutableSetIntParams) Name ¶
func (s MutableSetIntParams) Name() wasmlib.ScMutableString
type MutableSpawnParams ¶
type MutableSpawnParams struct {
// contains filtered or unexported fields
}
func (MutableSpawnParams) ProgHash ¶
func (s MutableSpawnParams) ProgHash() wasmlib.ScMutableHash
type MutableTestChainOwnerIDFullResults ¶
type MutableTestChainOwnerIDFullResults struct {
// contains filtered or unexported fields
}
func (MutableTestChainOwnerIDFullResults) ChainOwnerID ¶
func (s MutableTestChainOwnerIDFullResults) ChainOwnerID() wasmlib.ScMutableAgentID
type MutableTestChainOwnerIDViewResults ¶
type MutableTestChainOwnerIDViewResults struct {
// contains filtered or unexported fields
}
func (MutableTestChainOwnerIDViewResults) ChainOwnerID ¶
func (s MutableTestChainOwnerIDViewResults) ChainOwnerID() wasmlib.ScMutableAgentID
type MutableTestCoreState ¶
type MutableTestCoreState struct {
// contains filtered or unexported fields
}
func (MutableTestCoreState) Counter ¶
func (s MutableTestCoreState) Counter() wasmlib.ScMutableInt64
func (MutableTestCoreState) HnameEP ¶
func (s MutableTestCoreState) HnameEP() wasmlib.ScMutableHname
func (MutableTestCoreState) Ints ¶
func (s MutableTestCoreState) Ints() MapStringToMutableInt64
func (MutableTestCoreState) MintedColor ¶
func (s MutableTestCoreState) MintedColor() wasmlib.ScMutableColor
func (MutableTestCoreState) MintedSupply ¶
func (s MutableTestCoreState) MintedSupply() wasmlib.ScMutableInt64
type MutableTestEventLogGenericDataParams ¶
type MutableTestEventLogGenericDataParams struct {
// contains filtered or unexported fields
}
func (MutableTestEventLogGenericDataParams) Counter ¶
func (s MutableTestEventLogGenericDataParams) Counter() wasmlib.ScMutableInt64
type MutableTestSandboxCallResults ¶
type MutableTestSandboxCallResults struct {
// contains filtered or unexported fields
}
func (MutableTestSandboxCallResults) SandboxCall ¶
func (s MutableTestSandboxCallResults) SandboxCall() wasmlib.ScMutableString
type MutableWithdrawToChainParams ¶
type MutableWithdrawToChainParams struct {
// contains filtered or unexported fields
}
func (MutableWithdrawToChainParams) ChainID ¶
func (s MutableWithdrawToChainParams) ChainID() wasmlib.ScMutableChainID
type PassTypesFullCall ¶
type PassTypesFullCall struct { Func *wasmlib.ScFunc Params MutablePassTypesFullParams }
type PassTypesFullContext ¶
type PassTypesFullContext struct { Params ImmutablePassTypesFullParams State MutableTestCoreState }
type PassTypesViewCall ¶
type PassTypesViewCall struct { Func *wasmlib.ScView Params MutablePassTypesViewParams }
type PassTypesViewContext ¶
type PassTypesViewContext struct { Params ImmutablePassTypesViewParams State ImmutableTestCoreState }
type RunRecursionCall ¶
type RunRecursionCall struct { Func *wasmlib.ScFunc Params MutableRunRecursionParams Results ImmutableRunRecursionResults }
type RunRecursionContext ¶
type RunRecursionContext struct { Params ImmutableRunRecursionParams Results MutableRunRecursionResults State MutableTestCoreState }
type SendToAddressCall ¶
type SendToAddressCall struct { Func *wasmlib.ScFunc Params MutableSendToAddressParams }
type SendToAddressContext ¶
type SendToAddressContext struct { Params ImmutableSendToAddressParams State MutableTestCoreState }
type SetIntCall ¶
type SetIntCall struct { Func *wasmlib.ScFunc Params MutableSetIntParams }
type SetIntContext ¶
type SetIntContext struct { Params ImmutableSetIntParams State MutableTestCoreState }
type SpawnCall ¶
type SpawnCall struct { Func *wasmlib.ScFunc Params MutableSpawnParams }
type SpawnContext ¶
type SpawnContext struct { Params ImmutableSpawnParams State MutableTestCoreState }
type TestBlockContext1Call ¶
type TestBlockContext1Context ¶
type TestBlockContext1Context struct {
State MutableTestCoreState
}
type TestBlockContext2Call ¶
type TestBlockContext2Context ¶
type TestBlockContext2Context struct {
State MutableTestCoreState
}
type TestCallPanicFullEPCall ¶
type TestCallPanicFullEPContext ¶
type TestCallPanicFullEPContext struct {
State MutableTestCoreState
}
type TestCallPanicViewEPFromFullContext ¶
type TestCallPanicViewEPFromFullContext struct {
State MutableTestCoreState
}
type TestCallPanicViewEPFromViewContext ¶
type TestCallPanicViewEPFromViewContext struct {
State ImmutableTestCoreState
}
type TestChainOwnerIDFullCall ¶
type TestChainOwnerIDFullCall struct { Func *wasmlib.ScFunc Results ImmutableTestChainOwnerIDFullResults }
type TestChainOwnerIDFullContext ¶
type TestChainOwnerIDFullContext struct { Results MutableTestChainOwnerIDFullResults State MutableTestCoreState }
type TestChainOwnerIDViewCall ¶
type TestChainOwnerIDViewCall struct { Func *wasmlib.ScView Results ImmutableTestChainOwnerIDViewResults }
type TestChainOwnerIDViewContext ¶
type TestChainOwnerIDViewContext struct { Results MutableTestChainOwnerIDViewResults State ImmutableTestCoreState }
type TestEventLogDeployCall ¶
type TestEventLogDeployContext ¶
type TestEventLogDeployContext struct {
State MutableTestCoreState
}
type TestEventLogEventDataContext ¶
type TestEventLogEventDataContext struct {
State MutableTestCoreState
}
type TestEventLogGenericDataCall ¶
type TestEventLogGenericDataCall struct { Func *wasmlib.ScFunc Params MutableTestEventLogGenericDataParams }
type TestEventLogGenericDataContext ¶
type TestEventLogGenericDataContext struct { Params ImmutableTestEventLogGenericDataParams State MutableTestCoreState }
type TestPanicFullEPCall ¶
type TestPanicFullEPContext ¶
type TestPanicFullEPContext struct {
State MutableTestCoreState
}
type TestPanicViewEPCall ¶
type TestPanicViewEPContext ¶
type TestPanicViewEPContext struct {
State ImmutableTestCoreState
}
type TestSandboxCallCall ¶
type TestSandboxCallCall struct { Func *wasmlib.ScView Results ImmutableTestSandboxCallResults }
type TestSandboxCallContext ¶
type TestSandboxCallContext struct { Results MutableTestSandboxCallResults State ImmutableTestCoreState }
type WithdrawToChainCall ¶
type WithdrawToChainCall struct { Func *wasmlib.ScFunc Params MutableWithdrawToChainParams }
type WithdrawToChainContext ¶
type WithdrawToChainContext struct { Params ImmutableWithdrawToChainParams State MutableTestCoreState }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.