UNPKG

@dip1059/bitcoinjs-lib

Version:

bitcoinjs-lib with some other btc based network support. Cloned from https://github.com/junderw/bitcoinjs-lib/tree/cashv5

3 lines (2 loc) 119 B
import { Payment, PaymentOpts } from './index'; export declare function p2ms(a: Payment, opts?: PaymentOpts): Payment;