Structs§
- Coin
Manager - The purpose of a CoinManager is to allow access to all properties of a Coin on-chain from within a single shared object This includes access to the total supply and metadata In addition a optional maximum supply can be set and a custom additional Metadata field can be added. Holds all related objects to a Coin in a convenient shared function.
- Coin
Manager Treasury Cap - Like
TreasuryCap
, but for dealing withTreasuryCap
insideCoinManager
objects - Immutable
Coin Metadata - The immutable version of CoinMetadata, used in case of migrating from frozen
objects to a
CoinManager
holding the metadata.