@atomiqlabs/base
Advanced tools
Comparing version
@@ -24,2 +24,3 @@ /// <reference types="node" /> | ||
confirmations: number; | ||
vsize: number; | ||
txid: string; | ||
@@ -26,0 +27,0 @@ hex: string; |
{ | ||
"name": "@atomiqlabs/base", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "Base classes and interfaces for atomiq protocol", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -27,4 +27,5 @@ import {BtcBlock} from "../types/BtcBlock"; | ||
confirmations: number, | ||
vsize: number, | ||
txid: string, | ||
hex: string | ||
hex: string, | ||
@@ -31,0 +32,0 @@ outs: BtcVout[], |
107211
0.04%2245
0.09%