Package net.osslabz.lnd.dto
Class LnrpcChannelCloseSummary
java.lang.Object
net.osslabz.lnd.dto.LnrpcChannelCloseSummary
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcChannelCloseSummary
extends Object
LnrpcChannelCloseSummary
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAliasScidsItem(String aliasScidsItem) addResolutionsItem(LnrpcResolution resolutionsItem) aliasScids(List<String> aliasScids) channelPoint(String channelPoint) closeHeight(Long closeHeight) closeInitiator(LnrpcInitiator closeInitiator) closeType(ChannelCloseSummaryClosureType closeType) closingTxHash(String closingTxHash) booleanThis lists out the set of alias short channel ids that existed for the closed channel.Total capacity of the channel.The hash of the genesis block that this channel resides within.The unique channel ID for the channel.The outpoint (txid:index) of the funding transaction.Height at which the funding transaction was spent.Get closeInitiatorGet closeTypeThe txid of the transaction which ultimately closed this channel.Get openInitiatorPublic key of the remote peer that we formerly had a channel with.Get resolutionsGet settledBalanceGet timeLockedBalanceThe confirmed SCID for a zero-conf channel.inthashCode()openInitiator(LnrpcInitiator openInitiator) remotePubkey(String remotePubkey) resolutions(List<LnrpcResolution> resolutions) voidsetAliasScids(List<String> aliasScids) voidsetCapacity(String capacity) voidsetChainHash(String chainHash) voidvoidsetChannelPoint(String channelPoint) voidsetCloseHeight(Long closeHeight) voidsetCloseInitiator(LnrpcInitiator closeInitiator) voidsetCloseType(ChannelCloseSummaryClosureType closeType) voidsetClosingTxHash(String closingTxHash) voidsetOpenInitiator(LnrpcInitiator openInitiator) voidsetRemotePubkey(String remotePubkey) voidsetResolutions(List<LnrpcResolution> resolutions) voidsetSettledBalance(String settledBalance) voidsetTimeLockedBalance(String timeLockedBalance) settledBalance(String settledBalance) voidsetZeroConfConfirmedScid(String zeroConfConfirmedScid) timeLockedBalance(String timeLockedBalance) toString()zeroConfConfirmedScid(String zeroConfConfirmedScid)
-
Field Details
-
SERIALIZED_NAME_CHANNEL_POINT
- See Also:
-
SERIALIZED_NAME_CHAN_ID
- See Also:
-
SERIALIZED_NAME_CHAIN_HASH
- See Also:
-
SERIALIZED_NAME_CLOSING_TX_HASH
- See Also:
-
SERIALIZED_NAME_REMOTE_PUBKEY
- See Also:
-
SERIALIZED_NAME_CAPACITY
- See Also:
-
SERIALIZED_NAME_CLOSE_HEIGHT
- See Also:
-
SERIALIZED_NAME_SETTLED_BALANCE
- See Also:
-
SERIALIZED_NAME_TIME_LOCKED_BALANCE
- See Also:
-
SERIALIZED_NAME_CLOSE_TYPE
- See Also:
-
SERIALIZED_NAME_OPEN_INITIATOR
- See Also:
-
SERIALIZED_NAME_CLOSE_INITIATOR
- See Also:
-
SERIALIZED_NAME_RESOLUTIONS
- See Also:
-
SERIALIZED_NAME_ALIAS_SCIDS
- See Also:
-
SERIALIZED_NAME_ZERO_CONF_CONFIRMED_SCID
- See Also:
-
-
Constructor Details
-
LnrpcChannelCloseSummary
public LnrpcChannelCloseSummary()
-
-
Method Details
-
channelPoint
-
getChannelPoint
The outpoint (txid:index) of the funding transaction.- Returns:
- channelPoint
-
setChannelPoint
-
chanId
-
getChanId
The unique channel ID for the channel.- Returns:
- chanId
-
setChanId
-
chainHash
-
getChainHash
The hash of the genesis block that this channel resides within.- Returns:
- chainHash
-
setChainHash
-
closingTxHash
-
getClosingTxHash
The txid of the transaction which ultimately closed this channel.- Returns:
- closingTxHash
-
setClosingTxHash
-
remotePubkey
-
getRemotePubkey
Public key of the remote peer that we formerly had a channel with.- Returns:
- remotePubkey
-
setRemotePubkey
-
capacity
-
getCapacity
Total capacity of the channel.- Returns:
- capacity
-
setCapacity
-
closeHeight
-
getCloseHeight
Height at which the funding transaction was spent.- Returns:
- closeHeight
-
setCloseHeight
-
settledBalance
-
getSettledBalance
Get settledBalance- Returns:
- settledBalance
-
setSettledBalance
-
timeLockedBalance
-
getTimeLockedBalance
Get timeLockedBalance- Returns:
- timeLockedBalance
-
setTimeLockedBalance
-
closeType
-
getCloseType
Get closeType- Returns:
- closeType
-
setCloseType
-
openInitiator
-
getOpenInitiator
Get openInitiator- Returns:
- openInitiator
-
setOpenInitiator
-
closeInitiator
-
getCloseInitiator
Get closeInitiator- Returns:
- closeInitiator
-
setCloseInitiator
-
resolutions
-
addResolutionsItem
-
getResolutions
Get resolutions- Returns:
- resolutions
-
setResolutions
-
aliasScids
-
addAliasScidsItem
-
getAliasScids
This lists out the set of alias short channel ids that existed for the closed channel. This may be empty.- Returns:
- aliasScids
-
setAliasScids
-
zeroConfConfirmedScid
-
getZeroConfConfirmedScid
The confirmed SCID for a zero-conf channel.- Returns:
- zeroConfConfirmedScid
-
setZeroConfConfirmedScid
-
equals
-
hashCode
public int hashCode() -
toString
-