@bitgo/unspents
Advanced tools
Comparing version 0.47.10 to 0.47.11
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.47.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/unspents@0.47.10...@bitgo/unspents@0.47.11) (2024-10-04) | ||
**Note:** Version bump only for package @bitgo/unspents | ||
## [0.47.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/unspents@0.47.9...@bitgo/unspents@0.47.10) (2024-09-03) | ||
@@ -8,0 +12,0 @@ |
import * as tcomb from 'tcomb'; | ||
export declare type ChainCode = number; | ||
export type ChainCode = number; | ||
export declare class ErrorInvalidCode extends Error { | ||
@@ -4,0 +4,0 @@ constructor(code: ChainCode); |
/// <reference types="node" /> | ||
import * as utxolib from '@bitgo/utxo-lib'; | ||
import { bitgo } from '@bitgo/utxo-lib'; | ||
declare type ChainCode = bitgo.ChainCode; | ||
type ChainCode = bitgo.ChainCode; | ||
import { VirtualSizes } from './virtualSizes'; | ||
@@ -6,0 +6,0 @@ export { VirtualSizes }; |
@@ -5,6 +5,6 @@ /** | ||
export declare function varSliceSize(someScript: Sized): number; | ||
export declare type Sized = { | ||
export type Sized = { | ||
length: number; | ||
}; | ||
export declare type Input = { | ||
export type Input = { | ||
script: Sized; | ||
@@ -15,3 +15,3 @@ witness: Sized[]; | ||
export declare function getInputWeight(input: Input): number; | ||
export declare type InputComponents = { | ||
export type InputComponents = { | ||
script: number[]; | ||
@@ -18,0 +18,0 @@ witness: number[]; |
import * as utxolib from '@bitgo/utxo-lib'; | ||
export declare type InputScriptType = utxolib.bitgo.outputScripts.ScriptType | 'taprootKeyPathSpend'; | ||
export type InputScriptType = utxolib.bitgo.outputScripts.ScriptType | 'taprootKeyPathSpend'; | ||
//# sourceMappingURL=txCombinations.d.ts.map |
@@ -16,3 +16,3 @@ import * as unspents from '../src'; | ||
}; | ||
export declare type TestUnspentType = string | UnspentTypeOpReturn; | ||
export type TestUnspentType = string | UnspentTypeOpReturn; | ||
export declare class UnspentTypeOpReturn { | ||
@@ -23,3 +23,3 @@ size: number; | ||
} | ||
export declare type InputScriptType = utxolib.bitgo.outputScripts.ScriptType | 'taprootKeyPathSpend'; | ||
export type InputScriptType = utxolib.bitgo.outputScripts.ScriptType | 'taprootKeyPathSpend'; | ||
export declare function getInputScriptTypes(): InputScriptType[]; | ||
@@ -26,0 +26,0 @@ /** |
{ | ||
"name": "@bitgo/unspents", | ||
"version": "0.47.10", | ||
"version": "0.47.11", | ||
"description": "Defines the chain codes used for different unspent types and methods to calculate bitcoin transaction sizes", | ||
@@ -39,3 +39,3 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"@bitgo/utxo-lib": "^10.3.0", | ||
"@bitgo/utxo-lib": "^11.0.0", | ||
"lodash": "~4.17.21", | ||
@@ -54,3 +54,3 @@ "tcomb": "~3.2.29", | ||
}, | ||
"gitHead": "54e39bfd304bc375f9669bddefe64d8d2bc5580e" | ||
"gitHead": "46d7ad685ea88ad47b4f9e7dc4f45eee08515dc0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
484242
+ Added@bitgo/utxo-lib@11.2.3(transitive)
+ Added@noble/curves@1.8.1(transitive)
+ Added@noble/hashes@1.7.1(transitive)
- Removed@bitgo/utxo-lib@10.3.0(transitive)
- Removedbn.js@4.12.15.2.1(transitive)
- Removedbrorand@1.1.0(transitive)
- Removedelliptic@6.6.1(transitive)
- Removedhash.js@1.1.7(transitive)
- Removedhmac-drbg@1.0.1(transitive)
- Removedminimalistic-assert@1.0.1(transitive)
- Removedminimalistic-crypto-utils@1.0.1(transitive)
Updated@bitgo/utxo-lib@^11.0.0