CoinManagerInterface
interface CoinManagerInterface
A typed view of an on-chain 0x2::coin_manager::CoinManager<T> object.
Inheritors
| CoinManager |
Functions
| Name | Summary |
|---|---|
| id | abstract fun id(): ObjectId The object's ID. |
| immutableMetadata | abstract fun immutableMetadata(): ImmutableCoinMetadata? Frozen fallback metadata, used only if the original metadata has been frozen. |
| maximumSupply | abstract fun maximumSupply(): ULong? Optional maximum supply cap, in base units. |
| metadata | abstract fun metadata(): IotaCoinMetadata? The coin's CoinMetadata, if still held by the manager. |
| metadataImmutable | abstract fun metadataImmutable(): Boolean Whether the metadata is considered immutable. |
| supplyImmutable | abstract fun supplyImmutable(): Boolean Whether the supply is considered immutable. |
| treasuryCap | abstract fun treasuryCap(): TreasuryCap The embedded TreasuryCap controlling the coin's supply. |