Interface QueryContractsByCreatorRequestAmino

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

interface QueryContractsByCreatorRequestAmino {
    creator_address?: string;
    pagination?: PageRequestAmino;
}

Properties

creator_address?: string

CreatorAddress is the address of contract creator

pagination?: PageRequestAmino

Pagination defines an optional pagination for the request.