Skip to content

File: src/Xcm/v5/Assets/Assets.sol

Assets

Kind: source

Structs

struct Assets

An array of Assets.

FieldTypeDescription
itemsstruct Asset\[\]The items of the array.

Top-Level Functions

  • function fromAsset(struct Asset asset) internal pure returns (struct Assets)
    • Creates an Assets wrapper from a single Asset.
  • function fromAssets(struct Asset\[\] assets) internal pure returns (struct Assets)
    • Creates an Assets wrapper from an asset array.

Created with solidity-doc-generator