Skip to main content

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

src/ChronikClientNode.ts:1039


inputs

inputs: TxInput_InNode[]

Inputs of this transaction.

Defined in

src/ChronikClientNode.ts:1033


isCoinbase

isCoinbase: boolean

Whether this tx is a coinbase tx.

Defined in

src/ChronikClientNode.ts:1048


lockTime

lockTime: number

locktime field of the transaction, tx is not valid before this time.

Defined in

src/ChronikClientNode.ts:1037


outputs

outputs: TxOutput_InNode[]

Outputs of this transaction.

Defined in

src/ChronikClientNode.ts:1035


size

size: number

Serialized size of the tx.

Defined in

src/ChronikClientNode.ts:1046


timeFirstSeen

timeFirstSeen: number

UNIX timestamp when this tx has first been seen in the mempool. 0 if unknown -> make sure to check.

Defined in

src/ChronikClientNode.ts:1044


tokenEntries

tokenEntries: TokenEntry[]

Tokens involved in this txs

Defined in

src/ChronikClientNode.ts:1050


tokenFailedParsings

tokenFailedParsings: TokenFailedParsing[]

Failed parsing attempts of this tx

Defined in

src/ChronikClientNode.ts:1052


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

src/ChronikClientNode.ts:1057


txid

txid: string

Transaction ID.

Defined in

src/ChronikClientNode.ts:1029


version

version: number

version field of the transaction.

Defined in

src/ChronikClientNode.ts:1031