lnd.xprv/lnrpc/walletrpc
Oliver Gugger 54fede0ae9
walletrpc: format walletkit.proto and remove json_name fields
We now use the jsonpb marshaler to convert the RPC responses to
JSON in lncli and REST. The jsonpb has a setting to use the
original name as defined in the proto file and the explicit
json_name definition is not necessary any more.
The jsonpb setting is called OrigName and needs to be true.
2020-03-07 11:23:08 +01:00
..
config_active.go chainfee: create new chainfee package extracting fees from lnwallet 2019-10-31 16:41:57 -07:00
config_default.go lnrpc/walletrpc: implement the WalletKitServer gRPC service 2018-12-06 16:25:34 -08:00
driver.go lnrpc/walletrpc: use current height as height hint for cpfp 2019-08-22 13:49:42 -07:00
log.go multi: remove dead code 2019-09-10 17:21:59 +02:00
walletkit_server.go sweep: allow force sweeps 2020-01-15 16:56:44 +01:00
walletkit.pb.go walletrpc: format walletkit.proto and remove json_name fields 2020-03-07 11:23:08 +01:00
walletkit.proto walletrpc: format walletkit.proto and remove json_name fields 2020-03-07 11:23:08 +01:00