@xyo-network/ethers-ethereum-gas-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/neutral/index.d.ts +7 -42
- package/package.json +13 -13
package/dist/neutral/index.d.ts
CHANGED
|
@@ -2,14 +2,12 @@ import { WitnessConfig, WitnessParams } from '@xyo-network/witness-model';
|
|
|
2
2
|
import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
|
|
3
3
|
import * as ethers from 'ethers';
|
|
4
4
|
import { Provider } from 'ethers';
|
|
5
|
-
import * as _store__xylabs_logger_npm_4_5_1_a411051254_package from '.store/@xylabs-logger-npm-4.5.1-a411051254/package';
|
|
6
5
|
import * as _xyo_network_module_model from '@xyo-network/module-model';
|
|
7
6
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
8
|
-
import * as
|
|
9
|
-
import { Schema, Payload } from '@xyo-network/payload-model';
|
|
10
|
-
import * as _store__xyo_network_account_model_virtual_3a3814c98f_package from '.store/@xyo-network-account-model-virtual-3a3814c98f/package';
|
|
7
|
+
import * as _store__xyo_network_account_model_virtual_8ffda77307_package from '.store/@xyo-network-account-model-virtual-8ffda77307/package';
|
|
11
8
|
import * as _store__xylabs_object_npm_4_5_1_e31c389195_package from '.store/@xylabs-object-npm-4.5.1-e31c389195/package';
|
|
12
9
|
import { AbstractWitness } from '@xyo-network/abstract-witness';
|
|
10
|
+
import { Schema, Payload } from '@xyo-network/payload-model';
|
|
13
11
|
|
|
14
12
|
type EthereumGasEthersWitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.ethers.witness.config';
|
|
15
13
|
declare const EthereumGasEthersWitnessConfigSchema: EthereumGasEthersWitnessConfigSchema;
|
|
@@ -30,48 +28,15 @@ declare class EthereumGasEthersWitness<TParams extends EthereumGasEthersWitnessP
|
|
|
30
28
|
}
|
|
31
29
|
|
|
32
30
|
declare const EthereumGasEthersPlugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<EthereumGasEthersWitness<_store__xylabs_object_npm_4_5_1_e31c389195_package.BaseParamsFields & {
|
|
33
|
-
account?:
|
|
31
|
+
account?: _store__xyo_network_account_model_virtual_8ffda77307_package.AccountInstance | "random";
|
|
34
32
|
addToResolvers?: boolean;
|
|
35
|
-
additionalSigners?:
|
|
33
|
+
additionalSigners?: _store__xyo_network_account_model_virtual_8ffda77307_package.AccountInstance[];
|
|
36
34
|
allowNameResolution?: boolean;
|
|
37
|
-
config:
|
|
38
|
-
schema: _xyo_network_payload_model.Schema;
|
|
39
|
-
readonly archiving?: {
|
|
40
|
-
readonly archivists?: string[] | undefined;
|
|
41
|
-
readonly queries?: string[] | undefined;
|
|
42
|
-
} | undefined;
|
|
43
|
-
readonly allowedQueries?: string[] | undefined;
|
|
44
|
-
readonly archivist?: _xyo_network_module_model.ModuleIdentifier | undefined;
|
|
45
|
-
readonly consoleLogger?: _store__xylabs_logger_npm_4_5_1_a411051254_package.LogLevel | undefined;
|
|
46
|
-
readonly labels?: {
|
|
47
|
-
[x: string]: string | undefined;
|
|
48
|
-
} | undefined;
|
|
49
|
-
readonly name?: _xyo_network_module_model.ModuleName | undefined;
|
|
50
|
-
readonly paging?: {
|
|
51
|
-
[x: string]: {
|
|
52
|
-
size?: number | undefined;
|
|
53
|
-
};
|
|
54
|
-
} | undefined;
|
|
55
|
-
readonly retry?: {
|
|
56
|
-
backoff?: number | undefined;
|
|
57
|
-
interval?: number | undefined;
|
|
58
|
-
retries?: number | undefined;
|
|
59
|
-
} | undefined;
|
|
60
|
-
readonly security?: {
|
|
61
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
62
|
-
readonly allowed?: {
|
|
63
|
-
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
64
|
-
} | undefined;
|
|
65
|
-
readonly disallowed?: {
|
|
66
|
-
[x: string]: Lowercase<string>[];
|
|
67
|
-
} | undefined;
|
|
68
|
-
} | undefined;
|
|
69
|
-
readonly sign?: boolean | undefined;
|
|
70
|
-
readonly storeQueries?: boolean | undefined;
|
|
71
|
-
readonly timestamp?: boolean | undefined;
|
|
72
|
-
}>;
|
|
35
|
+
config: _xyo_network_module_model.AnyConfigSchema<EthereumGasEthersWitnessConfig>;
|
|
73
36
|
ephemeralQueryAccountEnabled?: boolean;
|
|
74
37
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
38
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
39
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
75
40
|
} & {
|
|
76
41
|
provider?: ethers.Provider;
|
|
77
42
|
}>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/ethers-ethereum-gas-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,23 +30,23 @@
|
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@xylabs/assert": "^4.5.1",
|
|
33
|
-
"@xyo-network/abstract-witness": "^3.
|
|
34
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^3.4.
|
|
35
|
-
"@xyo-network/module-model": "^3.
|
|
36
|
-
"@xyo-network/payload-builder": "^3.
|
|
37
|
-
"@xyo-network/payload-model": "^3.
|
|
38
|
-
"@xyo-network/payloadset-plugin": "^3.
|
|
39
|
-
"@xyo-network/witness-model": "^3.
|
|
33
|
+
"@xyo-network/abstract-witness": "^3.9.16",
|
|
34
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^3.4.2",
|
|
35
|
+
"@xyo-network/module-model": "^3.9.16",
|
|
36
|
+
"@xyo-network/payload-builder": "^3.9.16",
|
|
37
|
+
"@xyo-network/payload-model": "^3.9.16",
|
|
38
|
+
"@xyo-network/payloadset-plugin": "^3.9.16",
|
|
39
|
+
"@xyo-network/witness-model": "^3.9.16",
|
|
40
40
|
"ethers": "^6.13.5"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
44
|
-
"@xylabs/tsconfig": "^5.0.
|
|
43
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|
|
44
|
+
"@xylabs/tsconfig": "^5.0.24",
|
|
45
45
|
"@xylabs/vitest-extended": "^4.5.1",
|
|
46
|
-
"@xyo-network/payload-wrapper": "^3.
|
|
47
|
-
"@xyo-network/witness-blockchain-abstract": "^3.
|
|
46
|
+
"@xyo-network/payload-wrapper": "^3.9.16",
|
|
47
|
+
"@xyo-network/witness-blockchain-abstract": "^3.9.16",
|
|
48
48
|
"typescript": "^5.7.3",
|
|
49
|
-
"vitest": "^3.0.
|
|
49
|
+
"vitest": "^3.0.6"
|
|
50
50
|
},
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|