Class LnrpcOutPoint

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

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

  • Constructor Details

    • LnrpcOutPoint

      public LnrpcOutPoint()
  • Method Details

    • txidBytes

      public LnrpcOutPoint txidBytes(byte[] txidBytes)
    • getTxidBytes

      @Nullable public byte[] getTxidBytes()
      Raw bytes representing the transaction id.
      Returns:
      txidBytes
    • setTxidBytes

      public void setTxidBytes(byte[] txidBytes)
    • txidStr

      public LnrpcOutPoint txidStr(String txidStr)
    • getTxidStr

      @Nullable public String getTxidStr()
      Reversed, hex-encoded string representing the transaction id.
      Returns:
      txidStr
    • setTxidStr

      public void setTxidStr(String txidStr)
    • outputIndex

      public LnrpcOutPoint outputIndex(Long outputIndex)
    • getOutputIndex

      @Nullable public Long getOutputIndex()
      The index of the output on the transaction.
      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