public static interface LightningApi.SendResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPaymentError()
string payment_error = 1; |
com.google.protobuf.ByteString |
getPaymentErrorBytes()
string payment_error = 1; |
com.google.protobuf.ByteString |
getPaymentHash()
bytes payment_hash = 4; |
com.google.protobuf.ByteString |
getPaymentPreimage()
bytes payment_preimage = 2; |
LightningApi.Route |
getPaymentRoute()
.lnrpc.Route payment_route = 3; |
LightningApi.RouteOrBuilder |
getPaymentRouteOrBuilder()
.lnrpc.Route payment_route = 3; |
boolean |
hasPaymentRoute()
.lnrpc.Route payment_route = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getPaymentError()
string payment_error = 1;com.google.protobuf.ByteString getPaymentErrorBytes()
string payment_error = 1;com.google.protobuf.ByteString getPaymentPreimage()
bytes payment_preimage = 2;boolean hasPaymentRoute()
.lnrpc.Route payment_route = 3;LightningApi.Route getPaymentRoute()
.lnrpc.Route payment_route = 3;LightningApi.RouteOrBuilder getPaymentRouteOrBuilder()
.lnrpc.Route payment_route = 3;com.google.protobuf.ByteString getPaymentHash()
bytes payment_hash = 4;