ICoinManager
Namespace: IotaSdk
public interface ICoinManager
Attributes NullableContextAttribute
Methods
Id()
The object's ID.
ObjectId Id()
Returns
ImmutableMetadata()
Frozen fallback metadata, used only if the original metadata has been frozen.
ImmutableCoinMetadata? ImmutableMetadata()
Returns
MaximumSupply()
Optional maximum supply cap, in base units.
ulong? MaximumSupply()
Returns
Metadata()
The coin's CoinMetadata, if still held by the manager.
IotaCoinMetadata? Metadata()
Returns
MetadataImmutable()
Whether the metadata is considered immutable.
bool MetadataImmutable()
Returns
SupplyImmutable()
Whether the supply is considered immutable.
bool SupplyImmutable()
Returns
TreasuryCap()
The embedded TreasuryCap controlling the coin's supply.
TreasuryCap TreasuryCap()