UNPKG

@btc-vision/transaction

Version:

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

7 lines (6 loc) 271 B
import { Network, Stack } from '@btc-vision/bitcoin'; import { Generator } from '../Generator.js'; export declare class CustomGenerator extends Generator { constructor(senderPubKey: Buffer, network?: Network); compile(compiledData: (Buffer | Stack)[]): Buffer; }