From d296f07e6ac3e230b750fcf00cbd45eefd7db4b9 Mon Sep 17 00:00:00 2001 From: Oliver Eggert Date: Mon, 23 Jun 2025 13:13:59 -0700 Subject: [PATCH] fix incorrect field requirements --- docs/references/protocol/transactions/common-fields.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/references/protocol/transactions/common-fields.md b/docs/references/protocol/transactions/common-fields.md index db3db3c992..090806f82f 100644 --- a/docs/references/protocol/transactions/common-fields.md +++ b/docs/references/protocol/transactions/common-fields.md @@ -75,9 +75,9 @@ A `Delegate` object has the following fields: | `Account` | ✔️ | string | AccountID | The account that delegates permissions to another account. | | `Authorize` | ✔️ | string | AccountID | The account to which permissions are delegated. | | `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. | -| `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. | +| `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. | +| `PreviousTxnLgrSeqNumber`| ✔️ | number | UInt32 |The index of the ledger that contains the transaction that most recently modified this object. | ### Retrieving Delegate Objects