Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/infrastructure/transaction/CreateTransactionFromDTO"

Index

Functions

Const extractDeadline

  • extractDeadline(deadline?: undefined | string): Deadline

Const extractMosaics

  • extractMosaics(mosaics: any): Mosaic[]
  • Extract mosaics from encoded UInt64 notation.

    If most significant bit of byte 0 is set, then it is a namespaceId. If most significant bit of byte 0 is not set, then it is a mosaicId.

    Parameters

    • mosaics: any

      The DTO array of mosaics (with UInt64 Id notation)

    Returns Mosaic[]

Const extractRecipient

Generated using TypeDoc