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

interface QueryContractsByCreatorRequest {
    creatorAddress: string;
    pagination?: PageRequest;
}

Properties

creatorAddress: string

CreatorAddress is the address of contract creator

pagination?: PageRequest

Pagination defines an optional pagination for the request.