UNPKG

@lodestar/types

Version:

Typescript types required for lodestar

11 lines 418 B
import { ByteVectorType } from "@chainsafe/ssz"; export type ByteVector = Uint8Array; export declare class ExecutionAddressType extends ByteVectorType { constructor(); toJson(value: ByteVector): unknown; } /** * Formats an address according to [ERC55](https://eips.ethereum.org/EIPS/eip-55) */ export declare function toChecksumAddress(address: string): string; //# sourceMappingURL=executionAddress.d.ts.map