UNPKG

@cityofzion/neo-js

Version:

Running NEO blockchain full node with Node.js and MongoDB.

5 lines (4 loc) 177 B
export declare class BlockHelper { static getGenerationTime(block: object, previousBlock: object | undefined): number; static getTransactionCount(block: any): number; }