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

A quantity of a certain mosaic, specified either through a MosaicId or an alias.

Constructors

Properties

Methods

Constructors

Properties

rawDescriptor: {
    amount: models.Amount;
    mosaicId: UnresolvedMosaicId;
}

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.