hd-auth-wallet/lib/commands/verify-message.js

9 lines
215 B
JavaScript
Raw Normal View History

2019-11-23 22:34:59 +02:00
module.exports.description = "Verify a message was signed by a specific key"
module.exports.builder = (yargs) => {
}
module.exports.handler = (argv) => {
console.log("Verify message using one of the keys");
}