Expand description
An implementation of a simple fungible token.
Structs§
- A single coin in the fungible money system. A new-type wrapper around a
u128
value.
Enums§
- Errors that can occur when checking money transactions.
- The main constraint checker for the money piece. Allows spending and minting tokens.