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 • 647 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
arg1: '-on',
arg2: '--owner-nonce',
options: {
type: Number,
required: true,
help: 'The validator registration nonce of the account (owner address) within the SSV contract (increments after each validator registration), obtained using the ssv-scanner tool'
},
interactive: {
options: {
type: 'number',
message: 'Please provide a valid owner nonce of the account (owner address) obtained using the ssv-scanner tool',
}
}
};
//# sourceMappingURL=owner-nonce.js.map