@lodestar/flare
Version:
Beacon chain debugging tool
11 lines • 451 B
TypeScript
import { CliCommand } from "@lodestar/utils";
import { SecretKeysArgs } from "../util/deriveSecretKeys.js";
type SelfSlashArgs = SecretKeysArgs & {
server: string;
slot: string;
batchSize: string;
};
export declare const selfSlashAttester: CliCommand<SelfSlashArgs, Record<never, never>, void>;
export declare function selfSlashAttesterHandler(args: SelfSlashArgs): Promise<void>;
export {};
//# sourceMappingURL=selfSlashAttester.d.ts.map