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

interface QueryContractsByCodeResponse {
    contracts: string[];
    pagination?: PageResponse;
}

Properties

contracts: string[]

contracts are a set of contract addresses

pagination?: PageResponse

pagination defines the pagination in the response.