Class MosaicSupplyChangeTransactionV1Descriptor

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

binary layout for a mosaic supply change transaction (V1, latest)

Constructors

Properties

Methods

Constructors

Properties

rawDescriptor: {
    action: models.MosaicSupplyChangeAction;
    delta: models.Amount;
    mosaicId: any;
    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.