@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.
- package/dist/browser/Plugin.d.ts +81 -21
- package/dist/browser/Plugin.d.ts.map +1 -1
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/neutral/Plugin.d.ts +81 -21
- package/dist/neutral/Plugin.d.ts.map +1 -1
- package/dist/neutral/index.d.ts.map +1 -1
- package/dist/node/Plugin.d.ts +81 -21
- package/dist/node/Plugin.d.ts.map +1 -1
- package/dist/node/index.d.ts.map +1 -1
- package/package.json +15 -14
- package/src/index.ts +0 -1
package/dist/browser/Plugin.d.ts
CHANGED
|
@@ -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.
|
|
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("
|
|
7
|
-
schema: "network.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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.
|
|
16
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
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-
|
|
47
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance[];
|
|
19
48
|
allowNameResolution?: boolean;
|
|
20
|
-
config: import("
|
|
21
|
-
schema: "network.
|
|
22
|
-
|
|
23
|
-
|
|
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:
|
|
29
|
-
}
|
|
30
|
-
schema:
|
|
31
|
-
}
|
|
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;
|
|
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;
|
|
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/dist/neutral/Plugin.d.ts
CHANGED
|
@@ -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.
|
|
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("
|
|
7
|
-
schema: "network.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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.
|
|
16
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
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-
|
|
47
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance[];
|
|
19
48
|
allowNameResolution?: boolean;
|
|
20
|
-
config: import("
|
|
21
|
-
schema: "network.
|
|
22
|
-
|
|
23
|
-
|
|
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:
|
|
29
|
-
}
|
|
30
|
-
schema:
|
|
31
|
-
}
|
|
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;
|
|
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;
|
|
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/dist/node/Plugin.d.ts
CHANGED
|
@@ -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.
|
|
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("
|
|
7
|
-
schema: "network.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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.
|
|
16
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
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-
|
|
47
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance[];
|
|
19
48
|
allowNameResolution?: boolean;
|
|
20
|
-
config: import("
|
|
21
|
-
schema: "network.
|
|
22
|
-
|
|
23
|
-
|
|
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:
|
|
29
|
-
}
|
|
30
|
-
schema:
|
|
31
|
-
}
|
|
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;
|
|
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"}
|
package/dist/node/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,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.
|
|
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.
|
|
33
|
-
"@xyo-network/abstract-witness": "^3.
|
|
34
|
-
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^3.
|
|
35
|
-
"@xyo-network/module-model": "^3.
|
|
36
|
-
"@xyo-network/payload-model": "^3.
|
|
37
|
-
"@xyo-network/payloadset-plugin": "^3.
|
|
38
|
-
"@xyo-network/witness-model": "^3.
|
|
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.
|
|
42
|
-
"@xylabs/tsconfig": "^4.2.
|
|
43
|
-
"@xylabs/vitest-extended": "^4.4.
|
|
44
|
-
"@xyo-network/payload-wrapper": "^3.
|
|
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.
|
|
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