UNPKG

lisk-framework

Version:

Lisk blockchain application platform

7 lines (6 loc) 378 B
/// <reference types="node" /> export declare const buildTxIDDbKey: (id: Buffer) => Buffer; export declare const buildBlockIDDbKey: (id: Buffer) => Buffer; export declare const buildTxsBlockIDDbKey: (id: Buffer) => Buffer; export declare const buildBlockHeightDbKey: (height: number) => Buffer; export declare const buildLegacyBracketDBKey: (snapshotBlockID: Buffer) => Buffer;