Package net.osslabz.lnd.dto
Class LnrpcOutPoint
java.lang.Object
net.osslabz.lnd.dto.LnrpcOutPoint
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcOutPoint
extends Object
LnrpcOutPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe index of the output on the transaction.byte[]Raw bytes representing the transaction id.Reversed, hex-encoded string representing the transaction id.inthashCode()outputIndex(Long outputIndex) voidsetOutputIndex(Long outputIndex) voidsetTxidBytes(byte[] txidBytes) voidsetTxidStr(String txidStr) toString()txidBytes(byte[] txidBytes)
-
Field Details
-
SERIALIZED_NAME_TXID_BYTES
- See Also:
-
SERIALIZED_NAME_TXID_STR
- See Also:
-
SERIALIZED_NAME_OUTPUT_INDEX
- See Also:
-
-
Constructor Details
-
LnrpcOutPoint
public LnrpcOutPoint()
-
-
Method Details
-
txidBytes
-
getTxidBytes
@Nullable public byte[] getTxidBytes()Raw bytes representing the transaction id.- Returns:
- txidBytes
-
setTxidBytes
public void setTxidBytes(byte[] txidBytes) -
txidStr
-
getTxidStr
Reversed, hex-encoded string representing the transaction id.- Returns:
- txidStr
-
setTxidStr
-
outputIndex
-
getOutputIndex
The index of the output on the transaction.- Returns:
- outputIndex
-
setOutputIndex
-
equals
-
hashCode
public int hashCode() -
toString
-