File: src/Xcm/v5/Asset/Asset.sol
Asset
Kind: source
Structs
struct Asset
Either an amount of a single fungible asset, or a single well-identified non-fungible asset.
| Field | Type | Description |
|---|---|---|
id | struct AssetId | The overall asset identity (aka class, in the case of a non-fungible). |
fungibility | struct Fungibility | The fungibility of the asset, which contains either the amount (in the case of a fungible asset) or the instance ID, the secondary asset identifier. |