![]() |
![]()
| ![]() |
![]()
NAMElightning-signmessage -- Command to create a signature from this node SYNOPSISsignmessage message DESCRIPTIONThe signmessage RPC command creates a digital signature of message using this node's secret key. A receiver who knows your node's id and the message can be sure that the resulting signature could only be created by something with access to this node's secret key.
RETURN VALUEOn success, an object is returned, containing:
AUTHORRusty Russell <rusty@rustcorp.com.au> is mainly responsible. SEE ALSOlightning-checkmessage(7) RESOURCESMain web site: https://github.com/ElementsProject/lightning EXAMPLESExample 1: Request: $ lightning-cli signmessage -k "message"="this is a test!" { Response: { Example 2: Request: $ lightning-cli signmessage -k "message"="message for you" { Response: {
|