Interface QueryContractsByCodeResponseAmino

QueryContractsByCodeResponse is the response type for the Query/ContractsByCode RPC method

interface QueryContractsByCodeResponseAmino {
    contracts?: string[];
    pagination?: PageResponseAmino;
}

Properties

contracts?: string[]

contracts are a set of contract addresses

pagination?: PageResponseAmino

pagination defines the pagination in the response.