Expand description
Types related to Cardano values, such as Ada and native tokens.
Structs§
- Asset
Class - AssetClass is uniquely identifying a specific asset
- Lovelace
- Token
Name - Name of a token. This can be any arbitrary bytearray
- Value
- A value that can contain multiple asset classes
Enums§
- Currency
Symbol - Identifier of a currency, which could be either Ada (or tAda), or a native token represented by
it’s minting policy hash. A currency may be associated with multiple
AssetClass
es.