Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
marcnjaramillo committed Apr 26, 2022
2 parents e97499f + 39f8cc0 commit 17e74eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions web3.js/src/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,17 @@ export class Transaction {
*/
nonceInfo?: NonceInformation;

// The new signature
constructor(opts?: TransactionCtorFields);

/**
* @deprecated `recentBlockhash` has been deprecated.
* Please pass `latestBlockhash: {blockHash: BlockHash, lastValidBlockHeight: number}` instead.
* This will be removed in X.0.0 version of @solana/web3.js.
*/

constructor(opts?: TransactionCtorFields_DEPRECATED);

/**
* Construct an empty Transaction
*/
Expand Down

0 comments on commit 17e74eb

Please sign in to comment.