Versions in this module Expand all Collapse all v0 v0.2.0 Oct 21, 2021 Changes in this version + const FuncArrayClear + const FuncArrayCreate + const FuncArraySet + const FuncParamTypes + const HFuncArrayClear + const HFuncArrayCreate + const HFuncArraySet + const HFuncParamTypes + const HScName + const HViewArrayLength + const HViewArrayValue + const HViewBlockRecord + const HViewBlockRecords + const HViewIotaBalance + const IdxParamAddress + const IdxParamAgentID + const IdxParamBlockIndex + const IdxParamBytes + const IdxParamChainID + const IdxParamColor + const IdxParamHash + const IdxParamHname + const IdxParamIndex + const IdxParamInt16 + const IdxParamInt32 + const IdxParamInt64 + const IdxParamName + const IdxParamRecordIndex + const IdxParamRequestID + const IdxParamString + const IdxParamValue + const IdxResultCount + const IdxResultIotas + const IdxResultLength + const IdxResultRecord + const IdxResultValue + const IdxStateArrays + const ParamAddress + const ParamAgentID + const ParamBlockIndex + const ParamBytes + const ParamChainID + const ParamColor + const ParamHash + const ParamHname + const ParamIndex + const ParamInt16 + const ParamInt32 + const ParamInt64 + const ParamName + const ParamRecordIndex + const ParamRequestID + const ParamString + const ParamValue + const ResultCount + const ResultIotas + const ResultLength + const ResultRecord + const ResultValue + const ScDescription + const ScName + const StateArrays + const ViewArrayLength + const ViewArrayValue + const ViewBlockRecord + const ViewBlockRecords + const ViewIotaBalance + func OnLoad() + type ArrayClearCall struct + Func *wasmlib.ScFunc + Params MutableArrayClearParams + type ArrayClearContext struct + Params ImmutableArrayClearParams + State MutableTestWasmLibState + type ArrayCreateCall struct + Func *wasmlib.ScFunc + Params MutableArrayCreateParams + type ArrayCreateContext struct + Params ImmutableArrayCreateParams + State MutableTestWasmLibState + type ArrayLengthCall struct + Func *wasmlib.ScView + Params MutableArrayLengthParams + Results ImmutableArrayLengthResults + type ArrayLengthContext struct + Params ImmutableArrayLengthParams + Results MutableArrayLengthResults + State ImmutableTestWasmLibState + type ArrayOfImmutableString struct + func (a ArrayOfImmutableString) GetString(index int32) wasmlib.ScImmutableString + func (a ArrayOfImmutableString) Length() int32 + type ArrayOfMutableString struct + func (a ArrayOfMutableString) Clear() + func (a ArrayOfMutableString) GetString(index int32) wasmlib.ScMutableString + func (a ArrayOfMutableString) Length() int32 + type ArraySetCall struct + Func *wasmlib.ScFunc + Params MutableArraySetParams + type ArraySetContext struct + Params ImmutableArraySetParams + State MutableTestWasmLibState + type ArrayValueCall struct + Func *wasmlib.ScView + Params MutableArrayValueParams + Results ImmutableArrayValueResults + type ArrayValueContext struct + Params ImmutableArrayValueParams + Results MutableArrayValueResults + State ImmutableTestWasmLibState + type BlockRecordCall struct + Func *wasmlib.ScView + Params MutableBlockRecordParams + Results ImmutableBlockRecordResults + type BlockRecordContext struct + Params ImmutableBlockRecordParams + Results MutableBlockRecordResults + State ImmutableTestWasmLibState + type BlockRecordsCall struct + Func *wasmlib.ScView + Params MutableBlockRecordsParams + Results ImmutableBlockRecordsResults + type BlockRecordsContext struct + Params ImmutableBlockRecordsParams + Results MutableBlockRecordsResults + State ImmutableTestWasmLibState + type Funcs struct + var ScFuncs Funcs + func (sc Funcs) ArrayClear(ctx wasmlib.ScFuncCallContext) *ArrayClearCall + func (sc Funcs) ArrayCreate(ctx wasmlib.ScFuncCallContext) *ArrayCreateCall + func (sc Funcs) ArrayLength(ctx wasmlib.ScViewCallContext) *ArrayLengthCall + func (sc Funcs) ArraySet(ctx wasmlib.ScFuncCallContext) *ArraySetCall + func (sc Funcs) ArrayValue(ctx wasmlib.ScViewCallContext) *ArrayValueCall + func (sc Funcs) BlockRecord(ctx wasmlib.ScViewCallContext) *BlockRecordCall + func (sc Funcs) BlockRecords(ctx wasmlib.ScViewCallContext) *BlockRecordsCall + func (sc Funcs) IotaBalance(ctx wasmlib.ScViewCallContext) *IotaBalanceCall + func (sc Funcs) ParamTypes(ctx wasmlib.ScFuncCallContext) *ParamTypesCall + type ImmutableArrayClearParams struct + func (s ImmutableArrayClearParams) Name() wasmlib.ScImmutableString + type ImmutableArrayCreateParams struct + func (s ImmutableArrayCreateParams) Name() wasmlib.ScImmutableString + type ImmutableArrayLengthParams struct + func (s ImmutableArrayLengthParams) Name() wasmlib.ScImmutableString + type ImmutableArrayLengthResults struct + func (s ImmutableArrayLengthResults) Length() wasmlib.ScImmutableInt32 + type ImmutableArraySetParams struct + func (s ImmutableArraySetParams) Index() wasmlib.ScImmutableInt32 + func (s ImmutableArraySetParams) Name() wasmlib.ScImmutableString + func (s ImmutableArraySetParams) Value() wasmlib.ScImmutableString + type ImmutableArrayValueParams struct + func (s ImmutableArrayValueParams) Index() wasmlib.ScImmutableInt32 + func (s ImmutableArrayValueParams) Name() wasmlib.ScImmutableString + type ImmutableArrayValueResults struct + func (s ImmutableArrayValueResults) Value() wasmlib.ScImmutableString + type ImmutableBlockRecordParams struct + func (s ImmutableBlockRecordParams) BlockIndex() wasmlib.ScImmutableInt32 + func (s ImmutableBlockRecordParams) RecordIndex() wasmlib.ScImmutableInt32 + type ImmutableBlockRecordResults struct + func (s ImmutableBlockRecordResults) Record() wasmlib.ScImmutableBytes + type ImmutableBlockRecordsParams struct + func (s ImmutableBlockRecordsParams) BlockIndex() wasmlib.ScImmutableInt32 + type ImmutableBlockRecordsResults struct + func (s ImmutableBlockRecordsResults) Count() wasmlib.ScImmutableInt32 + type ImmutableIotaBalanceResults struct + func (s ImmutableIotaBalanceResults) Iotas() wasmlib.ScImmutableInt64 + type ImmutableParamTypesParams struct + func (s ImmutableParamTypesParams) Address() wasmlib.ScImmutableAddress + func (s ImmutableParamTypesParams) AgentID() wasmlib.ScImmutableAgentID + func (s ImmutableParamTypesParams) Bytes() wasmlib.ScImmutableBytes + func (s ImmutableParamTypesParams) ChainID() wasmlib.ScImmutableChainID + func (s ImmutableParamTypesParams) Color() wasmlib.ScImmutableColor + func (s ImmutableParamTypesParams) Hash() wasmlib.ScImmutableHash + func (s ImmutableParamTypesParams) Hname() wasmlib.ScImmutableHname + func (s ImmutableParamTypesParams) Int16() wasmlib.ScImmutableInt16 + func (s ImmutableParamTypesParams) Int32() wasmlib.ScImmutableInt32 + func (s ImmutableParamTypesParams) Int64() wasmlib.ScImmutableInt64 + func (s ImmutableParamTypesParams) Param() MapStringToImmutableBytes + func (s ImmutableParamTypesParams) RequestID() wasmlib.ScImmutableRequestID + func (s ImmutableParamTypesParams) String() wasmlib.ScImmutableString + type ImmutableStringArray = ArrayOfImmutableString + type ImmutableTestWasmLibState struct + func (s ImmutableTestWasmLibState) Arrays() MapStringToImmutableStringArray + type IotaBalanceCall struct + Func *wasmlib.ScView + Results ImmutableIotaBalanceResults + type IotaBalanceContext struct + Results MutableIotaBalanceResults + State ImmutableTestWasmLibState + type MapStringToImmutableBytes struct + func (m MapStringToImmutableBytes) GetBytes(key string) wasmlib.ScImmutableBytes + type MapStringToImmutableStringArray struct + func (m MapStringToImmutableStringArray) GetStringArray(key string) ImmutableStringArray + type MapStringToMutableBytes struct + func (m MapStringToMutableBytes) Clear() + func (m MapStringToMutableBytes) GetBytes(key string) wasmlib.ScMutableBytes + type MapStringToMutableStringArray struct + func (m MapStringToMutableStringArray) Clear() + func (m MapStringToMutableStringArray) GetStringArray(key string) MutableStringArray + type MutableArrayClearParams struct + func (s MutableArrayClearParams) Name() wasmlib.ScMutableString + type MutableArrayCreateParams struct + func (s MutableArrayCreateParams) Name() wasmlib.ScMutableString + type MutableArrayLengthParams struct + func (s MutableArrayLengthParams) Name() wasmlib.ScMutableString + type MutableArrayLengthResults struct + func (s MutableArrayLengthResults) Length() wasmlib.ScMutableInt32 + type MutableArraySetParams struct + func (s MutableArraySetParams) Index() wasmlib.ScMutableInt32 + func (s MutableArraySetParams) Name() wasmlib.ScMutableString + func (s MutableArraySetParams) Value() wasmlib.ScMutableString + type MutableArrayValueParams struct + func (s MutableArrayValueParams) Index() wasmlib.ScMutableInt32 + func (s MutableArrayValueParams) Name() wasmlib.ScMutableString + type MutableArrayValueResults struct + func (s MutableArrayValueResults) Value() wasmlib.ScMutableString + type MutableBlockRecordParams struct + func (s MutableBlockRecordParams) BlockIndex() wasmlib.ScMutableInt32 + func (s MutableBlockRecordParams) RecordIndex() wasmlib.ScMutableInt32 + type MutableBlockRecordResults struct + func (s MutableBlockRecordResults) Record() wasmlib.ScMutableBytes + type MutableBlockRecordsParams struct + func (s MutableBlockRecordsParams) BlockIndex() wasmlib.ScMutableInt32 + type MutableBlockRecordsResults struct + func (s MutableBlockRecordsResults) Count() wasmlib.ScMutableInt32 + type MutableIotaBalanceResults struct + func (s MutableIotaBalanceResults) Iotas() wasmlib.ScMutableInt64 + type MutableParamTypesParams struct + func (s MutableParamTypesParams) Address() wasmlib.ScMutableAddress + func (s MutableParamTypesParams) AgentID() wasmlib.ScMutableAgentID + func (s MutableParamTypesParams) Bytes() wasmlib.ScMutableBytes + func (s MutableParamTypesParams) ChainID() wasmlib.ScMutableChainID + func (s MutableParamTypesParams) Color() wasmlib.ScMutableColor + func (s MutableParamTypesParams) Hash() wasmlib.ScMutableHash + func (s MutableParamTypesParams) Hname() wasmlib.ScMutableHname + func (s MutableParamTypesParams) Int16() wasmlib.ScMutableInt16 + func (s MutableParamTypesParams) Int32() wasmlib.ScMutableInt32 + func (s MutableParamTypesParams) Int64() wasmlib.ScMutableInt64 + func (s MutableParamTypesParams) Param() MapStringToMutableBytes + func (s MutableParamTypesParams) RequestID() wasmlib.ScMutableRequestID + func (s MutableParamTypesParams) String() wasmlib.ScMutableString + type MutableStringArray = ArrayOfMutableString + type MutableTestWasmLibState struct + func (s MutableTestWasmLibState) Arrays() MapStringToMutableStringArray + type ParamTypesCall struct + Func *wasmlib.ScFunc + Params MutableParamTypesParams + type ParamTypesContext struct + Params ImmutableParamTypesParams + State MutableTestWasmLibState