UNPKG

@btc-vision/transaction

Version:

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

8 lines (7 loc) 271 B
import { Network } from '@btc-vision/bitcoin'; import { Generator } from '../Generator.js'; export declare class MineableReward extends Generator { constructor(senderPubKey: Buffer, network?: Network); compile(preimage1: Buffer): Buffer; private isTestnet; }