3545685177
Sub server implementation is still empty. This is a preparatory step for adding invoice functionality.
12 lines
230 B
Protocol Buffer
12 lines
230 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package invoicesrpc;
|
|
|
|
option go_package = "github.com/lightningnetwork/lnd/lnrpc/invoicesrpc";
|
|
|
|
// Invoices is a service that can be used to create, accept, settle and cancel
|
|
// invoices.
|
|
service Invoices {
|
|
}
|
|
|