Update reference.mdx

This commit is contained in:
pinkflower32 2025-01-29 22:40:35 +01:00 committed by GitHub
parent b319a4dceb
commit 10aa604dae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5003,7 +5003,7 @@ Function signature for encoding MultiAsset assetData.
Name | Type | Description |
------ | ------ | ------ |
`values` | `BigNumber`[] | Array of amounts that correspond to each asset to be transferred. Note that each value will be multiplied by the amount being filled in the order before transferring. |
`nestedAssetData` | string[] | Array of assetData fields that will be be dispatched to their correspnding AssetProxy contract. |
`nestedAssetData` | string[] | Array of assetData fields that will be be dispatched to their corresponding AssetProxy contract. |
**Returns:** *`ContractTxFunctionObj<void>`*