UNPKG

@bithive/bitcoin-sdk

Version:

BitHive SDK

4 lines (3 loc) 218 B
import * as bitcoin from 'bitcoinjs-lib'; export type PsbtInputExtended = Parameters<typeof bitcoin.Psbt.prototype.addInput>[0]; export type PsbtOutputExtended = Parameters<typeof bitcoin.Psbt.prototype.addOutput>[0];