Package net.osslabz.lnd.dto
Class LnrpcTransaction
java.lang.Object
net.osslabz.lnd.dto.LnrpcTransaction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcTransaction
extends Object
LnrpcTransaction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDestAddressesItem(String destAddressesItem) addOutputDetailsItem(LnrpcOutputDetail outputDetailsItem) addPreviousOutpointsItem(LnrpcPreviousOutPoint previousOutpointsItem) blockHeight(Integer blockHeight) destAddresses(List<String> destAddresses) booleanGet amountGet blockHashGet blockHeightAddresses that received funds for this transaction.getLabel()A label that was optionally set on transaction broadcast.Get numConfirmationsGet outputDetailsPreviousOutpoints/Inputs of this transaction.The raw transaction hex.Get timeStampGet totalFeesGet txHashinthashCode()numConfirmations(Integer numConfirmations) outputDetails(List<LnrpcOutputDetail> outputDetails) previousOutpoints(List<LnrpcPreviousOutPoint> previousOutpoints) voidvoidsetBlockHash(String blockHash) voidsetBlockHeight(Integer blockHeight) voidsetDestAddresses(List<String> destAddresses) voidvoidsetNumConfirmations(Integer numConfirmations) voidsetOutputDetails(List<LnrpcOutputDetail> outputDetails) voidsetPreviousOutpoints(List<LnrpcPreviousOutPoint> previousOutpoints) voidsetRawTxHex(String rawTxHex) voidsetTimeStamp(String timeStamp) voidsetTotalFees(String totalFees) voidtoString()
-
Field Details
-
SERIALIZED_NAME_TX_HASH
- See Also:
-
SERIALIZED_NAME_AMOUNT
- See Also:
-
SERIALIZED_NAME_NUM_CONFIRMATIONS
- See Also:
-
SERIALIZED_NAME_BLOCK_HASH
- See Also:
-
SERIALIZED_NAME_BLOCK_HEIGHT
- See Also:
-
SERIALIZED_NAME_TIME_STAMP
- See Also:
-
SERIALIZED_NAME_TOTAL_FEES
- See Also:
-
SERIALIZED_NAME_DEST_ADDRESSES
- See Also:
-
SERIALIZED_NAME_OUTPUT_DETAILS
- See Also:
-
SERIALIZED_NAME_RAW_TX_HEX
- See Also:
-
SERIALIZED_NAME_LABEL
- See Also:
-
SERIALIZED_NAME_PREVIOUS_OUTPOINTS
- See Also:
-
-
Constructor Details
-
LnrpcTransaction
public LnrpcTransaction()
-
-
Method Details
-
txHash
-
getTxHash
Get txHash- Returns:
- txHash
-
setTxHash
-
amount
-
getAmount
Get amount- Returns:
- amount
-
setAmount
-
numConfirmations
-
getNumConfirmations
Get numConfirmations- Returns:
- numConfirmations
-
setNumConfirmations
-
blockHash
-
getBlockHash
Get blockHash- Returns:
- blockHash
-
setBlockHash
-
blockHeight
-
getBlockHeight
Get blockHeight- Returns:
- blockHeight
-
setBlockHeight
-
timeStamp
-
getTimeStamp
Get timeStamp- Returns:
- timeStamp
-
setTimeStamp
-
totalFees
-
getTotalFees
Get totalFees- Returns:
- totalFees
-
setTotalFees
-
destAddresses
-
addDestAddressesItem
-
getDestAddresses
Addresses that received funds for this transaction. Deprecated as it is now incorporated in the output_details field.- Returns:
- destAddresses
-
setDestAddresses
-
outputDetails
-
addOutputDetailsItem
-
getOutputDetails
Get outputDetails- Returns:
- outputDetails
-
setOutputDetails
-
rawTxHex
-
getRawTxHex
The raw transaction hex.- Returns:
- rawTxHex
-
setRawTxHex
-
label
-
getLabel
A label that was optionally set on transaction broadcast.- Returns:
- label
-
setLabel
-
previousOutpoints
-
addPreviousOutpointsItem
-
getPreviousOutpoints
PreviousOutpoints/Inputs of this transaction.- Returns:
- previousOutpoints
-
setPreviousOutpoints
-
equals
-
hashCode
public int hashCode() -
toString
-