Package net.osslabz.lnd.dto
Class LnrpcChannelConstraints
java.lang.Object
net.osslabz.lnd.dto.LnrpcChannelConstraints
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcChannelConstraints
extends Object
LnrpcChannelConstraints
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchanReserveSat(String chanReserveSat) dustLimitSat(String dustLimitSat) booleanThe minimum satoshis this node is required to reserve in its balance.The CSV delay expressed in relative blocks.The dust limit (in satoshis) of the initiator's commitment tx.The total number of incoming HTLC's that the initiator will accept.The maximum amount of coins in millisatoshis that can be pending in this channel.The smallest HTLC in millisatoshis that the initiator will accept.inthashCode()maxAcceptedHtlcs(Long maxAcceptedHtlcs) maxPendingAmtMsat(String maxPendingAmtMsat) minHtlcMsat(String minHtlcMsat) voidsetChanReserveSat(String chanReserveSat) voidsetCsvDelay(Long csvDelay) voidsetDustLimitSat(String dustLimitSat) voidsetMaxAcceptedHtlcs(Long maxAcceptedHtlcs) voidsetMaxPendingAmtMsat(String maxPendingAmtMsat) voidsetMinHtlcMsat(String minHtlcMsat) toString()
-
Field Details
-
SERIALIZED_NAME_CSV_DELAY
- See Also:
-
SERIALIZED_NAME_CHAN_RESERVE_SAT
- See Also:
-
SERIALIZED_NAME_DUST_LIMIT_SAT
- See Also:
-
SERIALIZED_NAME_MAX_PENDING_AMT_MSAT
- See Also:
-
SERIALIZED_NAME_MIN_HTLC_MSAT
- See Also:
-
SERIALIZED_NAME_MAX_ACCEPTED_HTLCS
- See Also:
-
-
Constructor Details
-
LnrpcChannelConstraints
public LnrpcChannelConstraints()
-
-
Method Details
-
csvDelay
-
getCsvDelay
The CSV delay expressed in relative blocks. If the channel is force closed, we will need to wait for this many blocks before we can regain our funds.- Returns:
- csvDelay
-
setCsvDelay
-
chanReserveSat
-
getChanReserveSat
The minimum satoshis this node is required to reserve in its balance.- Returns:
- chanReserveSat
-
setChanReserveSat
-
dustLimitSat
-
getDustLimitSat
The dust limit (in satoshis) of the initiator's commitment tx.- Returns:
- dustLimitSat
-
setDustLimitSat
-
maxPendingAmtMsat
-
getMaxPendingAmtMsat
The maximum amount of coins in millisatoshis that can be pending in this channel.- Returns:
- maxPendingAmtMsat
-
setMaxPendingAmtMsat
-
minHtlcMsat
-
getMinHtlcMsat
The smallest HTLC in millisatoshis that the initiator will accept.- Returns:
- minHtlcMsat
-
setMinHtlcMsat
-
maxAcceptedHtlcs
-
getMaxAcceptedHtlcs
The total number of incoming HTLC's that the initiator will accept.- Returns:
- maxAcceptedHtlcs
-
setMaxAcceptedHtlcs
-
equals
-
hashCode
public int hashCode() -
toString
-