@xyo-network/etherchain-ethereum-gas-v2-plugin 2.97.0-rc.1 → 2.97.1
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.cts +12 -12
- package/dist/browser/Plugin.d.cts.map +1 -1
- package/dist/browser/Plugin.d.mts +12 -12
- package/dist/browser/Plugin.d.mts.map +1 -1
- package/dist/browser/Plugin.d.ts +12 -12
- package/dist/browser/Plugin.d.ts.map +1 -1
- package/dist/browser/lib/getV2GasFromEtherchain.d.cts.map +1 -1
- package/dist/browser/lib/getV2GasFromEtherchain.d.mts.map +1 -1
- package/dist/browser/lib/getV2GasFromEtherchain.d.ts.map +1 -1
- package/dist/neutral/Plugin.d.cts +12 -12
- package/dist/neutral/Plugin.d.cts.map +1 -1
- package/dist/neutral/Plugin.d.mts +12 -12
- package/dist/neutral/Plugin.d.mts.map +1 -1
- package/dist/neutral/Plugin.d.ts +12 -12
- package/dist/neutral/Plugin.d.ts.map +1 -1
- package/dist/neutral/lib/getV2GasFromEtherchain.d.cts.map +1 -1
- package/dist/neutral/lib/getV2GasFromEtherchain.d.mts.map +1 -1
- package/dist/neutral/lib/getV2GasFromEtherchain.d.ts.map +1 -1
- package/dist/node/Plugin.d.cts +12 -12
- package/dist/node/Plugin.d.cts.map +1 -1
- package/dist/node/Plugin.d.mts +12 -12
- package/dist/node/Plugin.d.mts.map +1 -1
- package/dist/node/Plugin.d.ts +12 -12
- package/dist/node/Plugin.d.ts.map +1 -1
- package/dist/node/lib/getV2GasFromEtherchain.d.cts.map +1 -1
- package/dist/node/lib/getV2GasFromEtherchain.d.mts.map +1 -1
- package/dist/node/lib/getV2GasFromEtherchain.d.ts.map +1 -1
- package/package.json +13 -14
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
2
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
3
|
-
addToResolvers?: boolean
|
|
4
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
5
|
-
allowNameResolution?: boolean
|
|
2
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
3
|
+
addToResolvers?: boolean;
|
|
4
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
5
|
+
allowNameResolution?: boolean;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
7
|
schema: "network.xyo.witness.config";
|
|
8
8
|
}, "schema"> & {
|
|
@@ -10,20 +10,20 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
10
10
|
}, "schema"> & {
|
|
11
11
|
schema: string;
|
|
12
12
|
};
|
|
13
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
14
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
13
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
14
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
15
15
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
17
|
-
addToResolvers?: boolean
|
|
18
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
19
|
-
allowNameResolution?: boolean
|
|
16
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
|
+
addToResolvers?: boolean;
|
|
18
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
19
|
+
allowNameResolution?: boolean;
|
|
20
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
}, "schema"> & {
|
|
23
23
|
schema: string;
|
|
24
24
|
};
|
|
25
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
26
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
25
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
26
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
27
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>, {
|
|
28
28
|
schema: string;
|
|
29
29
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASkuE,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;;;;;;;;0CAAoR,2BAA2B;;;;;;;;;;;;;;;;;yDAD9rG,CAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
2
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
3
|
-
addToResolvers?: boolean
|
|
4
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
5
|
-
allowNameResolution?: boolean
|
|
2
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
3
|
+
addToResolvers?: boolean;
|
|
4
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
5
|
+
allowNameResolution?: boolean;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
7
|
schema: "network.xyo.witness.config";
|
|
8
8
|
}, "schema"> & {
|
|
@@ -10,20 +10,20 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
10
10
|
}, "schema"> & {
|
|
11
11
|
schema: string;
|
|
12
12
|
};
|
|
13
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
14
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
13
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
14
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
15
15
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
17
|
-
addToResolvers?: boolean
|
|
18
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
19
|
-
allowNameResolution?: boolean
|
|
16
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
|
+
addToResolvers?: boolean;
|
|
18
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
19
|
+
allowNameResolution?: boolean;
|
|
20
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
}, "schema"> & {
|
|
23
23
|
schema: string;
|
|
24
24
|
};
|
|
25
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
26
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
25
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
26
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
27
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>, {
|
|
28
28
|
schema: string;
|
|
29
29
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASkuE,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;;;;;;;;0CAAoR,2BAA2B;;;;;;;;;;;;;;;;;yDAD9rG,CAAA"}
|
package/dist/browser/Plugin.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
2
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
3
|
-
addToResolvers?: boolean
|
|
4
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
5
|
-
allowNameResolution?: boolean
|
|
2
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
3
|
+
addToResolvers?: boolean;
|
|
4
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
5
|
+
allowNameResolution?: boolean;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
7
|
schema: "network.xyo.witness.config";
|
|
8
8
|
}, "schema"> & {
|
|
@@ -10,20 +10,20 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
10
10
|
}, "schema"> & {
|
|
11
11
|
schema: string;
|
|
12
12
|
};
|
|
13
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
14
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
13
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
14
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
15
15
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
17
|
-
addToResolvers?: boolean
|
|
18
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
19
|
-
allowNameResolution?: boolean
|
|
16
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
|
+
addToResolvers?: boolean;
|
|
18
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
19
|
+
allowNameResolution?: boolean;
|
|
20
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
}, "schema"> & {
|
|
23
23
|
schema: string;
|
|
24
24
|
};
|
|
25
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
26
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
25
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
26
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
27
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>, {
|
|
28
28
|
schema: string;
|
|
29
29
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASkuE,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;;;;;;;;0CAAoR,2BAA2B;;;;;;;;;;;;;;;;;yDAD9rG,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,
|
|
1
|
+
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,OAAO,CAAC,+BAA+B,CAEtF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,
|
|
1
|
+
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,OAAO,CAAC,+BAA+B,CAEtF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,
|
|
1
|
+
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,OAAO,CAAC,+BAA+B,CAEtF,CAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
2
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
3
|
-
addToResolvers?: boolean
|
|
4
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
5
|
-
allowNameResolution?: boolean
|
|
2
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
3
|
+
addToResolvers?: boolean;
|
|
4
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
5
|
+
allowNameResolution?: boolean;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
7
|
schema: "network.xyo.witness.config";
|
|
8
8
|
}, "schema"> & {
|
|
@@ -10,20 +10,20 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
10
10
|
}, "schema"> & {
|
|
11
11
|
schema: string;
|
|
12
12
|
};
|
|
13
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
14
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
13
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
14
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
15
15
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
17
|
-
addToResolvers?: boolean
|
|
18
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
19
|
-
allowNameResolution?: boolean
|
|
16
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
|
+
addToResolvers?: boolean;
|
|
18
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
19
|
+
allowNameResolution?: boolean;
|
|
20
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
}, "schema"> & {
|
|
23
23
|
schema: string;
|
|
24
24
|
};
|
|
25
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
26
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
25
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
26
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
27
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>, {
|
|
28
28
|
schema: string;
|
|
29
29
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASkuE,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;;;;;;;;0CAAoR,2BAA2B;;;;;;;;;;;;;;;;;yDAD9rG,CAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
2
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
3
|
-
addToResolvers?: boolean
|
|
4
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
5
|
-
allowNameResolution?: boolean
|
|
2
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
3
|
+
addToResolvers?: boolean;
|
|
4
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
5
|
+
allowNameResolution?: boolean;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
7
|
schema: "network.xyo.witness.config";
|
|
8
8
|
}, "schema"> & {
|
|
@@ -10,20 +10,20 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
10
10
|
}, "schema"> & {
|
|
11
11
|
schema: string;
|
|
12
12
|
};
|
|
13
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
14
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
13
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
14
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
15
15
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
17
|
-
addToResolvers?: boolean
|
|
18
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
19
|
-
allowNameResolution?: boolean
|
|
16
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
|
+
addToResolvers?: boolean;
|
|
18
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
19
|
+
allowNameResolution?: boolean;
|
|
20
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
}, "schema"> & {
|
|
23
23
|
schema: string;
|
|
24
24
|
};
|
|
25
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
26
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
25
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
26
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
27
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>, {
|
|
28
28
|
schema: string;
|
|
29
29
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASkuE,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;;;;;;;;0CAAoR,2BAA2B;;;;;;;;;;;;;;;;;yDAD9rG,CAAA"}
|
package/dist/neutral/Plugin.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
2
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
3
|
-
addToResolvers?: boolean
|
|
4
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
5
|
-
allowNameResolution?: boolean
|
|
2
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
3
|
+
addToResolvers?: boolean;
|
|
4
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
5
|
+
allowNameResolution?: boolean;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
7
|
schema: "network.xyo.witness.config";
|
|
8
8
|
}, "schema"> & {
|
|
@@ -10,20 +10,20 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
10
10
|
}, "schema"> & {
|
|
11
11
|
schema: string;
|
|
12
12
|
};
|
|
13
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
14
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
13
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
14
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
15
15
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
17
|
-
addToResolvers?: boolean
|
|
18
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
19
|
-
allowNameResolution?: boolean
|
|
16
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
|
+
addToResolvers?: boolean;
|
|
18
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
19
|
+
allowNameResolution?: boolean;
|
|
20
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
}, "schema"> & {
|
|
23
23
|
schema: string;
|
|
24
24
|
};
|
|
25
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
26
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
25
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
26
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
27
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>, {
|
|
28
28
|
schema: string;
|
|
29
29
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASkuE,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;;;;;;;;0CAAoR,2BAA2B;;;;;;;;;;;;;;;;;yDAD9rG,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,
|
|
1
|
+
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,OAAO,CAAC,+BAA+B,CAEtF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,
|
|
1
|
+
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,OAAO,CAAC,+BAA+B,CAEtF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,
|
|
1
|
+
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,OAAO,CAAC,+BAA+B,CAEtF,CAAA"}
|
package/dist/node/Plugin.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
2
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
3
|
-
addToResolvers?: boolean
|
|
4
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
5
|
-
allowNameResolution?: boolean
|
|
2
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
3
|
+
addToResolvers?: boolean;
|
|
4
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
5
|
+
allowNameResolution?: boolean;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
7
|
schema: "network.xyo.witness.config";
|
|
8
8
|
}, "schema"> & {
|
|
@@ -10,20 +10,20 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
10
10
|
}, "schema"> & {
|
|
11
11
|
schema: string;
|
|
12
12
|
};
|
|
13
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
14
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
13
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
14
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
15
15
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
17
|
-
addToResolvers?: boolean
|
|
18
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
19
|
-
allowNameResolution?: boolean
|
|
16
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
|
+
addToResolvers?: boolean;
|
|
18
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
19
|
+
allowNameResolution?: boolean;
|
|
20
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
}, "schema"> & {
|
|
23
23
|
schema: string;
|
|
24
24
|
};
|
|
25
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
26
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
25
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
26
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
27
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>, {
|
|
28
28
|
schema: string;
|
|
29
29
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASkuE,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;;;;;;;;0CAAoR,2BAA2B;;;;;;;;;;;;;;;;;yDAD9rG,CAAA"}
|
package/dist/node/Plugin.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
2
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
3
|
-
addToResolvers?: boolean
|
|
4
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
5
|
-
allowNameResolution?: boolean
|
|
2
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
3
|
+
addToResolvers?: boolean;
|
|
4
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
5
|
+
allowNameResolution?: boolean;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
7
|
schema: "network.xyo.witness.config";
|
|
8
8
|
}, "schema"> & {
|
|
@@ -10,20 +10,20 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
10
10
|
}, "schema"> & {
|
|
11
11
|
schema: string;
|
|
12
12
|
};
|
|
13
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
14
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
13
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
14
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
15
15
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
17
|
-
addToResolvers?: boolean
|
|
18
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
19
|
-
allowNameResolution?: boolean
|
|
16
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
|
+
addToResolvers?: boolean;
|
|
18
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
19
|
+
allowNameResolution?: boolean;
|
|
20
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
}, "schema"> & {
|
|
23
23
|
schema: string;
|
|
24
24
|
};
|
|
25
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
26
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
25
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
26
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
27
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>, {
|
|
28
28
|
schema: string;
|
|
29
29
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASkuE,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;;;;;;;;0CAAoR,2BAA2B;;;;;;;;;;;;;;;;;yDAD9rG,CAAA"}
|
package/dist/node/Plugin.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
2
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
3
|
-
addToResolvers?: boolean
|
|
4
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
5
|
-
allowNameResolution?: boolean
|
|
2
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
3
|
+
addToResolvers?: boolean;
|
|
4
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
5
|
+
allowNameResolution?: boolean;
|
|
6
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
7
|
schema: "network.xyo.witness.config";
|
|
8
8
|
}, "schema"> & {
|
|
@@ -10,20 +10,20 @@ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/p
|
|
|
10
10
|
}, "schema"> & {
|
|
11
11
|
schema: string;
|
|
12
12
|
};
|
|
13
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
14
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
13
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
14
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
15
15
|
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
17
|
-
addToResolvers?: boolean
|
|
18
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
19
|
-
allowNameResolution?: boolean
|
|
16
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
|
+
addToResolvers?: boolean;
|
|
18
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
19
|
+
allowNameResolution?: boolean;
|
|
20
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
}, "schema"> & {
|
|
23
23
|
schema: string;
|
|
24
24
|
};
|
|
25
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
26
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
25
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
26
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
27
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>, {
|
|
28
28
|
schema: string;
|
|
29
29
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASkuE,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;;;;;;;;0CAAoR,2BAA2B;;;;;;;;;;;;;;;;;yDAD9rG,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,
|
|
1
|
+
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,OAAO,CAAC,+BAA+B,CAEtF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,
|
|
1
|
+
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,OAAO,CAAC,+BAA+B,CAEtF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,
|
|
1
|
+
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,OAAO,CAAC,+BAA+B,CAEtF,CAAA"}
|
package/package.json
CHANGED
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/axios": "^3.5.1",
|
|
14
|
-
"@xyo-network/abstract-witness": "
|
|
15
|
-
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~2.97.
|
|
16
|
-
"@xyo-network/module-model": "
|
|
17
|
-
"@xyo-network/payload-model": "
|
|
18
|
-
"@xyo-network/payloadset-plugin": "
|
|
19
|
-
"@xyo-network/witness-model": "
|
|
14
|
+
"@xyo-network/abstract-witness": "^2.107.4",
|
|
15
|
+
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~2.97.1",
|
|
16
|
+
"@xyo-network/module-model": "^2.107.4",
|
|
17
|
+
"@xyo-network/payload-model": "^2.107.4",
|
|
18
|
+
"@xyo-network/payloadset-plugin": "^2.107.4",
|
|
19
|
+
"@xyo-network/witness-model": "^2.107.4"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
23
|
-
"@xylabs/tsconfig": "^3.11.
|
|
24
|
-
"@xyo-network/account": "
|
|
25
|
-
"@xyo-network/payload-wrapper": "
|
|
26
|
-
"typescript": "^5.
|
|
22
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.10",
|
|
23
|
+
"@xylabs/tsconfig": "^3.11.10",
|
|
24
|
+
"@xyo-network/account": "^2.107.4",
|
|
25
|
+
"@xyo-network/payload-wrapper": "^2.107.4",
|
|
26
|
+
"typescript": "^5.5.2"
|
|
27
27
|
},
|
|
28
28
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
29
29
|
"types": "dist/node/index.d.ts",
|
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
65
65
|
},
|
|
66
66
|
"sideEffects": false,
|
|
67
|
-
"version": "2.97.
|
|
68
|
-
"type": "module"
|
|
69
|
-
"stableVersion": "2.96.0"
|
|
67
|
+
"version": "2.97.1",
|
|
68
|
+
"type": "module"
|
|
70
69
|
}
|