Package net.osslabz.lnd.dto
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfundingAddress(String fundingAddress) fundingAmount(String fundingAmount) The P2WSH address of the channel funding multisig address that the below specified amount in satoshis needs to be sent to.The exact amount in satoshis that needs to be sent to the above address to fund the pending channel.byte[]getPsbt()A raw PSBT that contains the pending channel output.inthashCode()psbt(byte[] psbt) voidsetFundingAddress(String fundingAddress) voidsetFundingAmount(String fundingAmount) voidsetPsbt(byte[] psbt) toString()
-
Field Details
-
SERIALIZED_NAME_FUNDING_ADDRESS
- See Also:
-
SERIALIZED_NAME_FUNDING_AMOUNT
- See Also:
-
SERIALIZED_NAME_PSBT
- See Also:
-
-
Constructor Details
-
LnrpcReadyForPsbtFunding
public LnrpcReadyForPsbtFunding()
-
-
Method Details
-
fundingAddress
-
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
-
fundingAmount
-
getFundingAmount
The exact amount in satoshis that needs to be sent to the above address to fund the pending channel.- Returns:
- fundingAmount
-
setFundingAmount
-
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
-
hashCode
public int hashCode() -
toString
-