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

Readonly resolutionEntries

resolutionEntries: ResolutionEntry<R>[]

Readonly resolutionType

resolutionType: ResolutionType

Readonly unresolved

unresolved: U

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