Interface QueryContractsByCreatorResponseAmino

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

interface QueryContractsByCreatorResponseAmino {
    contract_addresses?: string[];
    pagination?: PageResponseAmino;
}

Properties

contract_addresses?: string[]

ContractAddresses result set

pagination?: PageResponseAmino

Pagination defines the pagination in the response.