Class MosaicDefinitionTransactionV1Descriptor

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

Create a new mosaic (V1, latest).

Constructors

Properties

Methods

Constructors

Properties

rawDescriptor: {
    divisibility: number;
    duration: BlockDuration;
    flags: MosaicFlags;
    id: models.MosaicId;
    nonce: MosaicNonce;
    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.