ltc_bb_getTxSpecific RPC Method
Please note that this RPC method requires the Litecoin Blockbook RPC add-on enabled on your QuickNode endpoint.
Parameters
txid
string
REQUIRED
The transaction id
Returns
txid
string
The transaction id
hash
string
The transaction hash
version
integer
The transaction version
size
integer
The size of the transaction in bytes
vsize
integer
The virtual size of the transaction in bytes
weight
integer
The weight of the transaction
locktime
integer
The locktime of the transaction
vin
array
An array of transaction objects used as inputs for the current transaction
ismweb
boolean
Boolean value indicating if this is a mweb transaction
coinbase
string
The coinbase field for the input (only present for coinbase transactions)
txinwitness
array
Array of witness data (for segwit transactions)
sequence
integer
The sequence number for the input
txid
string
The transaction id (only present for non-coinbase inputs)
vout
integer
The output index (only present for non-coinbase inputs)
vout
array
An array of output transaction objects for the current transaction
ismweb
boolean
Boolean value indicating if this is a mweb transaction
value
number
The value of this output in LTC
n
integer
The output index
scriptPubKey
object
The script public key data
asm
string
The asm representation of the script
hex
string
The hex representation of the script
reqSigs
integer
The required signatures (may not be present for all script types)
type
string
The type of the script
addresses
array
Array of addresses associated with this output (may not be present for all script types)
hex
string
The raw hexadecimal representation of the transaction
blockhash
string
The hash of the block at which the transaction was included
confirmations
integer
The number of confirmations since this transaction was included in a block
time
integer
The unix timestamp of when the transaction was included in a block
blocktime
integer
The unix timestamp of when the block was confirmed
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free