Interface Transaction

Hierarchy

  • Transaction

Properties

amount: string | number

The transaction amount, denominated in satoshis

blockHash: string

The hash of the block this transaction was included in

blockHeight: string | number

The height of the block this transaction was included in

destAddresses: string[]

Addresses that received funds for this transaction

label: string

A label that was optionally set on transaction broadcast.

numConfirmations: string | number

The number of confirmations

rawTxHex: string

The raw transaction hex.

timeStamp: string | number

Timestamp of this transaction

totalFees: string | number

Fees paid for this transaction

txHash: string

The transaction hash

Generated using TypeDoc