File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/snaps-sdk/src/types/handlers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export type FungibleAssetMarketData = {
2929/**
3030 * The arguments for the `onAssetsMarketData` handler.
3131 *
32- * @property assets - An object containing the asset and unit types.
32+ * @property assets - An array of objects containing the asset and unit types.
3333 * @property assets.asset - The CAIP-19 asset type of the asset.
3434 * @property assets.unit - The CAIP-19 asset type of the unit to use.
3535 */
@@ -52,7 +52,7 @@ export type OnAssetsMarketDataHandler = (
5252) => Promise < OnAssetsMarketDataResponse > ;
5353
5454/**
55- * The response from the market data query, containing market data for the requested asset .
55+ * The response from the market data query, containing market data for the requested assets .
5656 *
5757 * @property marketData - A nested object with two CAIP-19 keys that contains a {@link FungibleAssetMarketData} object or null between the two keys.
5858 */
You can’t perform that action at this time.
0 commit comments