UNPKG

opnet

Version:

The perfect library for building Bitcoin-based applications.

9 lines (8 loc) 238 B
export interface EpochSubmissionParams { readonly epochNumber: bigint; readonly targetHash: Buffer; readonly salt: Buffer; readonly mldsaPublicKey: Buffer; readonly signature: Buffer; readonly graffiti?: Buffer; }