mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Merge pull request #457 from wilsonianb/fix-rootindex
Fix DirectoryNode RootIndex type
This commit is contained in:
@@ -55,7 +55,7 @@ There are two kinds of Directories:
|
||||
|-------------------|-----------|---------------|-------------|
|
||||
| `LedgerEntryType` | String | UInt16 | The value `0x0064`, mapped to the string `DirectoryNode`, indicates that this object is part of a Directory. |
|
||||
| `Flags` | Number | UInt32 | A bit-map of boolean flags enabled for this directory. Currently, the protocol defines no flags for DirectoryNode objects. |
|
||||
| `RootIndex` | Number | Hash256 | The ID of root object for this directory. |
|
||||
| `RootIndex` | String | Hash256 | The ID of root object for this directory. |
|
||||
| `Indexes` | Array | Vector256 | The contents of this Directory: an array of IDs of other objects. |
|
||||
| `IndexNext` | Number | UInt64 | (Optional) If this Directory consists of multiple pages, this ID links to the next object in the chain, wrapping around at the end. |
|
||||
| `IndexPrevious` | Number | UInt64 | (Optional) If this Directory consists of multiple pages, this ID links to the previous object in the chain, wrapping around at the beginning. |
|
||||
|
||||
Reference in New Issue
Block a user