Package net.osslabz.lnd.dto
Class LnrpcLookupHtlcResolutionResponse
java.lang.Object
net.osslabz.lnd.dto.LnrpcLookupHtlcResolutionResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcLookupHtlcResolutionResponse
extends Object
LnrpcLookupHtlcResolutionResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanOffchain indicates whether the htlc was resolved off-chain or on-chain.Settled is true is the htlc was settled.inthashCode()voidsetOffchain(Boolean offchain) voidsetSettled(Boolean settled) toString()
-
Field Details
-
SERIALIZED_NAME_SETTLED
- See Also:
-
SERIALIZED_NAME_OFFCHAIN
- See Also:
-
-
Constructor Details
-
LnrpcLookupHtlcResolutionResponse
public LnrpcLookupHtlcResolutionResponse()
-
-
Method Details
-
settled
-
getSettled
Settled is true is the htlc was settled. If false, the htlc was failed.- Returns:
- settled
-
setSettled
-
offchain
-
getOffchain
Offchain indicates whether the htlc was resolved off-chain or on-chain.- Returns:
- offchain
-
setOffchain
-
equals
-
hashCode
public int hashCode() -
toString
-