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

interface QueryContractsByCreatorResponse {
    contractAddresses: string[];
    pagination?: PageResponse;
}

Properties

contractAddresses: string[]

ContractAddresses result set

pagination?: PageResponse

Pagination defines the pagination in the response.