Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

LtcTx

Hierarchy

  • LtcTx

Index

Properties

block

block: string

Hash of the block this transaction belongs to.

memberof

LtcTx

fee

fee: string

Fee paid for this transaction, in LTC.

memberof

LtcTx

flag

flag: number
memberof

LtcTx

hash

hash: string

Transaction hash.

memberof

LtcTx

height

height: number

Height of the block this transaction belongs to.

memberof

LtcTx

index

index: number

Index of the transaction in the block.

memberof

LtcTx

inputs

inputs: LtcTxInputs[]
memberof

LtcTx

locktime

locktime: number

Block this transaction was included in.

memberof

LtcTx

Optional outputs

outputs: LtcTxOutputs[]
memberof

LtcTx

ps

ps: number
memberof

LtcTx

rate

rate: string
memberof

LtcTx

ts

ts: number

Time of the transaction.

memberof

LtcTx

version

version: number

Index of the transaction.

memberof

LtcTx

Optional vin

vin: { txid: string; vout: number }[]

Optional vout

vout: { n: number; scriptPubKey: { addresses: string[] }; value: number }[]

witnessHash

witnessHash: string

Witness hash in case of a SegWit transaction.

memberof

LtcTx

Generated using TypeDoc