@xyo-network/etherchain-ethereum-gas-v2-plugin 3.1.2 → 3.2.0-rc.2

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.
@@ -1,32 +1,92 @@
1
- export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import(".store/@xylabs-object-npm-4.4.9-23a96f4f51/package").BaseParamsFields & {
1
+ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").BaseParamsFields & {
2
2
  account?: import("@xyo-network/account-model").AccountInstance | "random";
3
3
  addToResolvers?: boolean;
4
4
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
5
5
  allowNameResolution?: boolean;
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
- schema: "network.xyo.witness.config";
8
- }, "schema"> & {
9
- schema: "network.xyo.witness.config";
10
- }, "schema"> & {
11
- schema: string;
12
- };
6
+ config: import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
7
+ schema: import("@xyo-network/payload-model").Schema;
8
+ readonly archiving?: {
9
+ readonly archivists?: string[] | undefined;
10
+ readonly queries?: string[] | undefined;
11
+ } | undefined;
12
+ readonly allowedQueries?: string[] | undefined;
13
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
14
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
15
+ readonly labels?: {
16
+ [x: string]: string | undefined;
17
+ } | undefined;
18
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
19
+ readonly paging?: {
20
+ [x: string]: {
21
+ size?: number | undefined;
22
+ };
23
+ } | undefined;
24
+ readonly retry?: {
25
+ backoff?: number | undefined;
26
+ interval?: number | undefined;
27
+ retries?: number | undefined;
28
+ } | undefined;
29
+ readonly security?: {
30
+ readonly allowAnonymous?: boolean | undefined;
31
+ readonly allowed?: {
32
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
33
+ } | undefined;
34
+ readonly disallowed?: {
35
+ [x: string]: Lowercase<string>[];
36
+ } | undefined;
37
+ } | undefined;
38
+ readonly sign?: boolean | undefined;
39
+ readonly storeQueries?: boolean | undefined;
40
+ readonly timestamp?: boolean | undefined;
41
+ }>;
13
42
  ephemeralQueryAccountEnabled?: boolean;
14
43
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
15
- }, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.4.9-23a96f4f51/package").BaseParamsFields & {
16
- account?: import(".store/@xyo-network-account-model-virtual-b94ae9d87c/package").AccountInstance | "random";
44
+ }, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").BaseParamsFields & {
45
+ account?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance | "random";
17
46
  addToResolvers?: boolean;
18
- additionalSigners?: import(".store/@xyo-network-account-model-virtual-b94ae9d87c/package").AccountInstance[];
47
+ additionalSigners?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance[];
19
48
  allowNameResolution?: boolean;
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
- schema: "network.xyo.module.config";
22
- }, "schema"> & {
23
- schema: string;
24
- };
49
+ config: import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
50
+ schema: import("@xyo-network/payload-model").Schema;
51
+ readonly archiving?: {
52
+ readonly archivists?: string[] | undefined;
53
+ readonly queries?: string[] | undefined;
54
+ } | undefined;
55
+ readonly allowedQueries?: string[] | undefined;
56
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
57
+ readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
58
+ readonly labels?: {
59
+ [x: string]: string | undefined;
60
+ } | undefined;
61
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
62
+ readonly paging?: {
63
+ [x: string]: {
64
+ size?: number | undefined;
65
+ };
66
+ } | undefined;
67
+ readonly retry?: {
68
+ backoff?: number | undefined;
69
+ interval?: number | undefined;
70
+ retries?: number | undefined;
71
+ } | undefined;
72
+ readonly security?: {
73
+ readonly allowAnonymous?: boolean | undefined;
74
+ readonly allowed?: {
75
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
76
+ } | undefined;
77
+ readonly disallowed?: {
78
+ [x: string]: Lowercase<string>[];
79
+ } | undefined;
80
+ } | undefined;
81
+ readonly sign?: boolean | undefined;
82
+ readonly storeQueries?: boolean | undefined;
83
+ readonly timestamp?: boolean | undefined;
84
+ }>;
25
85
  ephemeralQueryAccountEnabled?: boolean;
