Document getConfirmedSignaturesForAddress2 until param (#12424)

This commit is contained in:
Tyera Eulberg 2020-09-23 13:33:00 -06:00 committed by GitHub
parent de3801da24
commit a713e3c92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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