UNPKG

@chainsafe/eth2.0-spec-test-util

Version:

Spec test suite generator from yaml test files

8 lines (7 loc) 248 B
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;