26
86
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
27
- }, import("@xyo-network/module-model").ModuleEventData<object>>, {
28
- schema: string;
29
- } & import("@xyo-network/payload-model").PayloadFields, {
30
- schema: string;
31
- } & import("@xyo-network/payload-model").PayloadFields>>>;
87
+ }, import("@xyo-network/module-model").ModuleEventData<object>>, import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
88
+ schema: import("@xyo-network/payload-model").Schema;
89
+ }>, import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
90
+ schema: import("@xyo-network/payload-model").Schema;
91
+ }>>>>;
32
92
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASsvE,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;;;;;;;;0CAAoR,2BAA2B;;;;;;;;;;;;;;;;;yDADltG,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASk/H,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,qDAAgB;uBAAoD,4BAA4B;0BAAoC,CAAC;+BAAmC,CAAC;4BAAoD,CAAC;;+BAA8E,CAAC;0BAAkD,CAAC,SAAS,2BAA2B;8BAA8D,CAAC,SAAS,gBAAgB;uBAA+C,CAAC;;;qBAA6F,CAAC,SAAS,2BAA2B;uBAAiD,CAAC;;oBAAmD,CAAC;;;sBAAkF,CAAC;mBAAuB,CAAC;oBAA0C,CAAC;mBAAyC,CAAC;;yBAAsE,CAAC;mCAAuC,CAAC;4BAAmD,CAAC;;;+BAAwI,CAAC;;;;qBAA6H,CAAC;6BAAoD,CAAC;0BAAiD,CAAC;;;0CAAqH,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAD50L,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAE3B,OAAO,EAAE,6BAA6B,IAAI,OAAO,EAAE,6BAA6B,EAAE,MAAM,aAAa,CAAA;AACrG,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,OAAO,EAAE,6BAA6B,IAAI,OAAO,EAAE,6BAA6B,EAAE,MAAM,aAAa,CAAA;AACrG,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA"}
@@ -1,32 +1,92 @@
1
- export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import(".store/@xylabs-object-npm-4.4.9-23a96f4f51/package").BaseParamsFields & {
1
+ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").BaseParamsFields & {
2
2
  account?: import("@xyo-network/account-model").AccountInstance | "random";
3
3
  addToResolvers?: boolean;
4
4
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
5
5
  allowNameResolution?: boolean;
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
- schema: "network.xyo.witness.config";
8
- }, "schema"> & {
9
- schema: "network.xyo.witness.config";
10
- }, "schema"> & {
11
- schema: string;
12
- };
6
+ config: import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
7
+ schema: import("@xyo-network/payload-model").Schema;
8
+ readonly archiving?: {
9
+ readonly archivists?: string[] | undefined;
10
+ readonly queries?: string[] | undefined;
11
+ } | undefined;
12
+ readonly allowedQueries?: string[] | undefined;
13
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
14
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
15
+ readonly labels?: {
16
+ [x: string]: string | undefined;
17
+ } | undefined;
18
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
19
+ readonly paging?: {
20
+ [x: string]: {
21
+ size?: number | undefined;
22
+ };
23
+ } | undefined;
24
+ readonly retry?: {
25
+ backoff?: number | undefined;
26
+ interval?: number | undefined;
27
+ retries?: number | undefined;
28
+ } | undefined;
29
+ readonly security?: {
30
+ readonly allowAnonymous?: boolean | undefined;
31
+ readonly allowed?: {
32
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
33
+ } | undefined;
34
+ readonly disallowed?: {
35
+ [x: string]: Lowercase<string>[];
36
+ } | undefined;
37
+ } | undefined;
38
+ readonly sign?: boolean | undefined;
39
+ readonly storeQueries?: boolean | undefined;
40
+ readonly timestamp?: boolean | undefined;
41
+ }>;
13
42
  ephemeralQueryAccountEnabled?: boolean;
