ssv-keys
Version:
Tool for splitting a validator key into a predefined threshold of shares via Shamir-Secret-Sharing (SSS), and encrypt them with a set of operator keys.
20 lines (19 loc) • 430 B
TypeScript
declare const _default: {
arg1: string;
arg2: string;
options: {
type: StringConstructor;
required: boolean;
default: string;
help: string;
};
interactive: {
options: {
type: string;
message: string;
initial: string;
validate: (value: string) => true | "Invalid target path";
};
};
};
export default _default;