Options
All
  • Public
  • Public/Protected
  • All
Menu

When a transaction includes an alias, a so called resolution statement reflects the resolved value for that block:

  • Address Resolution: An account alias was used in the block.
  • Mosaic Resolution: A mosaic alias was used in the block.

Type parameters

Hierarchy

  • ResolutionStatement

Index

Constructors

constructor

Properties

Readonly height

height: UInt64

The block height

Readonly resolutionEntries

resolutionEntries: ResolutionEntry<R>[]

The array of resolution entries.

Readonly resolutionType

resolutionType: ResolutionType

The resolution type

Readonly unresolved

unresolved: U

An unresolved address or unresolved mosaicId.

Methods

generateHash

Private getMaxSecondaryIdByPrimaryIdAndSecondaryId

  • getMaxSecondaryIdByPrimaryIdAndSecondaryId(primaryId: number, secondaryId: number): number
  • Get most recent available secondary id by a given primaryId

    Parameters

    • primaryId: number

      Primary source id

    • secondaryId: number

      Secondary source id

    Returns number

Generated using TypeDoc