Update getSignaturesForAddress and getConfirmedSignaturesForAddress2 RPC call description (#21955) (#21960)
* Update jsonrpc-api.md * Update docs/src/developing/clients/jsonrpc-api.md Co-authored-by: Tyera Eulberg <teulberg@gmail.com> * Wrap 80chars * Update docs/src/developing/clients/jsonrpc-api.md Co-authored-by: Tyera Eulberg <teulberg@gmail.com> (cherry picked from commit 3398f5a2f5494f5d98c07fea22576f8ea21a3d5b) Co-authored-by: jdcaballerov <743513+jdcaballerov@users.noreply.github.com>
This commit is contained in:
parent
c25d16bf0d
commit
0c5a2bcd5a
@ -1971,8 +1971,9 @@ Result:
|
||||
### getSignaturesForAddress
|
||||
|
||||
|
||||
Returns confirmed signatures for transactions involving an
|
||||
address backwards in time from the provided signature or most recent confirmed block
|
||||
Returns signatures for confirmed transactions that include the given address in
|
||||
their `accountKeys` list. Returns signatures backwards in time from the
|
||||
provided signature or most recent confirmed block
|
||||
|
||||
#### Parameters:
|
||||
* `<string>` - account address as base-58 encoded string
|
||||
@ -4367,8 +4368,10 @@ Result:
|
||||
**DEPRECATED: Please use [getSignaturesForAddress](jsonrpc-api.md#getsignaturesforaddress) instead**
|
||||
This method is expected to be removed in solana-core v2.0
|
||||
|
||||
Returns confirmed signatures for transactions involving an
|
||||
address backwards in time from the provided signature or most recent confirmed block
|
||||
Returns signatures for confirmed transactions that include the given address in
|
||||
their `accountKeys` list. Returns signatures backwards in time from the
|
||||
provided signature or most recent confirmed block
|
||||
|
||||
|
||||
#### Parameters:
|
||||
* `<string>` - account address as base-58 encoded string
|
||||
|
Loading…
x
Reference in New Issue
Block a user