QuerySmartContractStateResponse is the response type for the Query/SmartContractState RPC method

from message cosmwasm.wasm.v1.QuerySmartContractStateResponse

Hierarchy

Constructors

Properties

data: Uint8Array = ...

Data contains the json data returned from the smart contract

from field: bytes data = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmwasm.wasm.v1.QuerySmartContractStateResponse" = "cosmwasm.wasm.v1.QuerySmartContractStateResponse"

Methods