UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

10 lines 466 B
export declare const DEPOSIT_CONTRACT_TREE_DEPTH: number; export declare const GENESIS_SLOT = 0; export declare const GENESIS_EPOCH = 0; export declare const GENESIS_START_SHARD = 0; export declare const FAR_FUTURE_EPOCH: number; export declare const ZERO_HASH: Buffer<ArrayBuffer>; export declare const ZERO_HASH_HEX: string; export declare const EMPTY_SIGNATURE: Buffer<ArrayBuffer>; export declare const GRAFFITI_SIZE = 32; //# sourceMappingURL=constants.d.ts.map