From 19306bac74f62bf87325bb8e6e709a924a98c367 Mon Sep 17 00:00:00 2001 From: Callum McIntyre Date: Tue, 5 Sep 2023 15:35:48 +0200 Subject: [PATCH] Correct docs for getMultipleAccounts RPC (#32684) --- docs/src/api/methods/_getMultipleAccounts.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/api/methods/_getMultipleAccounts.mdx b/docs/src/api/methods/_getMultipleAccounts.mdx index feace5e86c..b9c73a2a4d 100644 --- a/docs/src/api/methods/_getMultipleAccounts.mdx +++ b/docs/src/api/methods/_getMultipleAccounts.mdx @@ -19,7 +19,7 @@ Returns the account information for a list of Pubkeys. ### Parameters: - + An array of Pubkeys to query, as base-58 encoded strings (up to a maximum of 100) @@ -50,7 +50,7 @@ Data slicing is only available for base58, base64, or ::: - + encoding format for the returned Account data