UNPKG

@lodestar/flare

Version:
10 lines 404 B
import { SecretKey } from "@chainsafe/blst"; import { CliCommandOptions } from "@lodestar/utils"; export type SecretKeysArgs = { mnemonic?: string; indexes?: string; interopIndexes?: string; }; export declare const secretKeysOptions: CliCommandOptions<SecretKeysArgs>; export declare function deriveSecretKeys(args: SecretKeysArgs): SecretKey[]; //# sourceMappingURL=deriveSecretKeys.d.ts.map