rippled
Loading...
Searching...
No Matches
include
xrpl
protocol
nftPageMask.h
1
#pragma once
2
3
#include <xrpl/basics/base_uint.h>
4
5
#include <
string_view
>
6
7
namespace
xrpl
{
8
namespace
nft {
9
10
// NFT directory pages order their contents based only on the low 96 bits of
11
// the NFToken value. This mask provides easy access to the necessary mask.
12
uint256
constexpr
pageMask
(
std::string_view
(
"0000000000000000000000000000000000000000ffffffffffffffffffffffff"
));
13
14
}
// namespace nft
15
}
// namespace xrpl
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:5
string_view
Generated by
1.9.8