Get desktop application:
View/edit binary Protocol Buffers messages
* Signing service allows an Imp node to sign and verify messages with the connected lightning node.
* SignMessage signs a message with your node's private key.
* Represents a request to sign a message
message to be signed
* Represents a response from a signature request
signature of signed message
* Verifymessage verifies a message was signed from another node.
* Represents a request to verify a signature and message
message to be verified
signature of message
* Represents a response back from a verification request
result of signature verification