@xyo-network/etherchain-ethereum-gas-v2-plugin 3.4.1 → 3.4.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/index.d.ts +7 -77
- package/dist/neutral/index.d.ts +7 -77
- package/dist/node/index.d.ts +7 -77
- package/package.json +11 -11
package/dist/browser/index.d.ts
CHANGED
|
@@ -19,92 +19,22 @@ declare const EthereumGasEtherchainV2Plugin: () => _xyo_network_payloadset_plugi
|
|
|
19
19
|
addToResolvers?: boolean;
|
|
20
20
|
additionalSigners?: _xyo_network_account_model.AccountInstance[];
|
|
21
21
|
allowNameResolution?: boolean;
|
|
22
|
-
config:
|
|
23
|
-
schema: _xyo_network_payload_model.Schema;
|
|
24
|
-
readonly archiving?: {
|
|
25
|
-
readonly archivists?: string[] | undefined;
|
|
26
|
-
readonly queries?: string[] | undefined;
|
|
27
|
-
} | undefined;
|
|
28
|
-
readonly allowedQueries?: string[] | undefined;
|
|
29
|
-
readonly archivist?: _xyo_network_module_model.ModuleIdentifier | undefined;
|
|
30
|
-
readonly consoleLogger?: _xylabs_logger.LogLevel | undefined;
|
|
31
|
-
readonly labels?: {
|
|
32
|
-
[x: string]: string | undefined;
|
|
33
|
-
} | undefined;
|
|
34
|
-
readonly name?: _xyo_network_module_model.ModuleName | undefined;
|
|
35
|
-
readonly paging?: {
|
|
36
|
-
[x: string]: {
|
|
37
|
-
size?: number | undefined;
|
|
38
|
-
};
|
|
39
|
-
} | undefined;
|
|
40
|
-
readonly retry?: {
|
|
41
|
-
backoff?: number | undefined;
|
|
42
|
-
interval?: number | undefined;
|
|
43
|
-
retries?: number | undefined;
|
|
44
|
-
} | undefined;
|
|
45
|
-
readonly security?: {
|
|
46
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
47
|
-
readonly allowed?: {
|
|
48
|
-
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
49
|
-
} | undefined;
|
|
50
|
-
readonly disallowed?: {
|
|
51
|
-
[x: string]: Lowercase<string>[];
|
|
52
|
-
} | undefined;
|
|
53
|
-
} | undefined;
|
|
54
|
-
readonly sign?: boolean | undefined;
|
|
55
|
-
readonly storeQueries?: boolean | undefined;
|
|
56
|
-
readonly timestamp?: boolean | undefined;
|
|
57
|
-
}>;
|
|
22
|
+
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_witness_model.WitnessConfig<void, void>>;
|
|
58
23
|
ephemeralQueryAccountEnabled?: boolean;
|
|
59
24
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
25
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
26
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
60
27
|
}, _xyo_network_witness_model.WitnessModuleEventData<_xyo_network_module_model.ModuleInstance<_store__xylabs_object_npm_4_5_1_e31c389195_package.BaseParamsFields & {
|
|
61
28
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
62
29
|
addToResolvers?: boolean;
|
|
63
30
|
additionalSigners?: _xyo_network_account_model.AccountInstance[];
|
|
64
31
|
allowNameResolution?: boolean;
|
|
65
|
-
config:
|
|
66
|
-
schema: _xyo_network_payload_model.Schema;
|
|
67
|
-
readonly archiving?: {
|
|
68
|
-
readonly archivists?: string[] | undefined;
|
|
69
|
-
readonly queries?: string[] | undefined;
|
|
70
|
-
} | undefined;
|
|
71
|
-
readonly allowedQueries?: string[] | undefined;
|
|
72
|
-
readonly archivist?: _xyo_network_module_model.ModuleIdentifier | undefined;
|
|
73
|
-
readonly consoleLogger?: _xylabs_logger.LogLevel | undefined;
|
|
74
|
-
readonly labels?: {
|
|
75
|
-
[x: string]: string | undefined;
|
|
76
|
-
} | undefined;
|
|
77
|
-
readonly name?: _xyo_network_module_model.ModuleName | undefined;
|
|
78
|
-
readonly paging?: {
|
|
79
|
-
[x: string]: {
|
|
80
|
-
size?: number | undefined;
|
|
81
|
-
};
|
|
82
|
-
} | undefined;
|
|
83
|
-
readonly retry?: {
|
|
84
|
-
backoff?: number | undefined;
|
|
85
|
-
interval?: number | undefined;
|
|
86
|
-
retries?: number | undefined;
|
|
87
|
-
} | undefined;
|
|
88
|
-
readonly security?: {
|
|
89
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
90
|
-
readonly allowed?: {
|
|
91
|
-
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
92
|
-
} | undefined;
|
|
93
|
-
readonly disallowed?: {
|
|
94
|
-
[x: string]: Lowercase<string>[];
|
|
95
|
-
} | undefined;
|
|
96
|
-
} | undefined;
|
|
97
|
-
readonly sign?: boolean | undefined;
|
|
98
|
-
readonly storeQueries?: boolean | undefined;
|
|
99
|
-
readonly timestamp?: boolean | undefined;
|
|
100
|
-
}>;
|
|
32
|
+
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
101
33
|
ephemeralQueryAccountEnabled?: boolean;
|
|
102
34
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
schema: _xyo_network_payload_model.Schema;
|
|
107
|
-
}>>>>;
|
|
35
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
36
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
37
|
+
}, _xyo_network_module_model.ModuleEventData<object>>, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload>>>;
|
|
108
38
|
|
|
109
39
|
type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
|
|
110
40
|
declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -19,92 +19,22 @@ declare const EthereumGasEtherchainV2Plugin: () => _xyo_network_payloadset_plugi
|
|
|
19
19
|
addToResolvers?: boolean;
|
|
20
20
|
additionalSigners?: _xyo_network_account_model.AccountInstance[];
|
|
21
21
|
allowNameResolution?: boolean;
|
|
22
|
-
config:
|
|
23
|
-
schema: _xyo_network_payload_model.Schema;
|
|
24
|
-
readonly archiving?: {
|
|
25
|
-
readonly archivists?: string[] | undefined;
|
|
26
|
-
readonly queries?: string[] | undefined;
|
|
27
|
-
} | undefined;
|
|
28
|
-
readonly allowedQueries?: string[] | undefined;
|
|
29
|
-
readonly archivist?: _xyo_network_module_model.ModuleIdentifier | undefined;
|
|
30
|
-
readonly consoleLogger?: _xylabs_logger.LogLevel | undefined;
|
|
31
|
-
readonly labels?: {
|
|
32
|
-
[x: string]: string | undefined;
|
|
33
|
-
} | undefined;
|
|
34
|
-
readonly name?: _xyo_network_module_model.ModuleName | undefined;
|
|
35
|
-
readonly paging?: {
|
|
36
|
-
[x: string]: {
|
|
37
|
-
size?: number | undefined;
|
|
38
|
-
};
|
|
39
|
-
} | undefined;
|
|
40
|
-
readonly retry?: {
|
|
41
|
-
backoff?: number | undefined;
|
|
42
|
-
interval?: number | undefined;
|
|
43
|
-
retries?: number | undefined;
|
|
44
|
-
} | undefined;
|
|
45
|
-
readonly security?: {
|
|
46
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
47
|
-
readonly allowed?: {
|
|
48
|
-
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
49
|
-
} | undefined;
|
|
50
|
-
readonly disallowed?: {
|
|
51
|
-
[x: string]: Lowercase<string>[];
|
|
52
|
-
} | undefined;
|
|
53
|
-
} | undefined;
|
|
54
|
-
readonly sign?: boolean | undefined;
|
|
55
|
-
readonly storeQueries?: boolean | undefined;
|
|
56
|
-
readonly timestamp?: boolean | undefined;
|
|
57
|
-
}>;
|
|
22
|
+
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_witness_model.WitnessConfig<void, void>>;
|
|
58
23
|
ephemeralQueryAccountEnabled?: boolean;
|
|
59
24
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
25
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
26
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
60
27
|
}, _xyo_network_witness_model.WitnessModuleEventData<_xyo_network_module_model.ModuleInstance<_store__xylabs_object_npm_4_5_1_e31c389195_package.BaseParamsFields & {
|
|
61
28
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
62
29
|
addToResolvers?: boolean;
|
|
63
30
|
additionalSigners?: _xyo_network_account_model.AccountInstance[];
|
|
64
31
|
allowNameResolution?: boolean;
|
|
65
|
-
config:
|
|
66
|
-
schema: _xyo_network_payload_model.Schema;
|
|
67
|
-
readonly archiving?: {
|
|
68
|
-
readonly archivists?: string[] | undefined;
|
|
69
|
-
readonly queries?: string[] | undefined;
|
|
70
|
-
} | undefined;
|
|
71
|
-
readonly allowedQueries?: string[] | undefined;
|
|
72
|
-
readonly archivist?: _xyo_network_module_model.ModuleIdentifier | undefined;
|
|
73
|
-
readonly consoleLogger?: _xylabs_logger.LogLevel | undefined;
|
|
74
|
-
readonly labels?: {
|
|
75
|
-
[x: string]: string | undefined;
|
|
76
|
-
} | undefined;
|
|
77
|
-
readonly name?: _xyo_network_module_model.ModuleName | undefined;
|
|
78
|
-
readonly paging?: {
|
|
79
|
-
[x: string]: {
|
|
80
|
-
size?: number | undefined;
|
|
81
|
-
};
|
|
82
|
-
} | undefined;
|
|
83
|
-
readonly retry?: {
|
|
84
|
-
backoff?: number | undefined;
|
|
85
|
-
interval?: number | undefined;
|
|
86
|
-
retries?: number | undefined;
|
|
87
|
-
} | undefined;
|
|
88
|
-
readonly security?: {
|
|
89
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
90
|
-
readonly allowed?: {
|
|
91
|
-
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
92
|
-
} | undefined;
|
|
93
|
-
readonly disallowed?: {
|
|
94
|
-
[x: string]: Lowercase<string>[];
|
|
95
|
-
} | undefined;
|
|
96
|
-
} | undefined;
|
|
97
|
-
readonly sign?: boolean | undefined;
|
|
98
|
-
readonly storeQueries?: boolean | undefined;
|
|
99
|
-
readonly timestamp?: boolean | undefined;
|
|
100
|
-
}>;
|
|
32
|
+
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
101
33
|
ephemeralQueryAccountEnabled?: boolean;
|
|
102
34
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
schema: _xyo_network_payload_model.Schema;
|
|
107
|
-
}>>>>;
|
|
35
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
36
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
37
|
+
}, _xyo_network_module_model.ModuleEventData<object>>, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload>>>;
|
|
108
38
|
|
|
109
39
|
type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
|
|
110
40
|
declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
|
package/dist/node/index.d.ts
CHANGED
|
@@ -19,92 +19,22 @@ declare const EthereumGasEtherchainV2Plugin: () => _xyo_network_payloadset_plugi
|
|
|
19
19
|
addToResolvers?: boolean;
|
|
20
20
|
additionalSigners?: _xyo_network_account_model.AccountInstance[];
|
|
21
21
|
allowNameResolution?: boolean;
|
|
22
|
-
config:
|
|
23
|
-
schema: _xyo_network_payload_model.Schema;
|
|
24
|
-
readonly archiving?: {
|
|
25
|
-
readonly archivists?: string[] | undefined;
|
|
26
|
-
readonly queries?: string[] | undefined;
|
|
27
|
-
} | undefined;
|
|
28
|
-
readonly allowedQueries?: string[] | undefined;
|
|
29
|
-
readonly archivist?: _xyo_network_module_model.ModuleIdentifier | undefined;
|
|
30
|
-
readonly consoleLogger?: _xylabs_logger.LogLevel | undefined;
|
|
31
|
-
readonly labels?: {
|
|
32
|
-
[x: string]: string | undefined;
|
|
33
|
-
} | undefined;
|
|
34
|
-
readonly name?: _xyo_network_module_model.ModuleName | undefined;
|
|
35
|
-
readonly paging?: {
|
|
36
|
-
[x: string]: {
|
|
37
|
-
size?: number | undefined;
|
|
38
|
-
};
|
|
39
|
-
} | undefined;
|
|
40
|
-
readonly retry?: {
|
|
41
|
-
backoff?: number | undefined;
|
|
42
|
-
interval?: number | undefined;
|
|
43
|
-
retries?: number | undefined;
|
|
44
|
-
} | undefined;
|
|
45
|
-
readonly security?: {
|
|
46
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
47
|
-
readonly allowed?: {
|
|
48
|
-
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
49
|
-
} | undefined;
|
|
50
|
-
readonly disallowed?: {
|
|
51
|
-
[x: string]: Lowercase<string>[];
|
|
52
|
-
} | undefined;
|
|
53
|
-
} | undefined;
|
|
54
|
-
readonly sign?: boolean | undefined;
|
|
55
|
-
readonly storeQueries?: boolean | undefined;
|
|
56
|
-
readonly timestamp?: boolean | undefined;
|
|
57
|
-
}>;
|
|
22
|
+
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_witness_model.WitnessConfig<void, void>>;
|
|
58
23
|
ephemeralQueryAccountEnabled?: boolean;
|
|
59
24
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
25
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
26
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
60
27
|
}, _xyo_network_witness_model.WitnessModuleEventData<_xyo_network_module_model.ModuleInstance<_store__xylabs_object_npm_4_5_1_e31c389195_package.BaseParamsFields & {
|
|
61
28
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
62
29
|
addToResolvers?: boolean;
|
|
63
30
|
additionalSigners?: _xyo_network_account_model.AccountInstance[];
|
|
64
31
|
allowNameResolution?: boolean;
|
|
65
|
-
config:
|
|
66
|
-
schema: _xyo_network_payload_model.Schema;
|
|
67
|
-
readonly archiving?: {
|
|
68
|
-
readonly archivists?: string[] | undefined;
|
|
69
|
-
readonly queries?: string[] | undefined;
|
|
70
|
-
} | undefined;
|
|
71
|
-
readonly allowedQueries?: string[] | undefined;
|
|
72
|
-
readonly archivist?: _xyo_network_module_model.ModuleIdentifier | undefined;
|
|
73
|
-
readonly consoleLogger?: _xylabs_logger.LogLevel | undefined;
|
|
74
|
-
readonly labels?: {
|
|
75
|
-
[x: string]: string | undefined;
|
|
76
|
-
} | undefined;
|
|
77
|
-
readonly name?: _xyo_network_module_model.ModuleName | undefined;
|
|
78
|
-
readonly paging?: {
|
|
79
|
-
[x: string]: {
|
|
80
|
-
size?: number | undefined;
|
|
81
|
-
};
|
|
82
|
-
} | undefined;
|
|
83
|
-
readonly retry?: {
|
|
84
|
-
backoff?: number | undefined;
|
|
85
|
-
interval?: number | undefined;
|
|
86
|
-
retries?: number | undefined;
|
|
87
|
-
} | undefined;
|
|
88
|
-
readonly security?: {
|
|
89
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
90
|
-
readonly allowed?: {
|
|
91
|
-
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
92
|
-
} | undefined;
|
|
93
|
-
readonly disallowed?: {
|
|
94
|
-
[x: string]: Lowercase<string>[];
|
|
95
|
-
} | undefined;
|
|
96
|
-
} | undefined;
|
|
97
|
-
readonly sign?: boolean | undefined;
|
|
98
|
-
readonly storeQueries?: boolean | undefined;
|
|
99
|
-
readonly timestamp?: boolean | undefined;
|
|
100
|
-
}>;
|
|
32
|
+
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
101
33
|
ephemeralQueryAccountEnabled?: boolean;
|
|
102
34
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
schema: _xyo_network_payload_model.Schema;
|
|
107
|
-
}>>>>;
|
|
35
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
36
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
37
|
+
}, _xyo_network_module_model.ModuleEventData<object>>, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload>>>;
|
|
108
38
|
|
|
109
39
|
type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
|
|
110
40
|
declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/etherchain-ethereum-gas-v2-plugin",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -30,20 +30,20 @@
|
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@xylabs/axios": "^4.5.1",
|
|
33
|
-
"@xyo-network/abstract-witness": "^3.
|
|
34
|
-
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^3.4.
|
|
35
|
-
"@xyo-network/module-model": "^3.
|
|
36
|
-
"@xyo-network/payload-model": "^3.
|
|
37
|
-
"@xyo-network/payloadset-plugin": "^3.
|
|
38
|
-
"@xyo-network/witness-model": "^3.
|
|
33
|
+
"@xyo-network/abstract-witness": "^3.9.16",
|
|
34
|
+
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^3.4.2",
|
|
35
|
+
"@xyo-network/module-model": "^3.9.16",
|
|
36
|
+
"@xyo-network/payload-model": "^3.9.16",
|
|
37
|
+
"@xyo-network/payloadset-plugin": "^3.9.16",
|
|
38
|
+
"@xyo-network/witness-model": "^3.9.16"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
42
|
-
"@xylabs/tsconfig": "^5.0.
|
|
41
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|
|
42
|
+
"@xylabs/tsconfig": "^5.0.24",
|
|
43
43
|
"@xylabs/vitest-extended": "^4.5.1",
|
|
44
|
-
"@xyo-network/payload-wrapper": "^3.
|
|
44
|
+
"@xyo-network/payload-wrapper": "^3.9.16",
|
|
45
45
|
"typescript": "^5.7.3",
|
|
46
|
-
"vitest": "^3.0.
|
|
46
|
+
"vitest": "^3.0.6"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|