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.

Hierarchy

  • ResolutionStatement

Index

Constructors

constructor

Properties

height

height: UInt64

The block height

resolutionEntries

resolutionEntries: ResolutionEntry[]

The array of resolution entries.

resolutionType

resolutionType: ResolutionType

The resolution type

unresolved

unresolved: Address | MosaicId | NamespaceId

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