Skip to content

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.

FieldTypeDescription
idstruct AssetIdThe overall asset identity (aka class, in the case of a non-fungible).
fungibilitystruct FungibilityThe fungibility of the asset, which contains either the amount (in the case of a fungible asset) or the instance ID, the secondary asset identifier.

Created with solidity-doc-generator