UNPKG

@lodestar/types

Version:

Typescript types required for lodestar

13 lines 572 B
export * from "./types.js"; import type { SSZTypesFor } from "./sszTypes.js"; import * as ssz from "./sszTypes.js"; import { sszTypesFor } from "./sszTypes.js"; export { sszTypesFor, SSZTypesFor, ssz }; export * from "./utils/array.js"; export * from "./utils/container.js"; export { ExecutionAddressType } from "./utils/executionAddress.js"; export * as rewards from "./utils/rewards.js"; export { StringType, stringType } from "./utils/stringType.js"; export * from "./utils/typeguards.js"; export * from "./utils/validatorStatus.js"; //# sourceMappingURL=index.d.ts.map