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.

21 lines (20 loc) 470 B
/** * Keystore argument validates if keystore file exists and is valid keystore file. */ declare const _default: { arg1: string; arg2: string; options: { required: boolean; type: StringConstructor; help: string; }; interactive: { options: { type: string; message: string; validate: (filePath: string) => string | boolean | undefined; }; }; }; export default _default;