Package net.osslabz.lnd.dto
Class PendingChannelsResponseForceClosedChannel
java.lang.Object
net.osslabz.lnd.dto.PendingChannelsResponseForceClosedChannel
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class PendingChannelsResponseForceClosedChannel
extends Object
PendingChannelsResponseForceClosedChannel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPendingHtlcsItem(LnrpcPendingHTLC pendingHtlcsItem) anchor(ForceClosedChannelAnchorState anchor) blocksTilMaturity(Integer blocksTilMaturity) closingTxid(String closingTxid) booleanGet anchorRemaining # of blocks until the commitment output can be swept.Get channelGet closingTxidGet limboBalanceGet maturityHeightGet pendingHtlcsGet recoveredBalanceinthashCode()limboBalance(String limboBalance) maturityHeight(Long maturityHeight) pendingHtlcs(List<LnrpcPendingHTLC> pendingHtlcs) recoveredBalance(String recoveredBalance) voidvoidsetBlocksTilMaturity(Integer blocksTilMaturity) voidvoidsetClosingTxid(String closingTxid) voidsetLimboBalance(String limboBalance) voidsetMaturityHeight(Long maturityHeight) voidsetPendingHtlcs(List<LnrpcPendingHTLC> pendingHtlcs) voidsetRecoveredBalance(String recoveredBalance) toString()
-
Field Details
-
SERIALIZED_NAME_CHANNEL
- See Also:
-
SERIALIZED_NAME_CLOSING_TXID
- See Also:
-
SERIALIZED_NAME_LIMBO_BALANCE
- See Also:
-
SERIALIZED_NAME_MATURITY_HEIGHT
- See Also:
-
SERIALIZED_NAME_BLOCKS_TIL_MATURITY
- See Also:
-
SERIALIZED_NAME_RECOVERED_BALANCE
- See Also:
-
SERIALIZED_NAME_PENDING_HTLCS
- See Also:
-
SERIALIZED_NAME_ANCHOR
- See Also:
-
-
Constructor Details
-
PendingChannelsResponseForceClosedChannel
public PendingChannelsResponseForceClosedChannel()
-
-
Method Details
-
channel
public PendingChannelsResponseForceClosedChannel channel(PendingChannelsResponsePendingChannel channel) -
getChannel
Get channel- Returns:
- channel
-
setChannel
-
closingTxid
-
getClosingTxid
Get closingTxid- Returns:
- closingTxid
-
setClosingTxid
-
limboBalance
-
getLimboBalance
Get limboBalance- Returns:
- limboBalance
-
setLimboBalance
-
maturityHeight
-
getMaturityHeight
Get maturityHeight- Returns:
- maturityHeight
-
setMaturityHeight
-
blocksTilMaturity
-
getBlocksTilMaturity
Remaining # of blocks until the commitment output can be swept. Negative values indicate how many blocks have passed since becoming mature.- Returns:
- blocksTilMaturity
-
setBlocksTilMaturity
-
recoveredBalance
-
getRecoveredBalance
Get recoveredBalance- Returns:
- recoveredBalance
-
setRecoveredBalance
-
pendingHtlcs
-
addPendingHtlcsItem
public PendingChannelsResponseForceClosedChannel addPendingHtlcsItem(LnrpcPendingHTLC pendingHtlcsItem) -
getPendingHtlcs
Get pendingHtlcs- Returns:
- pendingHtlcs
-
setPendingHtlcs
-
anchor
-
getAnchor
Get anchor- Returns:
- anchor
-
setAnchor
-
equals
-
hashCode
public int hashCode() -
toString
-