xrpld
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::nft
{
8
9
// NFT directory pages order their contents based only on the low 96 bits of
10
// the NFToken value. This mask provides easy access to the necessary mask.
11
constexpr
uint256
kPageMask
(
12
std::string_view
(
"0000000000000000000000000000000000000000ffffffffffffffffffffffff"
));
13
14
}
// namespace xrpl::nft
std::string_view
xrpl::nft
Definition
NFTokenHelpers.h:13
xrpl::nft::kPageMask
constexpr uint256 kPageMask(std::string_view("0000000000000000000000000000000000000000ffffffffffffffffffffffff"))
xrpl::uint256
BaseUInt< 256 > uint256
Definition
base_uint.h:562
string_view
Generated by
1.16.1