UNPKG

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.

18 lines (17 loc) 351 B
declare const _default: { arg1: string; arg2: string; options: { type: StringConstructor; required: boolean; help: string; }; interactive: { options: { type: string; message: string; validate: (value: string) => any; }; }; }; export default _default;