QueryCodeResponse is the response type for the Query/Code RPC method

from message cosmwasm.wasm.v1.QueryCodeResponse

Hierarchy

Constructors

Properties

codeInfo?: CodeInfoResponse

from field: cosmwasm.wasm.v1.CodeInfoResponse code_info = 1;

data: Uint8Array = ...

from field: bytes data = 2;

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

Methods