Get Recent Signature Confirmation
Checks the confirmation status of a recent transaction.
Returns: Promise<boolean>
const confirmed = await connection.getRecentSignatureConfirmation(signature);Options
signature:string- The signature of the transaction to check
See also: Send and Confirm Transaction, Get Explorer Link
Last updated on