Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfirmedTransaction<T>

Type parameters

Hierarchy

Index

Properties

confirmations

confirmations: number

depth of the transaction's block, starting at 1 as soon as transaction is in a block

height

height: number

Optional log

log: undefined | string

Application specific logging output in an arbitrary text format that may change at any time.

Optional result

result: Uint8Array

application specific data from executing tx (result, code, tags...)

transaction

transaction: T

The transaction content

transactionId

transactionId: TransactionId

a unique identifier (hash of the transaction)

Generated using TypeDoc