public static interface RouterOuterClass.PairDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getFailAmtMsat()
Lowest amount that failed to forward in millisats.
|
long |
getFailAmtSat()
Lowest amount that failed to forward rounded to whole sats.
|
long |
getFailTime()
Time of last failure.
|
long |
getSuccessAmtMsat()
Highest amount that we could successfully forward in millisats.
|
long |
getSuccessAmtSat()
Highest amount that we could successfully forward rounded to whole sats.
|
long |
getSuccessTime()
Time of last success.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getFailTime()
Time of last failure.
int64 fail_time = 1;long getFailAmtSat()
Lowest amount that failed to forward rounded to whole sats. This may be set to zero if the failure is independent of amount.
int64 fail_amt_sat = 2;long getFailAmtMsat()
Lowest amount that failed to forward in millisats. This may be set to zero if the failure is independent of amount.
int64 fail_amt_msat = 4;long getSuccessTime()
Time of last success.
int64 success_time = 5;long getSuccessAmtSat()
Highest amount that we could successfully forward rounded to whole sats.
int64 success_amt_sat = 6;long getSuccessAmtMsat()
Highest amount that we could successfully forward in millisats.
int64 success_amt_msat = 7;