lnd/lnrpc/peersrpc/peers.proto

11 lines
240 B
Protocol Buffer
Raw Normal View History

2021-11-25 18:20:27 -08:00
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 {
}