QueryPinnedCodesRequest is the request type for the Query/PinnedCodes RPC method

interface QueryPinnedCodesRequest {
    pagination?: PageRequest;
}

Properties

Properties

pagination?: PageRequest

pagination defines an optional pagination for the request.