Skip to content

Commit

Permalink
feat: UTXO txid type either string or Buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCho-H authored Feb 14, 2023
1 parent 767ae16 commit cd44b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export interface UTXO {
txid: string,
txid: string | Buffer,
vout: number,
value: number,
nonWitnessUtxo? : Buffer,
Expand Down

0 comments on commit cd44b10

Please sign in to comment.