@atomiqlabs/base
Advanced tools
Comparing version
@@ -27,2 +27,3 @@ /// <reference types="node" /> | ||
hex: string; | ||
raw: string; | ||
outs: BtcVout[]; | ||
@@ -29,0 +30,0 @@ ins: BtcVin[]; |
{ | ||
"name": "@atomiqlabs/base", | ||
"version": "7.2.1", | ||
"version": "7.2.2", | ||
"description": "Base classes and interfaces for atomiq protocol", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -30,2 +30,3 @@ import {BtcBlock} from "../types/BtcBlock"; | ||
hex: string, | ||
raw: string, | ||
@@ -32,0 +33,0 @@ outs: BtcVout[], |
107247
0.03%2247
0.09%