@xyo-network/etherchain-ethereum-gas-v2-plugin 3.2.0-rc.4 → 3.2.0-rc.6
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/browser/Plugin.d.ts
CHANGED
|
@@ -42,9 +42,9 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
42
42
|
ephemeralQueryAccountEnabled?: boolean;
|
|
43
43
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
44
44
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").BaseParamsFields & {
|
|
45
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
45
|
+
account?: import(".store/@xyo-network-account-model-virtual-b12a718fca/package").AccountInstance | "random";
|
|
46
46
|
addToResolvers?: boolean;
|
|
47
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-
|
|
47
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-b12a718fca/package").AccountInstance[];
|
|
48
48
|
allowNameResolution?: boolean;
|
|
49
49
|
config: import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
50
50
|
schema: import("@xyo-network/payload-model").Schema;
|
package/dist/neutral/Plugin.d.ts
CHANGED
|
@@ -42,9 +42,9 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
42
42
|
ephemeralQueryAccountEnabled?: boolean;
|
|
43
43
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
44
44
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").BaseParamsFields & {
|
|
45
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
45
|
+
account?: import(".store/@xyo-network-account-model-virtual-b12a718fca/package").AccountInstance | "random";
|
|
46
46
|
addToResolvers?: boolean;
|
|
47
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-
|
|
47
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-b12a718fca/package").AccountInstance[];
|
|
48
48
|
allowNameResolution?: boolean;
|
|
49
49
|
config: import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
50
50
|
schema: import("@xyo-network/payload-model").Schema;
|
package/dist/node/Plugin.d.ts
CHANGED
|
@@ -42,9 +42,9 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
42
42
|
ephemeralQueryAccountEnabled?: boolean;
|
|
43
43
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
44
44
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").BaseParamsFields & {
|
|
45
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
45
|
+
account?: import(".store/@xyo-network-account-model-virtual-b12a718fca/package").AccountInstance | "random";
|
|
46
46
|
addToResolvers?: boolean;
|
|
47
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-
|
|
47
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-b12a718fca/package").AccountInstance[];
|
|
48
48
|
allowNameResolution?: boolean;
|
|
49
49
|
config: import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").DeepRestrictToStringKeys<{
|
|
50
50
|
schema: import("@xyo-network/payload-model").Schema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/etherchain-ethereum-gas-v2-plugin",
|
|
3
|
-
"version": "3.2.0-rc.
|
|
3
|
+
"version": "3.2.0-rc.6",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@xylabs/axios": "^4.4.25",
|
|
33
|
-
"@xyo-network/abstract-witness": "^3.6.0-rc.
|
|
34
|
-
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^3.2.0-rc.
|
|
35
|
-
"@xyo-network/module-model": "^3.6.0-rc.
|
|
36
|
-
"@xyo-network/payload-model": "^3.6.0-rc.
|
|
37
|
-
"@xyo-network/payloadset-plugin": "^3.6.0-rc.
|
|
38
|
-
"@xyo-network/witness-model": "^3.6.0-rc.
|
|
33
|
+
"@xyo-network/abstract-witness": "^3.6.0-rc.17",
|
|
34
|
+
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^3.2.0-rc.6",
|
|
35
|
+
"@xyo-network/module-model": "^3.6.0-rc.17",
|
|
36
|
+
"@xyo-network/payload-model": "^3.6.0-rc.17",
|
|
37
|
+
"@xyo-network/payloadset-plugin": "^3.6.0-rc.17",
|
|
38
|
+
"@xyo-network/witness-model": "^3.6.0-rc.17"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|
|
42
42
|
"@xylabs/tsconfig": "^4.2.6",
|
|
43
43
|
"@xylabs/vitest-extended": "^4.4.25",
|
|
44
|
-
"@xyo-network/payload-wrapper": "^3.6.0-rc.
|
|
44
|
+
"@xyo-network/payload-wrapper": "^3.6.0-rc.17",
|
|
45
45
|
"typescript": "^5.7.2",
|
|
46
46
|
"vitest": "^2.1.8"
|
|
47
47
|
},
|