lnd.xprv/lnrpc/walletrpc
Johan T. Halseth 4ea494e8c5
lnrpc: wrap subservers in GrpcHandler
In order to be able to register the subservers with the root grpc server
before we have all dependencies available, we wrap them in an
GrpcHandler struct. This struct will initially hold an empty reference
to the subservers, which allows us to register with the GRPC server, and
later populate and create the subserver instance.
2021-03-11 13:05:23 +01:00
..
config_active.go rpc: acquire global coin select lock in related RPCs 2020-06-12 11:22:29 -07:00
config_default.go lnrpc/walletrpc: implement the WalletKitServer gRPC service 2018-12-06 16:25:34 -08:00
driver.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
log.go multi: remove dead code 2019-09-10 17:21:59 +02:00
psbt.go lnrpc+walletrpc: add RPCs for new PSBT methods 2020-10-03 10:34:53 +02:00
walletkit_server.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
walletkit.pb.go multi: fix verbose output for listsweeps and check all against wallet 2020-11-13 13:59:52 +02:00
walletkit.pb.gw.go lnrpc+walletrpc: add RPCs for new PSBT methods 2020-10-03 10:34:53 +02:00
walletkit.proto multi: fix verbose output for listsweeps and check all against wallet 2020-11-13 13:59:52 +02:00
walletkit.swagger.json multi: fix verbose output for listsweeps and check all against wallet 2020-11-13 13:59:52 +02:00