UNPKG
@chainsafe/ssz
Version:
latest (1.6.1)
1.6.1
1.6.0
1.5.0
1.4.0
1.3.4
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.19.1
0.19.0
0.18.0
0.17.1
0.17.0
0.16.0
0.15.1
0.14.3
0.14.2
0.14.1
0.14.0
0.13.0
0.12.0
0.11.1
0.11.0
0.10.2
0.10.1
0.10.0
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.20
0.8.19
0.8.18
0.8.17
0.8.16
0.8.15
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Simple Serialize
github.com/chainsafe/ssz
@chainsafe/ssz
/
lib
/
util
/
snapshot.d.ts
6 lines
(5 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Snapshot
}
from
"./types.ts"
;
/** * Create a zero snapshot with the given chunksDepth. */
export
declare
function
zeroSnapshot
(
chunkDepth
:
number
):
Snapshot
;