public static interface LightningApi.PeerEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPubKey()
The identity pubkey of the peer.
|
com.google.protobuf.ByteString |
getPubKeyBytes()
The identity pubkey of the peer.
|
LightningApi.PeerEvent.EventType |
getType()
.lnrpc.PeerEvent.EventType type = 2; |
int |
getTypeValue()
.lnrpc.PeerEvent.EventType type = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getPubKey()
The identity pubkey of the peer.
string pub_key = 1;com.google.protobuf.ByteString getPubKeyBytes()
The identity pubkey of the peer.
string pub_key = 1;int getTypeValue()
.lnrpc.PeerEvent.EventType type = 2;LightningApi.PeerEvent.EventType getType()
.lnrpc.PeerEvent.EventType type = 2;