Rename startAfter to before
This commit is contained in:
@ -428,10 +428,8 @@ 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:
|
||||
* `startAfter: <string>` - (optional) start searching backwards from this transaction signature,
|
||||
which must be a confirmed signature for the account
|
||||
address. If not provided the search starts from
|
||||
the highest max confirmed block.
|
||||
* `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).
|
||||
|
||||
#### Results:
|
||||
|
Reference in New Issue
Block a user