diff --git a/web3.js/src/connection.ts b/web3.js/src/connection.ts index ed47b346df964c..c89d03c98fa86d 100644 --- a/web3.js/src/connection.ts +++ b/web3.js/src/connection.ts @@ -2621,6 +2621,8 @@ export type ConfirmedSignatureInfo = { memo: string | null; /** The unix timestamp of when the transaction was processed */ blockTime?: number | null; + /** Cluster confirmation status, if available. Possible values: `processed`, `confirmed`, `finalized` */ + confirmationStatus?: TransactionConfirmationStatus; }; /**