Package net.osslabz.lnd.dto
Class PendingChannelsResponsePendingOpenChannel
java.lang.Object
net.osslabz.lnd.dto.PendingChannelsResponsePendingOpenChannel
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class PendingChannelsResponsePendingOpenChannel
extends Object
PendingChannelsResponsePendingOpenChannel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommitWeight(String commitWeight) booleanGet channelThe amount calculated to be paid in fees for the current set of commitment transactions.Get commitWeightThe required number of satoshis per kilo-weight that the requester will pay at all times, for both the funding transaction and commitment transaction.inthashCode()voidvoidsetCommitFee(String commitFee) voidsetCommitWeight(String commitWeight) voidsetFeePerKw(String feePerKw) toString()
-
Field Details
-
SERIALIZED_NAME_CHANNEL
- See Also:
-
SERIALIZED_NAME_COMMIT_FEE
- See Also:
-
SERIALIZED_NAME_COMMIT_WEIGHT
- See Also:
-
SERIALIZED_NAME_FEE_PER_KW
- See Also:
-
-
Constructor Details
-
PendingChannelsResponsePendingOpenChannel
public PendingChannelsResponsePendingOpenChannel()
-
-
Method Details
-
channel
public PendingChannelsResponsePendingOpenChannel channel(PendingChannelsResponsePendingChannel channel) -
getChannel
Get channel- Returns:
- channel
-
setChannel
-
commitFee
-
getCommitFee
The amount calculated to be paid in fees for the current set of commitment transactions. The fee amount is persisted with the channel in order to allow the fee amount to be removed and recalculated with each channel state update, including updates that happen after a system restart.- Returns:
- commitFee
-
setCommitFee
-
commitWeight
-
getCommitWeight
Get commitWeight- Returns:
- commitWeight
-
setCommitWeight
-
feePerKw
-
getFeePerKw
The required number of satoshis per kilo-weight that the requester will pay at all times, for both the funding transaction and commitment transaction. This value can later be updated once the channel is open.- Returns:
- feePerKw
-
setFeePerKw
-
equals
-
hashCode
public int hashCode() -
toString
-