Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Transaction

Index

Constructors

  • new Transaction(transfers: Map<string, number>, hash: string, fee: number, blockHeight: number, timestamp: number, paymentID: string, unlockTime: number, isCoinbaseTransaction: boolean): Transaction
  • Parameters

    • transfers: Map<string, number>
    • hash: string
    • fee: number
    • blockHeight: number
    • timestamp: number
    • paymentID: string
    • unlockTime: number
    • isCoinbaseTransaction: boolean

    Returns Transaction

Properties

blockHeight: number
fee: number
hash: string
isCoinbaseTransaction: boolean
paymentID: string
timestamp: number
transfers: Map<string, number>
unlockTime: number

Methods

  • isFusionTransaction(): boolean
  • toJSON(): TransactionJSON
  • totalAmount(): number

Generated using TypeDoc