[docs] Add note about txids to signature status RPC method docs (#31628)

This commit is contained in:
Jordan Sexton 2023-05-12 21:16:16 -06:00 committed by GitHub
parent 962650e88e
commit 125a18550d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import {
## getSignatureStatuses ## getSignatureStatuses
Returns the statuses of a list of signatures. Returns the statuses of a list of signatures. Each signature must be a [txid](/terminology#transaction-id), the first signature of a transaction.
:::info :::info
Unless the `searchTransactionHistory` configuration parameter is included, Unless the `searchTransactionHistory` configuration parameter is included,

View File

@ -13,6 +13,7 @@ import {
## signatureSubscribe ## signatureSubscribe
Subscribe to a transaction signature to receive notification when a given transaction is committed. On `signatureNotification` - the subscription is automatically cancelled. Subscribe to a transaction signature to receive notification when a given transaction is committed. On `signatureNotification` - the subscription is automatically cancelled.
The signature must be a [txid](/terminology#transaction-id), the first signature of a transaction.
<DocSideBySide> <DocSideBySide>
<CodeParams> <CodeParams>