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 • 462 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
arg1: '-oa',
arg2: '--owner-address',
options: {
type: String,
required: true,
help: 'The cluster owner address (in the SSV contract)'
},
interactive: {
options: {
type: 'text',
message: 'Please provide a cluster owner address',
}
}
};
//# sourceMappingURL=owner-address.js.map