Skip to content

Commit

Permalink
fix: add confirmation status to ConfirmedSignatureInfo web3.js respon…
Browse files Browse the repository at this point in the history
…se (solana-labs#28555)

* Add confirmation status to ConfirmedSignatureInfo web3 response

* Update web3.js/src/connection.ts

Co-authored-by: Austin Milt <austin.w.milt@gmail.com>

Co-authored-by: Austin Milt <austin.w.milt@gmail.com>
  • Loading branch information
2 people authored and gnapoli23 committed Dec 16, 2022
1 parent ebf278a commit ee44996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web3.js/src/connection.ts
Expand Up @@ -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;
};

/**
Expand Down

0 comments on commit ee44996

Please sign in to comment.