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

binary layout for a mosaic levy

Constructors

Properties

Methods

Constructors

Properties

rawDescriptor: {
    fee: models.Amount;
    mosaicId: any;
    recipientAddress: Address;
    transferFeeType: MosaicTransferFeeType;
}

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.