Type safe descriptor used to generate a descriptor map for MosaicPropertyDescriptor.

binary layout for a mosaic property supported property names are: divisibility, initialSupply, supplyMutable, transferable

Constructors

Properties

Methods

Constructors

  • Creates a descriptor for MosaicProperty.

    Parameters

    • Optional name: string | Uint8Array

      property name

    • Optional value: string | Uint8Array

      property value

    Returns MosaicPropertyDescriptor

Properties

rawDescriptor: {}

Type declaration

    Methods

    • Builds a representation of this descriptor that can be passed to a factory function.

      Returns object

      Descriptor that can be passed to a factory function.