lnrpc: add SendToRoute command

This commit is contained in:
t4sk
2018-01-25 12:08:46 +07:00
committed by Olaoluwa Osuntokun
parent dc04df0f2e
commit dac62e812c
5 changed files with 760 additions and 459 deletions

View File

@@ -72,6 +72,11 @@ description):
* Send a payment over Lightning to a target peer.
* SendPaymentSync
* SendPaymentSync is the synchronous non-streaming version of SendPayment.
* SendToRoute
* Send a payment over Lightning to a target peer through a route explicitly
defined by the user.
* SendToRouteSync
* SendToRouteSync is the synchronous non-streaming version of SendToRoute.
* AddInvoice
* Adds an invoice to the daemon. Invoices are automatically settled once
seen as an incoming HTLC.