UNPKG
@chainsafe/eth2.0-spec-test-util
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.3.6
0.3.5
0.3.0
0.2.3
0.2.2
0.2.1
0.1.0
Spec test suite generator from yaml test files
github.com/ChainSafe/lodestar
ChainSafe/lodestar
@chainsafe/eth2.0-spec-test-util
/
lib
/
transform.d.ts
8 lines
(7 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{ FullSSZType } from
"@chainsafe/ssz"
;
/** * Transform the type to something that is safe to deserialize * * This mainly entails making sure all numbers are bignumbers */
export
declare function
safeType
(type: FullSSZType)
: FullSSZType;