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 Details

  • Constructor Details

    • LnrpcHopHint

      public LnrpcHopHint()
  • Method Details

    • nodeId

      public LnrpcHopHint nodeId(String nodeId)
    • getNodeId

      @Nullable public String getNodeId()
      The public key of the node at the start of the channel.
      Returns:
      nodeId
    • setNodeId

      public void setNodeId(String nodeId)
    • chanId

      public LnrpcHopHint chanId(String chanId)
    • getChanId

      @Nullable public String getChanId()
      The unique identifier of the channel.
      Returns:
      chanId
    • setChanId

      public void setChanId(String chanId)
    • feeBaseMsat

      public LnrpcHopHint feeBaseMsat(Long feeBaseMsat)
    • getFeeBaseMsat

      @Nullable public Long getFeeBaseMsat()
      The base fee of the channel denominated in millisatoshis.
      Returns:
      feeBaseMsat
    • setFeeBaseMsat

      public void setFeeBaseMsat(Long feeBaseMsat)
    • feeProportionalMillionths

      public LnrpcHopHint feeProportionalMillionths(Long feeProportionalMillionths)
    • getFeeProportionalMillionths

      @Nullable public Long getFeeProportionalMillionths()
      The fee rate of the channel for sending one satoshi across it denominated in millionths of a satoshi.
      Returns:
      feeProportionalMillionths
    • setFeeProportionalMillionths

      public void setFeeProportionalMillionths(Long feeProportionalMillionths)
    • cltvExpiryDelta

      public LnrpcHopHint cltvExpiryDelta(Long cltvExpiryDelta)
    • getCltvExpiryDelta

      @Nullable public Long getCltvExpiryDelta()
      The time-lock delta of the channel.
      Returns:
      cltvExpiryDelta
    • setCltvExpiryDelta

      public void setCltvExpiryDelta(Long cltvExpiryDelta)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object