14
43
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
15
- }, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.4.9-23a96f4f51/package").BaseParamsFields & {
16
- account?: import(".store/@xyo-network-account-model-virtual-b94ae9d87c/package").AccountInstance | "random";
44
+ }, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").BaseParamsFields & {
45
+ account?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance | "random";
17
46
  addToResolvers?: boolean;
18
- additionalSigners?: import(".store/@xyo-network-account-model-virtual-b94ae9d87c/package").AccountInstance[];
47
+ additionalSigners?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance[];
19
48
  allowNameResolution?: boolean;
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
- schema: "network.xyo.module.config";
22
- }, "schema"> & {
23
- schema: string;
24
- };
49
+ config: import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
50
+ schema: import("@xyo-network/payload-model").Schema;
51
+ readonly archiving?: {
52
+ readonly archivists?: string[] | undefined;
53
+ readonly queries?: string[] | undefined;
54
+ } | undefined;
55
+ readonly allowedQueries?: string[] | undefined;
56
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
57
+ readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
58
+ readonly labels?: {
59
+ [x: string]: string | undefined;
60
+ } | undefined;
61
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
62
+ readonly paging?: {
63
+ [x: string]: {
64
+ size?: number | undefined;
65
+ };
66
+ } | undefined;
67
+ readonly retry?: {
68
+ backoff?: number | undefined;
69
+ interval?: number | undefined;
70
+ retries?: number | undefined;
71
+ } | undefined;
72
+ readonly security?: {
73
+ readonly allowAnonymous?: boolean | undefined;
74
+ readonly allowed?: {
75
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
76
+ } | undefined;
77
+ readonly disallowed?: {
78
+ [x: string]: Lowercase<string>[];
79
+ } | undefined;
80
+ } | undefined;
81
+ readonly sign?: boolean | undefined;
82
+ readonly storeQueries?: boolean | undefined;
83
+ readonly timestamp?: boolean | undefined;
84
+ }>;
25
85
  ephemeralQueryAccountEnabled?: boolean;
26
86
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
27
- }, import("@xyo-network/module-model").ModuleEventData<object>>, {
28
- schema: string;
29
- } & import("@xyo-network/payload-model").PayloadFields, {
30
- schema: string;
31
- } & import("@xyo-network/payload-model").PayloadFields>>>;
87
+ }, import("@xyo-network/module-model").ModuleEventData<object>>, import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
88
+ schema: import("@xyo-network/payload-model").Schema;
89
+ }>, import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
90
+ schema: import("@xyo-network/payload-model").Schema;
91
+ }>>>>;
32
92
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASsvE,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;;;;;;;;0CAAoR,2BAA2B;;;;;;;;;;;;;;;;;yDADltG,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASk/H,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,qDAAgB;uBAAoD,4BAA4B;0BAAoC,CAAC;+BAAmC,CAAC;4BAAoD,CAAC;;+BAA8E,CAAC;0BAAkD,CAAC,SAAS,2BAA2B;8BAA8D,CAAC,SAAS,gBAAgB;uBAA+C,CAAC;;;qBAA6F,CAAC,SAAS,2BAA2B;uBAAiD,CAAC;;oBAAmD,CAAC;;;sBAAkF,CAAC;mBAAuB,CAAC;oBAA0C,CAAC;mBAAyC,CAAC;;yBAAsE,CAAC;mCAAuC,CAAC;4BAAmD,CAAC;;;+BAAwI,CAAC;;;;qBAA6H,CAAC;6BAAoD,CAAC;0BAAiD,CAAC;;;0CAAqH,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAD50L,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAE3B,OAAO,EAAE,6BAA6B,IAAI,OAAO,EAAE,6BAA6B,EAAE,MAAM,aAAa,CAAA;AACrG,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,OAAO,EAAE,6BAA6B,IAAI,OAAO,EAAE,6BAA6B,EAAE,MAAM,aAAa,CAAA;AACrG,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA"}
@@ -1,32 +1,92 @@
1
- export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import(".store/@xylabs-object-npm-4.4.9-23a96f4f51/package").BaseParamsFields & {
1
+ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").BaseParamsFields & {
2
2
  account?: import("@xyo-network/account-model").AccountInstance | "random";
3
3
  addToResolvers?: boolean;
4
4
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
5
5
  allowNameResolution?: boolean;
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
- schema: "network.xyo.witness.config";
8
- }, "schema"> & {
9
- schema: "network.xyo.witness.config";
10
- }, "schema"> & {
11
- schema: string;
12
- };
6
+ config: import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
7
+ schema: import("@xyo-network/payload-model").Schema;
8
+ readonly archiving?: {
9
+ readonly archivists?: string[] | undefined;
10
+ readonly queries?: string[] | undefined;
11
+ } | undefined;
12
+ readonly allowedQueries?: string[] | undefined;
13
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
14
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
15
+ readonly labels?: {
16
+ [x: string]: string | undefined;
17
+ } | undefined;
18
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
19
+ readonly paging?: {
20
+ [x: string]: {
21
+ size?: number | undefined;
22
+ };
23
+ } | undefined;
24
+ readonly retry?: {
25
+ backoff?: number | undefined;
26
+ interval?: number | undefined;
27
+ retries?: number | undefined;
28
+ } | undefined;
29
+ readonly security?: {
30
+ readonly allowAnonymous?: boolean | undefined;
31
+ readonly allowed?: {
32
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
33
+ } | undefined;
34
+ readonly disallowed?: {
35
+ [x: string]: Lowercase<string>[];
36
+ } | undefined;
37
+ } | undefined;
38
+ readonly sign?: boolean | undefined;
39
+ readonly storeQueries?: boolean | undefined;
40
+ readonly timestamp?: boolean | undefined;
41
+ }>;
13
42
  ephemeralQueryAccountEnabled?: boolean;
