@lodestar/types
Version:
Typescript types required for lodestar
15 lines • 555 B
JavaScript
export * from "./types.js";
import * as ssz from "./sszTypes.js";
import { sszTypesFor } from "./sszTypes.js";
export { 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";
//# sourceMappingURL=index.js.map