lnd.xprv/lnrpc
Olaoluwa Osuntokun 64396a69c3
lnrpc: add synchronous versions of SendPayment and OpenChannel
This commit adds synchronous version of the RPC’s to send payments over
channels and open new channels. The previous async versions of these
RPC calls have been removed from the REST interface.

Additionally for these two RPC calls any field which accepted byte
slices now also accept a variant of the field which is a hex-encoded
string.

The OpenChannelSync RPC is intended to be used along with either the
ListChannels or PendingChannels RPC to poll for a channels existence or
non-existence as a signal that the channel is finally open.
2016-11-10 17:33:34 -08:00
..
gen_protos.sh lnrpc: add cursory REST support to the RPC server 2016-10-15 14:39:00 -07:00
rpc.pb.go lnrpc: add synchronous versions of SendPayment and OpenChannel 2016-11-10 17:33:34 -08:00
rpc.pb.gw.go lnrpc: add synchronous versions of SendPayment and OpenChannel 2016-11-10 17:33:34 -08:00
rpc.proto lnrpc: add synchronous versions of SendPayment and OpenChannel 2016-11-10 17:33:34 -08:00
rpc.swagger.json lnrpc: add synchronous versions of SendPayment and OpenChannel 2016-11-10 17:33:34 -08:00