Type alias TokenSupplyUpdate

TokenSupplyUpdate: {
    amount: Type;
}

The structure of a PLT mint/burn operation.

Type declaration

  • amount: Type

    The amount to mint/burn.

Generated using TypeDoc