@metamask-previews/sample-controllers 4.0.3-preview-3f2e0ea → 4.0.3-preview-a462582
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sample-gas-prices-service/sample-gas-prices-service-method-action-types.cjs +1 -1
- package/dist/sample-gas-prices-service/sample-gas-prices-service-method-action-types.cjs.map +1 -1
- package/dist/sample-gas-prices-service/sample-gas-prices-service-method-action-types.d.cts +5 -5
- package/dist/sample-gas-prices-service/sample-gas-prices-service-method-action-types.d.mts +5 -5
- package/dist/sample-gas-prices-service/sample-gas-prices-service-method-action-types.mjs +1 -1
- package/dist/sample-gas-prices-service/sample-gas-prices-service-method-action-types.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* This file is auto generated by
|
|
3
|
+
* This file is auto generated by `@metamask/messenger/generate-action-types`.
|
|
4
4
|
* Do not edit manually.
|
|
5
5
|
*/
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/sample-gas-prices-service/sample-gas-prices-service-method-action-types.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sample-gas-prices-service-method-action-types.cjs","sourceRoot":"","sources":["../../src/sample-gas-prices-service/sample-gas-prices-service-method-action-types.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated by
|
|
1
|
+
{"version":3,"file":"sample-gas-prices-service-method-action-types.cjs","sourceRoot":"","sources":["../../src/sample-gas-prices-service/sample-gas-prices-service-method-action-types.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated by `@metamask/messenger/generate-action-types`.\n * Do not edit manually.\n */\n\nimport type { SampleGasPricesService } from './sample-gas-prices-service';\n\n/**\n * Makes a request to the API in order to retrieve gas prices for a particular\n * chain.\n *\n * @param chainId - The chain ID for which you want to fetch gas prices.\n * @returns The gas prices for the given chain.\n */\nexport type SampleGasPricesServiceFetchGasPricesAction = {\n type: `SampleGasPricesService:fetchGasPrices`;\n handler: SampleGasPricesService['fetchGasPrices'];\n};\n\n/**\n * Union of all SampleGasPricesService action types.\n */\nexport type SampleGasPricesServiceMethodActions =\n SampleGasPricesServiceFetchGasPricesAction;\n"]}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is auto generated by
|
|
2
|
+
* This file is auto generated by `@metamask/messenger/generate-action-types`.
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
*/
|
|
5
5
|
import type { SampleGasPricesService } from "./sample-gas-prices-service.cjs";
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
8
|
-
*
|
|
7
|
+
* Makes a request to the API in order to retrieve gas prices for a particular
|
|
8
|
+
* chain.
|
|
9
9
|
*
|
|
10
|
-
* @param
|
|
11
|
-
* @
|
|
10
|
+
* @param chainId - The chain ID for which you want to fetch gas prices.
|
|
11
|
+
* @returns The gas prices for the given chain.
|
|
12
12
|
*/
|
|
13
13
|
export type SampleGasPricesServiceFetchGasPricesAction = {
|
|
14
14
|
type: `SampleGasPricesService:fetchGasPrices`;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is auto generated by
|
|
2
|
+
* This file is auto generated by `@metamask/messenger/generate-action-types`.
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
*/
|
|
5
5
|
import type { SampleGasPricesService } from "./sample-gas-prices-service.mjs";
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
8
|
-
*
|
|
7
|
+
* Makes a request to the API in order to retrieve gas prices for a particular
|
|
8
|
+
* chain.
|
|
9
9
|
*
|
|
10
|
-
* @param
|
|
11
|
-
* @
|
|
10
|
+
* @param chainId - The chain ID for which you want to fetch gas prices.
|
|
11
|
+
* @returns The gas prices for the given chain.
|
|
12
12
|
*/
|
|
13
13
|
export type SampleGasPricesServiceFetchGasPricesAction = {
|
|
14
14
|
type: `SampleGasPricesService:fetchGasPrices`;
|
package/dist/sample-gas-prices-service/sample-gas-prices-service-method-action-types.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sample-gas-prices-service-method-action-types.mjs","sourceRoot":"","sources":["../../src/sample-gas-prices-service/sample-gas-prices-service-method-action-types.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated by
|
|
1
|
+
{"version":3,"file":"sample-gas-prices-service-method-action-types.mjs","sourceRoot":"","sources":["../../src/sample-gas-prices-service/sample-gas-prices-service-method-action-types.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated by `@metamask/messenger/generate-action-types`.\n * Do not edit manually.\n */\n\nimport type { SampleGasPricesService } from './sample-gas-prices-service';\n\n/**\n * Makes a request to the API in order to retrieve gas prices for a particular\n * chain.\n *\n * @param chainId - The chain ID for which you want to fetch gas prices.\n * @returns The gas prices for the given chain.\n */\nexport type SampleGasPricesServiceFetchGasPricesAction = {\n type: `SampleGasPricesService:fetchGasPrices`;\n handler: SampleGasPricesService['fetchGasPrices'];\n};\n\n/**\n * Union of all SampleGasPricesService action types.\n */\nexport type SampleGasPricesServiceMethodActions =\n SampleGasPricesServiceFetchGasPricesAction;\n"]}
|