UNPKG

@chainsafe/eth2.0-ssz-types

Version:
8 lines (7 loc) 307 B
/** * @module sszTypes/generators */ import { SimpleContainerType } from "@chainsafe/ssz"; import { IBeaconSSZTypes } from "../interface"; export declare const ValidatorDuty: (ssz: IBeaconSSZTypes) => SimpleContainerType; export declare const SyncingStatus: (ssz: IBeaconSSZTypes) => SimpleContainerType;