Package net.osslabz.lnd.dto
Class InvoicesrpcSettleInvoiceMsg
java.lang.Object
net.osslabz.lnd.dto.InvoicesrpcSettleInvoiceMsg
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:38.664532692Z[Etc/UTC]")
public class InvoicesrpcSettleInvoiceMsg
extends Object
InvoicesrpcSettleInvoiceMsg
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]Externally discovered pre-image that should be used to settle the hold invoice.inthashCode()preimage(byte[] preimage) voidsetPreimage(byte[] preimage) toString()
-
Field Details
-
SERIALIZED_NAME_PREIMAGE
- See Also:
-
-
Constructor Details
-
InvoicesrpcSettleInvoiceMsg
public InvoicesrpcSettleInvoiceMsg()
-
-
Method Details
-
preimage
-
getPreimage
@Nullable public byte[] getPreimage()Externally discovered pre-image that should be used to settle the hold invoice.- Returns:
- preimage
-
setPreimage
public void setPreimage(byte[] preimage) -
equals
-
hashCode
public int hashCode() -
toString
-