Package net.osslabz.lnd.dto
Class LnrpcResolution
java.lang.Object
net.osslabz.lnd.dto.LnrpcResolution
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcResolution
extends Object
LnrpcResolution
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe amount that was claimed by the resolution.Get outcomeGet outpointGet resolutionTypeThe hex-encoded transaction ID of the sweep transaction that spent the output.inthashCode()outcome(LnrpcResolutionOutcome outcome) outpoint(LnrpcOutPoint outpoint) resolutionType(LnrpcResolutionType resolutionType) voidsetAmountSat(String amountSat) voidsetOutcome(LnrpcResolutionOutcome outcome) voidsetOutpoint(LnrpcOutPoint outpoint) voidsetResolutionType(LnrpcResolutionType resolutionType) voidsetSweepTxid(String sweepTxid) toString()
-
Field Details
-
SERIALIZED_NAME_RESOLUTION_TYPE
- See Also:
-
SERIALIZED_NAME_OUTCOME
- See Also:
-
SERIALIZED_NAME_OUTPOINT
- See Also:
-
SERIALIZED_NAME_AMOUNT_SAT
- See Also:
-
SERIALIZED_NAME_SWEEP_TXID
- See Also:
-
-
Constructor Details
-
LnrpcResolution
public LnrpcResolution()
-
-
Method Details
-
resolutionType
-
getResolutionType
Get resolutionType- Returns:
- resolutionType
-
setResolutionType
-
outcome
-
getOutcome
Get outcome- Returns:
- outcome
-
setOutcome
-
outpoint
-
getOutpoint
Get outpoint- Returns:
- outpoint
-
setOutpoint
-
amountSat
-
getAmountSat
The amount that was claimed by the resolution.- Returns:
- amountSat
-
setAmountSat
-
sweepTxid
-
getSweepTxid
The hex-encoded transaction ID of the sweep transaction that spent the output.- Returns:
- sweepTxid
-
setSweepTxid
-
equals
-
hashCode
public int hashCode() -
toString
-