UNPKG

@btc-vision/transaction

Version:

OPNet transaction library allows you to create and sign transactions for the OPNet network.

5 lines (4 loc) 196 B
import { Network } from '@btc-vision/bitcoin'; export declare class P2TR_MS { static generateMultiSigAddress(pubKeys: Buffer[], minimumSignatureRequired: number, network?: Network): string; }