UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

7 lines (6 loc) 249 B
import { IEpochTemplate, RawEpochTemplate } from './interfaces/IEpoch.js'; export declare class EpochTemplate implements IEpochTemplate { readonly epochNumber: bigint; readonly epochTarget: Buffer; constructor(data: RawEpochTemplate); }