QueryCodesResponse is the response type for the Query/Codes RPC method

interface QueryCodesResponse {
    codeInfos: CodeInfoResponse[];
    pagination?: PageResponse;
}

Properties

codeInfos: CodeInfoResponse[]
pagination?: PageResponse

pagination defines the pagination in the response.