From 1dba7edc9c6dc91b2cf9d2e14e68de31fac88c00 Mon Sep 17 00:00:00 2001 From: 22388o <22388o@users.noreply.github.com> Date: Fri, 6 Dec 2024 07:26:47 -0300 Subject: [PATCH] Fix --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.ts b/src/index.ts index 5d700a3..4482310 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,6 +14,9 @@ interface Utxo { scriptPubKey: string; confirmations: number; is_coinbase: boolean; + mempool: string; + height: number; + }