14
43
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
15
- }, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.4.9-23a96f4f51/package").BaseParamsFields & {
16
- account?: import(".store/@xyo-network-account-model-virtual-b94ae9d87c/package").AccountInstance | "random";
44
+ }, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").BaseParamsFields & {
45
+ account?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance | "random";
17
46
  addToResolvers?: boolean;
18
- additionalSigners?: import(".store/@xyo-network-account-model-virtual-b94ae9d87c/package").AccountInstance[];
47
+ additionalSigners?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance[];
19
48
  allowNameResolution?: boolean;
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
- schema: "network.xyo.module.config";
22
- }, "schema"> & {
23
- schema: string;
24
- };
49
+ config: import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
50
+ schema: import("@xyo-network/payload-model").Schema;
51
+ readonly archiving?: {
52
+ readonly archivists?: string[] | undefined;
53
+ readonly queries?: string[] | undefined;
54
+ } | undefined;
55
+ readonly allowedQueries?: string[] | undefined;
56
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
57
+ readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
58
+ readonly labels?: {
59
+ [x: string]: string | undefined;
60
+ } | undefined;
61
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
62
+ readonly paging?: {
63
+ [x: string]: {
64
+ size?: number | undefined;
65
+ };
66
+ } | undefined;
67
+ readonly retry?: {
68
+ backoff?: number | undefined;
69
+ interval?: number | undefined;
70
+ retries?: number | undefined;
71
+ } | undefined;
72
+ readonly security?: {
73
+ readonly allowAnonymous?: boolean | undefined;
74
+ readonly allowed?: {
75
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
76
+ } | undefined;
77
+ readonly disallowed?: {
78
+ [x: string]: Lowercase<string>[];
79
+ } | undefined;
80
+ } | undefined;
81
+ readonly sign?: boolean | undefined;
82
+ readonly storeQueries?: boolean | undefined;
83
+ readonly timestamp?: boolean | undefined;
84
+ }>;
25
85
  ephemeralQueryAccountEnabled?: boolean;
