QueryContractsByCreatorResponse is the response type for the Query/ContractsByCreator RPC method.

from message cosmwasm.wasm.v1.QueryContractsByCreatorResponse

Hierarchy

Constructors

Properties

contractAddresses: string[] = []

ContractAddresses result set

from field: repeated string contract_addresses = 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.QueryContractsByCreatorResponse" = "cosmwasm.wasm.v1.QueryContractsByCreatorResponse"

Methods