Skip to content

Commit

Permalink
Document getConfirmedSignaturesForAddress2 until param (solana-labs#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Sep 23, 2020
1 parent de3801d commit a713e3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/apps/jsonrpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,10 @@ address backwards in time from the provided signature or most recent confirmed b
#### Parameters:
* `<string>` - account address as base-58 encoded string
* `<object>` - (optional) Configuration object containing the following fields:
* `limit: <number>` - (optional) maximum transaction signatures to return (between 1 and 1,000, default: 1,000).
* `before: <string>` - (optional) start searching backwards from this transaction signature.
If not provided the search starts from the top of the highest max confirmed block.
* `limit: <number>` - (optional) maximum transaction signatures to return (between 1 and 1,000, default: 1,000).
* `until: <string>` - (optional) search until this transaction signature, if found before limit reached.

#### Results:
The result field will be an array of transaction signature information, ordered
Expand Down

0 comments on commit a713e3c

Please sign in to comment.