stablecoin-studio
stablecoin-studio copied to clipboard
[CLI] Wipe more than 4294 tokens
As a User, I want to be able to mint more than 4294 token if the stable coin has 6 decimals
Context
Due to a Hedera data type issue, we are limited to send a uint32 number. Depending of the amount of decimals that the stable coin has, we are able to mint more or less tokens but never we can send a bigger number than 4294967296 includding decimals.
Description
We should modify the current data type in order to be able to wipe as many tokens as we able to.
Acceptance criteria
- Given an stable coin with 6 decimals I can wipe more than 4294 tokens.
Subtask
| ID | Status | Description | Owner |
|---|---|---|---|
| 1 | TODO |