UNPKG

@onekeyfe/coinselect

Version:

A transaction input selection module for bitcoin.

3 lines 154 B
import { Payment, PaymentOpts } from '../types'; export declare function p2tr(a: Payment, opts?: PaymentOpts): Payment; //# sourceMappingURL=p2tr.d.ts.map