rippled
Loading...
Searching...
No Matches
nftPageMask.h
1#ifndef XRPL_PROTOCOL_NFT_PAGE_MASK_H_INCLUDED
2#define XRPL_PROTOCOL_NFT_PAGE_MASK_H_INCLUDED
3
4#include <xrpl/basics/base_uint.h>
5
6#include <string_view>
7
8namespace ripple {
9namespace nft {
10
11// NFT directory pages order their contents based only on the low 96 bits of
12// the NFToken value. This mask provides easy access to the necessary mask.
14 "0000000000000000000000000000000000000000ffffffffffffffffffffffff"));
15
16} // namespace nft
17} // namespace ripple
18
19#endif
uint256 constexpr pageMask(std::string_view("0000000000000000000000000000000000000000ffffffffffffffffffffffff"))
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6