rippled
Loading...
Searching...
No Matches
include
xrpl
protocol
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
8
namespace
xrpl
{
9
namespace
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.
13
uint256
constexpr
pageMask
(
std::string_view
(
14
"0000000000000000000000000000000000000000ffffffffffffffffffffffff"
));
15
16
}
// namespace nft
17
}
// namespace xrpl
18
19
#endif
std::string_view
xrpl::base_uint< 256 >
xrpl::nft::pageMask
uint256 constexpr pageMask(std::string_view("0000000000000000000000000000000000000000ffffffffffffffffffffffff"))
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:6
string_view
Generated by
1.9.8