Package net.osslabz.lnd.dto
Class LnrpcPendingUpdate
java.lang.Object
net.osslabz.lnd.dto.LnrpcPendingUpdate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcPendingUpdate
extends Object
LnrpcPendingUpdate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet outputIndexbyte[]getTxid()Get txidinthashCode()outputIndex(Long outputIndex) voidsetOutputIndex(Long outputIndex) voidsetTxid(byte[] txid) toString()txid(byte[] txid)
-
Field Details
-
SERIALIZED_NAME_TXID
- See Also:
-
SERIALIZED_NAME_OUTPUT_INDEX
- See Also:
-
-
Constructor Details
-
LnrpcPendingUpdate
public LnrpcPendingUpdate()
-
-
Method Details
-
txid
-
getTxid
@Nullable public byte[] getTxid()Get txid- Returns:
- txid
-
setTxid
public void setTxid(byte[] txid) -
outputIndex
-
getOutputIndex
Get outputIndex- Returns:
- outputIndex
-
setOutputIndex
-
equals
-
hashCode
public int hashCode() -
toString
-