Correct docs for getMultipleAccounts RPC (#32684)

This commit is contained in:
Callum McIntyre 2023-09-05 15:35:48 +02:00 committed by GitHub
parent e9542200e8
commit 19306bac74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Returns the account information for a list of Pubkeys.
### Parameters:
<Parameter type={"array"} optional={true}>
<Parameter type={"array"} required={true}>
An array of Pubkeys to query, as base-58 encoded strings (up to a maximum of
100)
</Parameter>
@ -50,7 +50,7 @@ Data slicing is only available for <code>base58</code>, <code>base64</code>, or
:::
</Field>
<Field name="encoding" type="string" optional={true} defaultValue={"json"} href="/api/http#parsed-responses">
<Field name="encoding" type="string" optional={true} defaultValue={"base64"} href="/api/http#parsed-responses">
encoding format for the returned Account data