Class LnrpcChannelPoint

java.lang.Object
net.osslabz.lnd.dto.LnrpcChannelPoint

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-07T12:03:34.958542131Z[Etc/UTC]") public class LnrpcChannelPoint extends Object
LnrpcChannelPoint
  • Field Details

  • Constructor Details

    • LnrpcChannelPoint

      public LnrpcChannelPoint()
  • Method Details

    • fundingTxidBytes

      public LnrpcChannelPoint fundingTxidBytes(byte[] fundingTxidBytes)
    • getFundingTxidBytes

      @Nullable public byte[] getFundingTxidBytes()
      Txid of the funding transaction. When using REST, this field must be encoded as base64.
      Returns:
      fundingTxidBytes
    • setFundingTxidBytes

      public void setFundingTxidBytes(byte[] fundingTxidBytes)
    • fundingTxidStr

      public LnrpcChannelPoint fundingTxidStr(String fundingTxidStr)
    • getFundingTxidStr

      @Nullable public String getFundingTxidStr()
      Hex-encoded string representing the byte-reversed hash of the funding transaction.
      Returns:
      fundingTxidStr
    • setFundingTxidStr

      public void setFundingTxidStr(String fundingTxidStr)
    • outputIndex

      public LnrpcChannelPoint outputIndex(Long outputIndex)
    • getOutputIndex

      @Nullable public Long getOutputIndex()
      Get outputIndex
      Returns:
      outputIndex
    • setOutputIndex

      public void setOutputIndex(Long outputIndex)
    • 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