public static interface RouterOuterClass.PaymentStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
LightningApi.HTLCAttempt | 
getHtlcs(int index)
The HTLCs made in attempt to settle the payment [EXPERIMENTAL]. 
 | 
int | 
getHtlcsCount()
The HTLCs made in attempt to settle the payment [EXPERIMENTAL]. 
 | 
java.util.List<LightningApi.HTLCAttempt> | 
getHtlcsList()
The HTLCs made in attempt to settle the payment [EXPERIMENTAL]. 
 | 
LightningApi.HTLCAttemptOrBuilder | 
getHtlcsOrBuilder(int index)
The HTLCs made in attempt to settle the payment [EXPERIMENTAL]. 
 | 
java.util.List<? extends LightningApi.HTLCAttemptOrBuilder> | 
getHtlcsOrBuilderList()
The HTLCs made in attempt to settle the payment [EXPERIMENTAL]. 
 | 
com.google.protobuf.ByteString | 
getPreimage()
The pre-image of the payment when state is SUCCEEDED. 
 | 
RouterOuterClass.PaymentState | 
getState()
 Current state the payment is in. 
 | 
int | 
getStateValue()
 Current state the payment is in. 
 | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
Current state the payment is in.
.routerrpc.PaymentState state = 1;RouterOuterClass.PaymentState getState()
Current state the payment is in.
.routerrpc.PaymentState state = 1;com.google.protobuf.ByteString getPreimage()
The pre-image of the payment when state is SUCCEEDED.
bytes preimage = 2;java.util.List<LightningApi.HTLCAttempt> getHtlcsList()
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
repeated .lnrpc.HTLCAttempt htlcs = 4;LightningApi.HTLCAttempt getHtlcs(int index)
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
repeated .lnrpc.HTLCAttempt htlcs = 4;int getHtlcsCount()
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
repeated .lnrpc.HTLCAttempt htlcs = 4;java.util.List<? extends LightningApi.HTLCAttemptOrBuilder> getHtlcsOrBuilderList()
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
repeated .lnrpc.HTLCAttempt htlcs = 4;LightningApi.HTLCAttemptOrBuilder getHtlcsOrBuilder(int index)
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
repeated .lnrpc.HTLCAttempt htlcs = 4;