UNPKG

@btc-vision/transaction

Version:

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

7 lines (6 loc) 291 B
import { Network } from '@btc-vision/bitcoin'; import { IP2WSHAddress } from './IP2WSHAddress.js'; export declare class TimeLockGenerator { private static readonly CSV_BLOCKS; static generateTimeLockAddress(publicKey: Buffer, network?: Network, csvBlocks?: number): IP2WSHAddress; }