@lodestar/types
Version:
Typescript types required for lodestar
18 lines (15 loc) • 577 B
text/typescript
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";
// Container utils
export * from "./utils/container.js";
export {ExecutionAddressType} from "./utils/executionAddress.js";
export * as rewards from "./utils/rewards.js";
// String type
export {StringType, stringType} from "./utils/stringType.js";
// Typeguards
export * from "./utils/typeguards.js";
export * from "./utils/validatorStatus.js";