mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
add x emoji for consistenty in delegate table
This commit is contained in:
@@ -75,9 +75,9 @@ A `Delegate` object has the following fields:
|
|||||||
| `Account` | ✔️ | string | AccountID | The account that delegates permissions to another account. |
|
| `Account` | ✔️ | string | AccountID | The account that delegates permissions to another account. |
|
||||||
| `Authorize` | ✔️ | string | AccountID | The account to which permissions are delegated. |
|
| `Authorize` | ✔️ | string | AccountID | The account to which permissions are delegated. |
|
||||||
| `Permissions` | ✔️ | string | STArray | The transaction permissions that the `Authorize` account has been granted. |
|
| `Permissions` | ✔️ | string | STArray | The transaction permissions that the `Authorize` account has been granted. |
|
||||||
| `OwnerNode` | | string | UInt64 | A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages. |
|
| `OwnerNode` | ❌ | string | UInt64 | A hint indicating which page of the sender's owner directory links to this object, in case the directory consists of multiple pages. |
|
||||||
| `PreviousTxnID` | | string | Hash256 | The identifying hash of the transaction that most recently modified this object. |
|
| `PreviousTxnID` | ❌ | string | Hash256 | The identifying hash of the transaction that most recently modified this object. |
|
||||||
| `PreviousTxnLgrSeqNumber`| | number | UInt32 |The index of the ledger that contains the transaction that most recently modified this object. |
|
| `PreviousTxnLgrSeqNumber`| ❌ | number | UInt32 |The index of the ledger that contains the transaction that most recently modified this object. |
|
||||||
|
|
||||||
### Retrieving Delegate Objects
|
### Retrieving Delegate Objects
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user