Options
All
  • Public
  • Public/Protected
  • All
Menu

A mosaic describes an instance of a mosaic definition. Mosaics can be transferred by means of a transfer transaction.

Hierarchy

  • MetadataEntry

Index

Constructors

constructor

  • Constructor

    Parameters

    • compositeHash: string

      The composite hash

    • senderPublicKey: string

      The metadata sender's public key

    • targetPublicKey: string

      The metadata target public key

    • scopedMetadataKey: UInt64

      The key scoped to source, target and type

    • metadataType: MetadataType

      The metadata type (Account | Mosaic | Namespace)

    • value: string

      The metadata value

    • Optional targetId: MosaicId | NamespaceId

      The target mosaic or namespace identifier

    Returns MetadataEntry

Properties

compositeHash

compositeHash: string

The composite hash

metadataType

metadataType: MetadataType

The metadata type (Account | Mosaic | Namespace)

scopedMetadataKey

scopedMetadataKey: UInt64

The key scoped to source, target and type

senderPublicKey

senderPublicKey: string

The metadata sender's public key

Optional targetId

targetId: MosaicId | NamespaceId

The target mosaic or namespace identifier

targetPublicKey

targetPublicKey: string

The metadata target public key

value

value: string

The metadata value

Generated using TypeDoc