Interface: Tx_InNode
A transaction on the blockchain or in the mempool.
Properties
block
• Optional
block: BlockMetadata_InNode
Block data for this tx, if it is in a block.
Defined in
inputs
• inputs: TxInput_InNode
[]
Inputs of this transaction.
Defined in
isCoinbase
• isCoinbase: boolean
Whether this tx is a coinbase tx.
Defined in
lockTime
• lockTime: number
locktime
field of the transaction, tx is not valid before this time.
Defined in
outputs
• outputs: TxOutput_InNode
[]
Outputs of this transaction.
Defined in
size
• size: number
Serialized size of the tx.
Defined in
timeFirstSeen
• timeFirstSeen: number
UNIX timestamp when this tx has first been seen in the mempool. 0 if unknown -> make sure to check.
Defined in
tokenEntries
• tokenEntries: TokenEntry
[]
Tokens involved in this txs
Defined in
tokenFailedParsings
• tokenFailedParsings: TokenFailedParsing
[]
Failed parsing attempts of this tx
Defined in
tokenStatus
• tokenStatus: TokenStatus
Token status, i.e. whether this tx has any tokens or unintentional token burns or something unexpected, like failed parsings etc.
Defined in
txid
• txid: string
Transaction ID.
Defined in
version
• version: number
version
field of the transaction.