Class MosaicSupplyRevocationTransactionV1Descriptor

java.lang.Object
org.symbol.sdk.symbol.descriptors.MosaicSupplyRevocationTransactionV1Descriptor
All Implemented Interfaces:

SymbolTransactionDescriptor, SymbolTypedDescriptor, TypedDescriptor


public final class MosaicSupplyRevocationTransactionV1Descriptor extends Object implements SymbolTransactionDescriptor
MosaicSupplyRevocationTransactionV1Descriptor

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

Revoke mosaic (V1, latest).

  • Constructor Details

    • MosaicSupplyRevocationTransactionV1Descriptor

      public MosaicSupplyRevocationTransactionV1Descriptor(Address sourceAddress, UnresolvedMosaicDescriptor mosaic)
      Creates a descriptor for MosaicSupplyRevocationTransactionV1.
      Parameters:

      sourceAddress - Address from which tokens should be revoked.

      mosaic - Revoked mosaic and amount.

  • Method Details