Class MosaicSupplyRevocationTransactionV1Descriptor

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

Revoke mosaic (V1, latest).

Constructors

Properties

Methods

Constructors

Properties

rawDescriptor: {
    mosaic: any;
    sourceAddress: Address;
    type: string;
}

Type declaration

  • mosaic: any
  • sourceAddress: Address
  • type: string

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.