diff --git a/docs/src/api/methods/_getBlock.mdx b/docs/src/api/methods/_getBlock.mdx index dd70eaf5b9..6ced795c2e 100644 --- a/docs/src/api/methods/_getBlock.mdx +++ b/docs/src/api/methods/_getBlock.mdx @@ -128,7 +128,7 @@ The result field will be an object with the following fields: - DEPRECATED: `status: ` - Transaction status - `"Ok": ` - Transaction was successful - `"Err": ` - Transaction failed with TransactionError - - `loadedAddresses: ` - Transaction addresses loaded from address lookup tables. Undefined if `maxSupportedTransactionVersion` is not set in request params. + - `loadedAddresses: ` - Transaction addresses loaded from address lookup tables. Undefined if `maxSupportedTransactionVersion` is not set in request params, or if `jsonParsed` encoding is set in request params. - `writable: ` - Ordered list of base-58 encoded addresses for writable loaded accounts - `readonly: ` - Ordered list of base-58 encoded addresses for readonly loaded accounts - `returnData: ` - the most-recent return data generated by an instruction in the transaction, with the following fields: diff --git a/docs/src/api/methods/_getTransaction.mdx b/docs/src/api/methods/_getTransaction.mdx index c4e17e53c7..8a70a3219b 100644 --- a/docs/src/api/methods/_getTransaction.mdx +++ b/docs/src/api/methods/_getTransaction.mdx @@ -85,7 +85,7 @@ Encoding for the returned Transaction - `postBalance: ` - account balance in lamports after the reward was applied - `rewardType: ` - type of reward: currently only "rent", other types may be added in the future - `commission: ` - vote account commission when the reward was credited, only present for voting and staking rewards - - `loadedAddresses: ` - Transaction addresses loaded from address lookup tables. Undefined if `maxSupportedTransactionVersion` is not set in request params. + - `loadedAddresses: ` - Transaction addresses loaded from address lookup tables. Undefined if `maxSupportedTransactionVersion` is not set in request params, or if `jsonParsed` encoding is set in request params. - `writable: ` - Ordered list of base-58 encoded addresses for writable loaded accounts - `readonly: ` - Ordered list of base-58 encoded addresses for readonly loaded accounts - `returnData: ` - the most-recent return data generated by an instruction in the transaction, with the following fields: