UNPKG

@lodestar/flare

Version:
11 lines 451 B
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