Interface QueryContractsByCodeResponseSDKType

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

interface QueryContractsByCodeResponseSDKType {
    contracts: string[];
    pagination?: PageResponseSDKType;
}

Properties

contracts: string[]
pagination?: PageResponseSDKType