Skip to content

MosaicSupplyChangeTransactionV1Descriptor⚓︎

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

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

Constructors⚓︎

new MosaicSupplyChangeTransactionV1Descriptor()⚓︎

new MosaicSupplyChangeTransactionV1Descriptor(
   mosaicId, 
   action, 
   delta): MosaicSupplyChangeTransactionV1Descriptor

Creates a descriptor for MosaicSupplyChangeTransactionV1.

Parameters⚓︎

Parameter Type Description
mosaicId MosaicIdDescriptor mosaic id
action MosaicSupplyChangeAction supply change action
delta Amount change amount

Returns⚓︎

MosaicSupplyChangeTransactionV1Descriptor

Properties⚓︎

Property Type
rawDescriptor object
rawDescriptor.action MosaicSupplyChangeAction
rawDescriptor.delta Amount
rawDescriptor.mosaicId any
rawDescriptor.type string

Methods⚓︎

toMap()⚓︎

toMap(): object
MosaicSupplyChangeTransactionV1Descriptor.toMap
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.