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

Attach or detach a namespace to a Mosaic.(V1, latest) Setting an alias to a mosaic is only possible if the account announcing this transaction has also created the namespace and the mosaic involved.

Constructors

Properties

Methods

Constructors

Properties

rawDescriptor: {
    aliasAction: AliasAction;
    mosaicId: models.MosaicId;
    namespaceId: models.NamespaceId;
    type: string;
}

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.