mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
11 lines
240 B
Protocol Buffer
11 lines
240 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package peersrpc;
|
||
|
|
||
|
option go_package = "github.com/lightningnetwork/lnd/lnrpc/peersrpc";
|
||
|
|
||
|
// Peers is a service that can be used to get information and interact
|
||
|
// with the other nodes of the newtwork.
|
||
|
service Peers {
|
||
|
}
|