QueryContractsByCreatorRequest is the request type for the Query/ContractsByCreator RPC method.

from message cosmwasm.wasm.v1.QueryContractsByCreatorRequest

Hierarchy

Constructors

Properties

creatorAddress: string = ""

CreatorAddress is the address of contract creator

from field: string creator_address = 1;

pagination?: PageRequest

Pagination defines an optional pagination for the request.

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

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

Methods