26
86
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
27
- }, import("@xyo-network/module-model").ModuleEventData<object>>, {
28
- schema: string;
29
- } & import("@xyo-network/payload-model").PayloadFields, {
30
- schema: string;
31
- } & import("@xyo-network/payload-model").PayloadFields>>>;
87
+ }, import("@xyo-network/module-model").ModuleEventData<object>>, import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
88
+ schema: import("@xyo-network/payload-model").Schema;
89
+ }>, import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
90
+ schema: import("@xyo-network/payload-model").Schema;
91
+ }>>>>;
32
92
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASsvE,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B,8BAA8B,4BAA4B,wBAAwB,4BAA4B,8BAA8B,2BAA2B,iCAAiC,2BAA2B;;;;;;;;0CAAoR,2BAA2B;;;;;;;;;;;;;;;;;yDADltG,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASk/H,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,qDAAgB;uBAAoD,4BAA4B;0BAAoC,CAAC;+BAAmC,CAAC;4BAAoD,CAAC;;+BAA8E,CAAC;0BAAkD,CAAC,SAAS,2BAA2B;8BAA8D,CAAC,SAAS,gBAAgB;uBAA+C,CAAC;;;qBAA6F,CAAC,SAAS,2BAA2B;uBAAiD,CAAC;;oBAAmD,CAAC;;;sBAAkF,CAAC;mBAAuB,CAAC;oBAA0C,CAAC;mBAAyC,CAAC;;yBAAsE,CAAC;mCAAuC,CAAC;4BAAmD,CAAC;;;+BAAwI,CAAC;;;;qBAA6H,CAAC;6BAAoD,CAAC;0BAAiD,CAAC;;;0CAAqH,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAD50L,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAE3B,OAAO,EAAE,6BAA6B,IAAI,OAAO,EAAE,6BAA6B,EAAE,MAAM,aAAa,CAAA;AACrG,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,OAAO,EAAE,6BAA6B,IAAI,OAAO,EAAE,6BAA6B,EAAE,MAAM,aAAa,CAAA;AACrG,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/etherchain-ethereum-gas-v2-plugin",
3
- "version": "3.1.2",
3
+ "version": "3.2.0-rc.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,23 +29,24 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xylabs/axios": "^4.4.9",
33
- "@xyo-network/abstract-witness": "^3.5.1",
34
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^3.1.2",
35
- "@xyo-network/module-model": "^3.5.1",
36
- "@xyo-network/payload-model": "^3.5.1",
37
- "@xyo-network/payloadset-plugin": "^3.5.1",
38
- "@xyo-network/witness-model": "^3.5.1"
32
+ "@xylabs/axios": "^4.4.24",
33
+ "@xyo-network/abstract-witness": "^3.6.0-rc.11",
34
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^3.2.0-rc.2",
35
+ "@xyo-network/module-model": "^3.6.0-rc.11",
36
+ "@xyo-network/payload-model": "^3.6.0-rc.11",
37
+ "@xyo-network/payloadset-plugin": "^3.6.0-rc.11",
38
+ "@xyo-network/witness-model": "^3.6.0-rc.11"
39
39
  },
40
40
  "devDependencies": {
41
- "@xylabs/ts-scripts-yarn3": "^4.2.4",
42
- "@xylabs/tsconfig": "^4.2.4",
43
- "@xylabs/vitest-extended": "^4.4.9",
44
- "@xyo-network/payload-wrapper": "^3.5.1",
41
+ "@xylabs/ts-scripts-yarn3": "^4.2.6",
42
+ "@xylabs/tsconfig": "^4.2.6",
43
+ "@xylabs/vitest-extended": "^4.4.24",
44
+ "@xyo-network/payload-wrapper": "^3.6.0-rc.11",
45
45
  "typescript": "^5.7.2",
46
- "vitest": "^2.1.6"
46
+ "vitest": "^2.1.8"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
50
- }
50
+ },
51
+ "stableVersion": "3.1.2"
51
52
  }
package/src/index.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  export * from './Config.ts'
2
- // eslint-disable-next-line import-x/no-default-export
3
2
  export { EthereumGasEtherchainV2Plugin as default, EthereumGasEtherchainV2Plugin } from './Plugin.ts'
4
3
  export * from './Schema.ts'
5
4
  export * from './Witness.ts'