Versions in this module Expand all Collapse all v0 v0.2.1 Oct 27, 2021 v0.2.0 Oct 21, 2021 Changes in this version + const HScName + const HViewControlAddresses + const HViewGetBlockInfo + const HViewGetEventsForBlock + const HViewGetEventsForContract + const HViewGetEventsForRequest + const HViewGetLatestBlockInfo + const HViewGetRequestIDsForBlock + const HViewGetRequestReceipt + const HViewGetRequestReceiptsForBlock + const HViewIsRequestProcessed + const ParamBlockIndex + const ParamContractHname + const ParamFromBlock + const ParamRequestID + const ParamToBlock + const ResultBlockIndex + const ResultBlockInfo + const ResultEvent + const ResultGoverningAddress + const ResultRequestID + const ResultRequestIndex + const ResultRequestProcessed + const ResultRequestRecord + const ResultStateControllerAddress + const ScDescription + const ScName + const ViewControlAddresses + const ViewGetBlockInfo + const ViewGetEventsForBlock + const ViewGetEventsForContract + const ViewGetEventsForRequest + const ViewGetLatestBlockInfo + const ViewGetRequestIDsForBlock + const ViewGetRequestReceipt + const ViewGetRequestReceiptsForBlock + const ViewIsRequestProcessed + func OnLoad() + type ArrayOfImmutableBytes struct + func (a ArrayOfImmutableBytes) GetBytes(index int32) wasmlib.ScImmutableBytes + func (a ArrayOfImmutableBytes) Length() int32 + type ArrayOfImmutableRequestID struct + func (a ArrayOfImmutableRequestID) GetRequestID(index int32) wasmlib.ScImmutableRequestID + func (a ArrayOfImmutableRequestID) Length() int32 + type ArrayOfMutableBytes struct + func (a ArrayOfMutableBytes) Clear() + func (a ArrayOfMutableBytes) GetBytes(index int32) wasmlib.ScMutableBytes + func (a ArrayOfMutableBytes) Length() int32 + type ArrayOfMutableRequestID struct + func (a ArrayOfMutableRequestID) Clear() + func (a ArrayOfMutableRequestID) GetRequestID(index int32) wasmlib.ScMutableRequestID + func (a ArrayOfMutableRequestID) Length() int32 + type ControlAddressesCall struct + Func *wasmlib.ScView + Results ImmutableControlAddressesResults + type Funcs struct + var ScFuncs Funcs + func (sc Funcs) ControlAddresses(ctx wasmlib.ScViewCallContext) *ControlAddressesCall + func (sc Funcs) GetBlockInfo(ctx wasmlib.ScViewCallContext) *GetBlockInfoCall + func (sc Funcs) GetEventsForBlock(ctx wasmlib.ScViewCallContext) *GetEventsForBlockCall + func (sc Funcs) GetEventsForContract(ctx wasmlib.ScViewCallContext) *GetEventsForContractCall + func (sc Funcs) GetEventsForRequest(ctx wasmlib.ScViewCallContext) *GetEventsForRequestCall + func (sc Funcs) GetLatestBlockInfo(ctx wasmlib.ScViewCallContext) *GetLatestBlockInfoCall + func (sc Funcs) GetRequestIDsForBlock(ctx wasmlib.ScViewCallContext) *GetRequestIDsForBlockCall + func (sc Funcs) GetRequestReceipt(ctx wasmlib.ScViewCallContext) *GetRequestReceiptCall + func (sc Funcs) GetRequestReceiptsForBlock(ctx wasmlib.ScViewCallContext) *GetRequestReceiptsForBlockCall + func (sc Funcs) IsRequestProcessed(ctx wasmlib.ScViewCallContext) *IsRequestProcessedCall + type GetBlockInfoCall struct + Func *wasmlib.ScView + Params MutableGetBlockInfoParams + Results ImmutableGetBlockInfoResults + type GetEventsForBlockCall struct + Func *wasmlib.ScView + Params MutableGetEventsForBlockParams + Results ImmutableGetEventsForBlockResults + type GetEventsForContractCall struct + Func *wasmlib.ScView + Params MutableGetEventsForContractParams + Results ImmutableGetEventsForContractResults + type GetEventsForRequestCall struct + Func *wasmlib.ScView + Params MutableGetEventsForRequestParams + Results ImmutableGetEventsForRequestResults + type GetLatestBlockInfoCall struct + Func *wasmlib.ScView + Results ImmutableGetLatestBlockInfoResults + type GetRequestIDsForBlockCall struct + Func *wasmlib.ScView + Params MutableGetRequestIDsForBlockParams + Results ImmutableGetRequestIDsForBlockResults + type GetRequestReceiptCall struct + Func *wasmlib.ScView + Params MutableGetRequestReceiptParams + Results ImmutableGetRequestReceiptResults + type GetRequestReceiptsForBlockCall struct + Func *wasmlib.ScView + Params MutableGetRequestReceiptsForBlockParams + Results ImmutableGetRequestReceiptsForBlockResults + type ImmutableControlAddressesResults struct + func (s ImmutableControlAddressesResults) BlockIndex() wasmlib.ScImmutableInt32 + func (s ImmutableControlAddressesResults) GoverningAddress() wasmlib.ScImmutableAddress + func (s ImmutableControlAddressesResults) StateControllerAddress() wasmlib.ScImmutableAddress + type ImmutableGetBlockInfoParams struct + func (s ImmutableGetBlockInfoParams) BlockIndex() wasmlib.ScImmutableInt32 + type ImmutableGetBlockInfoResults struct + func (s ImmutableGetBlockInfoResults) BlockInfo() wasmlib.ScImmutableBytes + type ImmutableGetEventsForBlockParams struct + func (s ImmutableGetEventsForBlockParams) BlockIndex() wasmlib.ScImmutableInt32 + type ImmutableGetEventsForBlockResults struct + func (s ImmutableGetEventsForBlockResults) Event() ArrayOfImmutableBytes + type ImmutableGetEventsForContractParams struct + func (s ImmutableGetEventsForContractParams) ContractHname() wasmlib.ScImmutableHname + func (s ImmutableGetEventsForContractParams) FromBlock() wasmlib.ScImmutableInt32 + func (s ImmutableGetEventsForContractParams) ToBlock() wasmlib.ScImmutableInt32 + type ImmutableGetEventsForContractResults struct + func (s ImmutableGetEventsForContractResults) Event() ArrayOfImmutableBytes + type ImmutableGetEventsForRequestParams struct + func (s ImmutableGetEventsForRequestParams) RequestID() wasmlib.ScImmutableRequestID + type ImmutableGetEventsForRequestResults struct + func (s ImmutableGetEventsForRequestResults) Event() ArrayOfImmutableBytes + type ImmutableGetLatestBlockInfoResults struct + func (s ImmutableGetLatestBlockInfoResults) BlockIndex() wasmlib.ScImmutableInt32 + func (s ImmutableGetLatestBlockInfoResults) BlockInfo() wasmlib.ScImmutableBytes + type ImmutableGetRequestIDsForBlockParams struct + func (s ImmutableGetRequestIDsForBlockParams) BlockIndex() wasmlib.ScImmutableInt32 + type ImmutableGetRequestIDsForBlockResults struct + func (s ImmutableGetRequestIDsForBlockResults) RequestID() ArrayOfImmutableRequestID + type ImmutableGetRequestReceiptParams struct + func (s ImmutableGetRequestReceiptParams) RequestID() wasmlib.ScImmutableRequestID + type ImmutableGetRequestReceiptResults struct + func (s ImmutableGetRequestReceiptResults) BlockIndex() wasmlib.ScImmutableInt32 + func (s ImmutableGetRequestReceiptResults) RequestIndex() wasmlib.ScImmutableInt16 + func (s ImmutableGetRequestReceiptResults) RequestRecord() wasmlib.ScImmutableBytes + type ImmutableGetRequestReceiptsForBlockParams struct + func (s ImmutableGetRequestReceiptsForBlockParams) BlockIndex() wasmlib.ScImmutableInt32 + type ImmutableGetRequestReceiptsForBlockResults struct + func (s ImmutableGetRequestReceiptsForBlockResults) RequestRecord() ArrayOfImmutableBytes + type ImmutableIsRequestProcessedParams struct + func (s ImmutableIsRequestProcessedParams) RequestID() wasmlib.ScImmutableRequestID + type ImmutableIsRequestProcessedResults struct + func (s ImmutableIsRequestProcessedResults) RequestProcessed() wasmlib.ScImmutableString + type IsRequestProcessedCall struct + Func *wasmlib.ScView + Params MutableIsRequestProcessedParams + Results ImmutableIsRequestProcessedResults + type MutableControlAddressesResults struct + func (s MutableControlAddressesResults) BlockIndex() wasmlib.ScMutableInt32 + func (s MutableControlAddressesResults) GoverningAddress() wasmlib.ScMutableAddress + func (s MutableControlAddressesResults) StateControllerAddress() wasmlib.ScMutableAddress + type MutableGetBlockInfoParams struct + func (s MutableGetBlockInfoParams) BlockIndex() wasmlib.ScMutableInt32 + type MutableGetBlockInfoResults struct + func (s MutableGetBlockInfoResults) BlockInfo() wasmlib.ScMutableBytes + type MutableGetEventsForBlockParams struct + func (s MutableGetEventsForBlockParams) BlockIndex() wasmlib.ScMutableInt32 + type MutableGetEventsForBlockResults struct + func (s MutableGetEventsForBlockResults) Event() ArrayOfMutableBytes + type MutableGetEventsForContractParams struct + func (s MutableGetEventsForContractParams) ContractHname() wasmlib.ScMutableHname + func (s MutableGetEventsForContractParams) FromBlock() wasmlib.ScMutableInt32 + func (s MutableGetEventsForContractParams) ToBlock() wasmlib.ScMutableInt32 + type MutableGetEventsForContractResults struct + func (s MutableGetEventsForContractResults) Event() ArrayOfMutableBytes + type MutableGetEventsForRequestParams struct + func (s MutableGetEventsForRequestParams) RequestID() wasmlib.ScMutableRequestID + type MutableGetEventsForRequestResults struct + func (s MutableGetEventsForRequestResults) Event() ArrayOfMutableBytes + type MutableGetLatestBlockInfoResults struct + func (s MutableGetLatestBlockInfoResults) BlockIndex() wasmlib.ScMutableInt32 + func (s MutableGetLatestBlockInfoResults) BlockInfo() wasmlib.ScMutableBytes + type MutableGetRequestIDsForBlockParams struct + func (s MutableGetRequestIDsForBlockParams) BlockIndex() wasmlib.ScMutableInt32 + type MutableGetRequestIDsForBlockResults struct + func (s MutableGetRequestIDsForBlockResults) RequestID() ArrayOfMutableRequestID + type MutableGetRequestReceiptParams struct + func (s MutableGetRequestReceiptParams) RequestID() wasmlib.ScMutableRequestID + type MutableGetRequestReceiptResults struct + func (s MutableGetRequestReceiptResults) BlockIndex() wasmlib.ScMutableInt32 + func (s MutableGetRequestReceiptResults) RequestIndex() wasmlib.ScMutableInt16 + func (s MutableGetRequestReceiptResults) RequestRecord() wasmlib.ScMutableBytes + type MutableGetRequestReceiptsForBlockParams struct + func (s MutableGetRequestReceiptsForBlockParams) BlockIndex() wasmlib.ScMutableInt32 + type MutableGetRequestReceiptsForBlockResults struct + func (s MutableGetRequestReceiptsForBlockResults) RequestRecord() ArrayOfMutableBytes + type MutableIsRequestProcessedParams struct + func (s MutableIsRequestProcessedParams) RequestID() wasmlib.ScMutableRequestID + type MutableIsRequestProcessedResults struct + func (s MutableIsRequestProcessedResults) RequestProcessed() wasmlib.ScMutableString