Options
All
  • Public
  • Public/Protected
  • All
Menu

Transaction information model included in all transactions

Hierarchy

Index

Constructors

constructor

  • new TransactionInfo(height: UInt64, index: number, id: string, hash?: undefined | string, merkleComponentHash?: undefined | string): TransactionInfo

Properties

Optional Readonly hash

hash: undefined | string

The transaction hash.

Readonly height

height: UInt64

The block height in which the transaction was included.

Readonly id

id: string

The transaction db id.

Readonly index

index: number

The index representing either transaction index/position within block or within an aggregate transaction.

Optional Readonly merkleComponentHash

merkleComponentHash: undefined | string

Generated using TypeDoc