Class LnrpcTransaction

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

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

  • Constructor Details

    • LnrpcTransaction

      public LnrpcTransaction()
  • Method Details

    • txHash

      public LnrpcTransaction txHash(String txHash)
    • getTxHash

      @Nullable public String getTxHash()
      Get txHash
      Returns:
      txHash
    • setTxHash

      public void setTxHash(String txHash)
    • amount

      public LnrpcTransaction amount(String amount)
    • getAmount

      @Nullable public String getAmount()
      Get amount
      Returns:
      amount
    • setAmount

      public void setAmount(String amount)
    • numConfirmations

      public LnrpcTransaction numConfirmations(Integer numConfirmations)
    • getNumConfirmations

      @Nullable public Integer getNumConfirmations()
      Get numConfirmations
      Returns:
      numConfirmations
    • setNumConfirmations

      public void setNumConfirmations(Integer numConfirmations)
    • blockHash

      public LnrpcTransaction blockHash(String blockHash)
    • getBlockHash

      @Nullable public String getBlockHash()
      Get blockHash
      Returns:
      blockHash
    • setBlockHash

      public void setBlockHash(String blockHash)
    • blockHeight

      public LnrpcTransaction blockHeight(Integer blockHeight)
    • getBlockHeight

      @Nullable public Integer getBlockHeight()
      Get blockHeight
      Returns:
      blockHeight
    • setBlockHeight

      public void setBlockHeight(Integer blockHeight)
    • timeStamp

      public LnrpcTransaction timeStamp(String timeStamp)
    • getTimeStamp

      @Nullable public String getTimeStamp()
      Get timeStamp
      Returns:
      timeStamp
    • setTimeStamp

      public void setTimeStamp(String timeStamp)
    • totalFees

      public LnrpcTransaction totalFees(String totalFees)
    • getTotalFees

      @Nullable public String getTotalFees()
      Get totalFees
      Returns:
      totalFees
    • setTotalFees

      public void setTotalFees(String totalFees)
    • destAddresses

      public LnrpcTransaction destAddresses(List<String> destAddresses)
    • addDestAddressesItem

      public LnrpcTransaction addDestAddressesItem(String destAddressesItem)
    • getDestAddresses

      @Nullable public List<String> getDestAddresses()
      Addresses that received funds for this transaction. Deprecated as it is now incorporated in the output_details field.
      Returns:
      destAddresses
    • setDestAddresses

      public void setDestAddresses(List<String> destAddresses)
    • outputDetails

      public LnrpcTransaction outputDetails(List<LnrpcOutputDetail> outputDetails)
    • addOutputDetailsItem

      public LnrpcTransaction addOutputDetailsItem(LnrpcOutputDetail outputDetailsItem)
    • getOutputDetails

      @Nullable public List<LnrpcOutputDetail> getOutputDetails()
      Get outputDetails
      Returns:
      outputDetails
    • setOutputDetails

      public void setOutputDetails(List<LnrpcOutputDetail> outputDetails)
    • rawTxHex

      public LnrpcTransaction rawTxHex(String rawTxHex)
    • getRawTxHex

      @Nullable public String getRawTxHex()
      The raw transaction hex.
      Returns:
      rawTxHex
    • setRawTxHex

      public void setRawTxHex(String rawTxHex)
    • label

      public LnrpcTransaction label(String label)
    • getLabel

      @Nullable public String getLabel()
      A label that was optionally set on transaction broadcast.
      Returns:
      label
    • setLabel

      public void setLabel(String label)
    • previousOutpoints

      public LnrpcTransaction previousOutpoints(List<LnrpcPreviousOutPoint> previousOutpoints)
    • addPreviousOutpointsItem

      public LnrpcTransaction addPreviousOutpointsItem(LnrpcPreviousOutPoint previousOutpointsItem)
    • getPreviousOutpoints

      @Nullable public List<LnrpcPreviousOutPoint> getPreviousOutpoints()
      PreviousOutpoints/Inputs of this transaction.
      Returns:
      previousOutpoints
    • setPreviousOutpoints

      public void setPreviousOutpoints(List<LnrpcPreviousOutPoint> previousOutpoints)
    • 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