2 lines
120 B
TypeScript
2 lines
120 B
TypeScript
import { Payment, PaymentOpts } from './index';
|
|
export declare function p2wsh(a: Payment, opts?: PaymentOpts): Payment;
|