Package net.osslabz.lnd.dto
Class LnrpcPreviousOutPoint
java.lang.Object
net.osslabz.lnd.dto.LnrpcPreviousOutPoint
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcPreviousOutPoint
extends Object
LnrpcPreviousOutPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDenotes if the outpoint is controlled by the internal wallet.The outpoint in format txid:n.inthashCode()isOurOutput(Boolean isOurOutput) voidsetIsOurOutput(Boolean isOurOutput) voidsetOutpoint(String outpoint) toString()
-
Field Details
-
SERIALIZED_NAME_OUTPOINT
- See Also:
-
SERIALIZED_NAME_IS_OUR_OUTPUT
- See Also:
-
-
Constructor Details
-
LnrpcPreviousOutPoint
public LnrpcPreviousOutPoint()
-
-
Method Details
-
outpoint
-
getOutpoint
The outpoint in format txid:n.- Returns:
- outpoint
-
setOutpoint
-
isOurOutput
-
getIsOurOutput
Denotes if the outpoint is controlled by the internal wallet. The flag will only detect p2wkh, np2wkh and p2tr inputs as its own.- Returns:
- isOurOutput
-
setIsOurOutput
-
equals
-
hashCode
public int hashCode() -
toString
-