lnd.xprv/lnrpc/invoicesrpc
Oliver Gugger 5a6fea31d9
invoicesrpc: format invoices.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:07 +01:00
..
addinvoice.go multi: set invoice feature bits using feature manager 2019-12-10 13:09:52 -08:00
config_active.go multi: set invoice feature bits using feature manager 2019-12-10 13:09:52 -08:00
config_default.go invoicesrpc: create sub server 2019-02-01 09:42:35 +01:00
driver.go invoicesrpc: create sub server 2019-02-01 09:42:35 +01:00
invoices_server.go multi: set invoice feature bits using feature manager 2019-12-10 13:09:52 -08:00
invoices.pb.go invoicesrpc: format invoices.proto and remove json_name fields 2020-03-07 11:23:07 +01:00
invoices.proto invoicesrpc: format invoices.proto and remove json_name fields 2020-03-07 11:23:07 +01:00
log.go invoicesrpc: create sub server 2019-02-01 09:42:35 +01:00
utils.go multi: rename key_send, key-send and key send to keysend 2020-01-16 18:37:16 -08:00