From a08ab831e02fa518c341d709b24c3b35f75b048a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ekiserrep=C3=A9?= <126416117+Ekiserrepe@users.noreply.github.com> Date: Wed, 24 Jun 2026 07:29:31 +0200 Subject: [PATCH] STI_ARRAY update --- src/content/docs/docs/hooks/concepts/serialized-objects.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/docs/hooks/concepts/serialized-objects.mdx b/src/content/docs/docs/hooks/concepts/serialized-objects.mdx index f68630b..6ea0a75 100644 --- a/src/content/docs/docs/hooks/concepts/serialized-objects.mdx +++ b/src/content/docs/docs/hooks/concepts/serialized-objects.mdx @@ -62,10 +62,10 @@ With the [HookAPISerializedType240 amendment](/docs/features/amendments/#hookapi | `STI_HASH128` | 4 | `sfEmailHash` | | `STI_HASH256` | 5 | `sfLedgerHash`, `sfTransactionHash` | | `STI_AMOUNT` | 6 | `sfAmount`, `sfFee` | -| `STI_VL` | 7 | `sfPublicKey`, `sfMemos`, blobs | +| `STI_VL` | 7 | `sfPublicKey`, blobs | | `STI_ACCOUNT` | 8 | `sfAccount`, `sfDestination` | | `STI_OBJECT` | 14 | `sfTransaction`, inner objects | -| `STI_ARRAY` | 15 | `sfHooks`, `sfSigners` | +| `STI_ARRAY` | 15 | `sfHooks`, `sfMemos`, `sfSigners` | | `STI_UINT8` | 16 | `sfCloseResolution` | | `STI_UINT160` | 17 | `sfTakerPaysCurrency` | | `STI_PATHSET` | 18 | `sfPaths` _(fixed by HookAPISerializedType240)_ |