QueryContractHistoryResponse is the response type for the Query/ContractHistory RPC method

from message cosmwasm.wasm.v1.QueryContractHistoryResponse

Hierarchy

Constructors

Properties

entries: ContractCodeHistoryEntry[] = []

from field: repeated cosmwasm.wasm.v1.ContractCodeHistoryEntry entries = 1;

pagination?: PageResponse

pagination defines the pagination in the response.

from field: cosmos.base.query.v1beta1.PageResponse pagination = 2;

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

Methods