UNPKG

n-multi-hashing

Version:

A re-write of the Node Multi Hashing library, which provides Javascript bindings for C/C++ based hashing algorithms.

5 lines (4 loc) 276 B
/// <reference types="node" /> import { RpcData } from './types'; export declare const reverseBytes: (buffer: Buffer, output?: Buffer | undefined) => Buffer; export declare const serializeHeader: (rpcData: RpcData, merkleRoot: string, nTime: string, nonce: string) => Buffer;