Package net.osslabz.lnd.dto
Class LnrpcHopHint
java.lang.Object
net.osslabz.lnd.dto.LnrpcHopHint
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:38.664532692Z[Etc/UTC]")
public class LnrpcHopHint
extends Object
LnrpcHopHint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncltvExpiryDelta(Long cltvExpiryDelta) booleanfeeBaseMsat(Long feeBaseMsat) feeProportionalMillionths(Long feeProportionalMillionths) The unique identifier of the channel.The time-lock delta of the channel.The base fee of the channel denominated in millisatoshis.The fee rate of the channel for sending one satoshi across it denominated in millionths of a satoshi.The public key of the node at the start of the channel.inthashCode()voidvoidsetCltvExpiryDelta(Long cltvExpiryDelta) voidsetFeeBaseMsat(Long feeBaseMsat) voidsetFeeProportionalMillionths(Long feeProportionalMillionths) voidtoString()
-
Field Details
-
SERIALIZED_NAME_NODE_ID
- See Also:
-
SERIALIZED_NAME_CHAN_ID
- See Also:
-
SERIALIZED_NAME_FEE_BASE_MSAT
- See Also:
-
SERIALIZED_NAME_FEE_PROPORTIONAL_MILLIONTHS
- See Also:
-
SERIALIZED_NAME_CLTV_EXPIRY_DELTA
- See Also:
-
-
Constructor Details
-
LnrpcHopHint
public LnrpcHopHint()
-
-
Method Details
-
nodeId
-
getNodeId
The public key of the node at the start of the channel.- Returns:
- nodeId
-
setNodeId
-
chanId
-
getChanId
The unique identifier of the channel.- Returns:
- chanId
-
setChanId
-
feeBaseMsat
-
getFeeBaseMsat
The base fee of the channel denominated in millisatoshis.- Returns:
- feeBaseMsat
-
setFeeBaseMsat
-
feeProportionalMillionths
-
getFeeProportionalMillionths
The fee rate of the channel for sending one satoshi across it denominated in millionths of a satoshi.- Returns:
- feeProportionalMillionths
-
setFeeProportionalMillionths
-
cltvExpiryDelta
-
getCltvExpiryDelta
The time-lock delta of the channel.- Returns:
- cltvExpiryDelta
-
setCltvExpiryDelta
-
equals
-
hashCode
public int hashCode() -
toString
-