crosslightning-sdk-base
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
import { BtcBlock } from "crosslightning-base"; | ||
@@ -40,2 +41,3 @@ export type MempoolBitcoinBlockType = { | ||
getVersion(): number; | ||
getChainWork(): Buffer; | ||
} |
@@ -41,2 +41,5 @@ export class MempoolBitcoinBlock { | ||
} | ||
getChainWork() { | ||
throw new Error("Unsupported"); | ||
} | ||
} |
{ | ||
"name": "crosslightning-sdk-base", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "CrossLightning SDK chain-agnostic base", | ||
@@ -29,3 +29,3 @@ "main": "./dist/index.js", | ||
"cross-fetch": "^3.1.5", | ||
"crosslightning-base": "^3.0.6", | ||
"crosslightning-base": "^3.0.8", | ||
"crypto-browserify": "^3.12.0", | ||
@@ -32,0 +32,0 @@ "tweetnacl": "^1.0.3", |
@@ -83,2 +83,6 @@ import {BtcBlock} from "crosslightning-base"; | ||
getChainWork(): Buffer { | ||
throw new Error("Unsupported"); | ||
} | ||
} |
444199
10022
Updatedcrosslightning-base@^3.0.8