QueryRawContractStateResponse is the response type for the Query/RawContractState RPC method

from message cosmwasm.wasm.v1.QueryRawContractStateResponse

Hierarchy

Constructors

Properties

data: Uint8Array = ...

Data contains the raw store data

from field: bytes data = 1;

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

Methods