Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TransactionInfo

Transaction information model included in all transactions

Hierarchy

Index

Constructors

constructor

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

Properties

Optional Readonly hash

hash?: string

Readonly height

height: UInt64

Readonly id

id: string

Readonly index

index: number

Optional Readonly merkleComponentHash

merkleComponentHash?: string

Generated using TypeDoc