@lodestar/flare
Version:
Beacon chain debugging tool
10 lines • 404 B
TypeScript
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