UNPKG

@arkade-os/sdk

Version:

Bitcoin wallet SDK with Taproot and Ark integration

4 lines (3 loc) 251 B
import { Transaction } from "@scure/btc-signer"; import { TransactionInputUpdate } from "@scure/btc-signer/psbt"; export declare function buildForfeitTx(inputs: TransactionInputUpdate[], forfeitPkScript: Uint8Array, txLocktime?: number): Transaction;