UNPKG

@btc-vision/transaction

Version:

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

10 lines (9 loc) 294 B
import { Network } from '@btc-vision/bitcoin'; export interface IMineableReward { address: string; p2shOutputScript: Buffer; redeemScript: Buffer; } export declare class ChallengeGenerator { static generateMineableReward(preimage1: Buffer, network: Network): IMineableReward; }