Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 6, 2024
1 parent 1430c3a commit 1dba7ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ interface Utxo {
scriptPubKey: string;
confirmations: number;
is_coinbase: boolean;
mempool: string;
height: number;


}

Expand Down

0 comments on commit 1dba7ed

Please sign in to comment.