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) 466 B
declare const _default: { arg1: string; arg2: string; options: { type: StringConstructor; required: boolean; help: string; }; interactive: { repeat: string; repeatWith: string[]; options: { type: string; message: string; validate: (operatorId: number) => boolean | string; }; validateList: (items: []) => void; }; }; export default _default;