Class LnrpcReadyForPsbtFunding

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

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

  • Constructor Details

    • LnrpcReadyForPsbtFunding

      public LnrpcReadyForPsbtFunding()
  • Method Details

    • fundingAddress

      public LnrpcReadyForPsbtFunding fundingAddress(String fundingAddress)
    • getFundingAddress

      @Nullable public String getFundingAddress()
      The P2WSH address of the channel funding multisig address that the below specified amount in satoshis needs to be sent to.
      Returns:
      fundingAddress
    • setFundingAddress

      public void setFundingAddress(String fundingAddress)
    • fundingAmount

      public LnrpcReadyForPsbtFunding fundingAmount(String fundingAmount)
    • getFundingAmount

      @Nullable public String getFundingAmount()
      The exact amount in satoshis that needs to be sent to the above address to fund the pending channel.
      Returns:
      fundingAmount
    • setFundingAmount

      public void setFundingAmount(String fundingAmount)
    • psbt

      public LnrpcReadyForPsbtFunding psbt(byte[] psbt)
    • getPsbt

      @Nullable public byte[] getPsbt()
      A raw PSBT that contains the pending channel output. If a base PSBT was provided in the PsbtShim, this is the base PSBT with one additional output. If no base PSBT was specified, this is an otherwise empty PSBT with exactly one output.
      Returns:
      psbt
    • setPsbt

      public void setPsbt(byte[] psbt)
    • 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