lightning
Advanced tools
Changelog
3.2.2
getAccessIds
: Add method to list access idsgrantAccess
: Add method to generate a macaroonrevokeAccess
: Add method to revoke a macaroonsignMessage
: Add method to sign a messageverifyMessage
: Add method to verify a message signatureChangelog
3.1.0
addPeer
: Add method to add a peercancelHodlInvoice
: Add method to cancel an invoicecreateHodlInvoice
: Add method to create a HODL invoicecreateInvoice
: Add method to create an invoicediffieHellmanComputeSecret
: Add method to derive a shared secretgetInvoice
: Add method to lookup an invoicegetInvoices
: Add method to fetch past invoiciesgetPeers
: Add method to list connected peersremovePeer
: Add method to disconnect a connected peersettleHodlInvoice
: Add method to settle an accepted HODL invoicesignBytes
: Add method to sign arbitrary bytessignTransaction
: Add method to create a transaction signaturesubscribeToInvoice
: Add method to subscribe to updates to an invoicesubscribeToInvoices
: Add method to subscribe to invoice updatesverifyBytesSignature
: Add method to validate a signature over arbitrary bytesChangelog
3.0.22
emitGrpcEvents
: Cancel subscriptions when websocket connection is lost