Skip to content

Commit

Permalink
utxo types
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis2626 committed Mar 29, 2024
1 parent bdd6d0b commit 590a973
Show file tree
Hide file tree
Showing 36 changed files with 89 additions and 41 deletions.
2 changes: 1 addition & 1 deletion lib.commonjs/providers/abstract-provider.d.ts.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib.commonjs/providers/abstract-provider.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib.commonjs/providers/abstract-signer.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions lib.commonjs/providers/abstract-signer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib.commonjs/providers/abstract-signer.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib.commonjs/providers/formatting.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,7 @@ export interface TransactionResponseParams {
* The transaction access list.
*/
accessList: null | AccessList;
UTXOoutputs?: UTXOTransactionOutput[];
UTXOinputs?: UTXOTransactionInput[];
}
//# sourceMappingURL=formatting.d.ts.map
Loading

0 comments on commit 590a973

Please sign in to comment.