public static interface LightningApi.LookupHtlcResolutionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getOffchain()
Offchain indicates whether the htlc was resolved off-chain or on-chain.
|
boolean |
getSettled()
Settled is true is the htlc was settled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean getSettled()
Settled is true is the htlc was settled. If false, the htlc was failed.
bool settled = 1;
boolean getOffchain()
Offchain indicates whether the htlc was resolved off-chain or on-chain.
bool offchain = 2;