UNPKG

@chainsafe/ssz

Version:

Simple Serialize

6 lines (5 loc) 169 B
import { Snapshot } from "./types.ts"; /** * Create a zero snapshot with the given chunksDepth. */ export declare function zeroSnapshot(chunkDepth: number): Snapshot;