QueryCodesRequest is the request type for the Query/Codes RPC method

interface QueryCodesRequest {
    pagination?: PageRequest;
}

Properties

Properties

pagination?: PageRequest

pagination defines an optional pagination for the request.