|
rippled
|
Keylet computation funclets. More...
Classes | |
| struct | account_t |
| AccountID root. More... | |
| struct | amendments_t |
| The amendment table. More... | |
| struct | book_t |
| The beginning of an order book. More... | |
| struct | check_t |
| A Check. More... | |
| struct | depositPreauth_t |
| A DepositPreauth. More... | |
| struct | fees_t |
| The ledger fees. More... | |
| struct | line_t |
| A trust line. More... | |
| struct | next_t |
| The directory for the next lower quality. More... | |
| struct | offer_t |
| An offer from an account. More... | |
| struct | quality_t |
| The initial directory page for a specific quality. More... | |
| struct | signers_t |
| A SignerList. More... | |
| struct | skip_t |
| Skip list. More... | |
| struct | ticket_t |
| A ticket belonging to an account. More... | |
Functions | |
| Keylet | child (uint256 const &key) |
| Any item that can be in an owner dir. More... | |
| Keylet | unchecked (uint256 const &key) |
| Any ledger entry. More... | |
| Keylet | ownerDir (AccountID const &id) |
| The root page of an account's directory. More... | |
| Keylet | escrow (AccountID const &source, std::uint32_t seq) |
| An escrow entry. More... | |
| Keylet | payChan (AccountID const &source, AccountID const &dst, std::uint32_t seq) |
| A PaymentChannel. More... | |
| Keylet | page (uint256 const &key) |
Variables | |
| static const account_t | account {} |
| static const amendments_t | amendments {} |
| static const skip_t | skip {} |
| static const fees_t | fees {} |
| static const book_t | book {} |
| static const line_t | line {} |
| static const offer_t | offer {} |
| static const quality_t | quality {} |
| static const next_t | next {} |
| static const ticket_t | ticket {} |
| static const signers_t | signers {} |
| static const check_t | check {} |
| static const depositPreauth_t | depositPreauth {} |
Keylet computation funclets.
Any item that can be in an owner dir.
Definition at line 191 of file Indexes.cpp.
Any ledger entry.
Definition at line 290 of file Indexes.cpp.
The root page of an account's directory.
Definition at line 296 of file Indexes.cpp.
| Keylet ripple::keylet::page | ( | uint256 const & | key, |
| std::uint64_t | index | ||
| ) |
A page in a directory.
Definition at line 302 of file Indexes.cpp.
| Keylet ripple::keylet::page | ( | Keylet const & | root, |
| std::uint64_t | index | ||
| ) |
Definition at line 308 of file Indexes.cpp.
| Keylet ripple::keylet::escrow | ( | AccountID const & | source, |
| std::uint32_t | seq | ||
| ) |
An escrow entry.
Definition at line 315 of file Indexes.cpp.
| Keylet ripple::keylet::payChan | ( | AccountID const & | source, |
| AccountID const & | dst, | ||
| std::uint32_t | seq | ||
| ) |
A PaymentChannel.
Definition at line 326 of file Indexes.cpp.
|
static |
|
static |
1.8.17