File: src/Xcm/v5/Assets/Assets.sol
Assets
Kind: source
Structs
struct Assets
An array of Assets.
| Field | Type | Description |
|---|---|---|
items | struct Asset\[\] | The items of the array. |
Top-Level Functions
function fromAsset(struct Asset asset) internal pure returns (struct Assets)- Creates an
Assetswrapper from a singleAsset.
- Creates an
function fromAssets(struct Asset\[\] assets) internal pure returns (struct Assets)- Creates an
Assetswrapper from an asset array.
- Creates an