lnd.xprv/lnrpc/signrpc
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 signrpc+subserver: add key chain to signer 2019-12-10 09:48:13 +01:00
config_default.go lnrpc/signrpc: add lnrpc.SubServerDriver for signrpc 2018-11-28 20:57:03 -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
signer_server.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
signer.pb.go signrpc: SharedKeyRequest accept raw pubkey 2020-09-17 10:14:54 +08:00
signer.pb.gw.go lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
signer.proto signrpc: SharedKeyRequest accept raw pubkey 2020-09-17 10:14:54 +08:00
signer.swagger.json signrpc: SharedKeyRequest accept raw pubkey 2020-09-17 10:14:54 +08:00