@xyo-network/etherchain-ethereum-gas-v2-plugin 3.4.0 → 3.4.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/index.d.ts +116 -5
- package/dist/neutral/index.d.ts +116 -5
- package/dist/node/index.d.ts +116 -5
- package/package.json +11 -11
- package/dist/browser/Config.d.ts +0 -6
- package/dist/browser/Config.d.ts.map +0 -1
- package/dist/browser/Plugin.d.ts +0 -92
- package/dist/browser/Plugin.d.ts.map +0 -1
- package/dist/browser/Schema.d.ts +0 -3
- package/dist/browser/Schema.d.ts.map +0 -1
- package/dist/browser/Witness.d.ts +0 -12
- package/dist/browser/Witness.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lib/getV2GasFromEtherchain.d.ts +0 -3
- package/dist/browser/lib/getV2GasFromEtherchain.d.ts.map +0 -1
- package/dist/browser/lib/index.d.ts +0 -2
- package/dist/browser/lib/index.d.ts.map +0 -1
- package/dist/neutral/Config.d.ts +0 -6
- package/dist/neutral/Config.d.ts.map +0 -1
- package/dist/neutral/Plugin.d.ts +0 -92
- package/dist/neutral/Plugin.d.ts.map +0 -1
- package/dist/neutral/Schema.d.ts +0 -3
- package/dist/neutral/Schema.d.ts.map +0 -1
- package/dist/neutral/Witness.d.ts +0 -12
- package/dist/neutral/Witness.d.ts.map +0 -1
- package/dist/neutral/index.d.ts.map +0 -1
- package/dist/neutral/lib/getV2GasFromEtherchain.d.ts +0 -3
- package/dist/neutral/lib/getV2GasFromEtherchain.d.ts.map +0 -1
- package/dist/neutral/lib/index.d.ts +0 -2
- package/dist/neutral/lib/index.d.ts.map +0 -1
- package/dist/node/Config.d.ts +0 -6
- package/dist/node/Config.d.ts.map +0 -1
- package/dist/node/Plugin.d.ts +0 -92
- package/dist/node/Plugin.d.ts.map +0 -1
- package/dist/node/Schema.d.ts +0 -3
- package/dist/node/Schema.d.ts.map +0 -1
- package/dist/node/Witness.d.ts +0 -12
- package/dist/node/Witness.d.ts.map +0 -1
- package/dist/node/index.d.ts.map +0 -1
- package/dist/node/lib/getV2GasFromEtherchain.d.ts +0 -3
- package/dist/node/lib/getV2GasFromEtherchain.d.ts.map +0 -1
- package/dist/node/lib/index.d.ts +0 -2
- package/dist/node/lib/index.d.ts.map +0 -1
package/dist/browser/index.d.ts
CHANGED
|
@@ -1,5 +1,116 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as _xyo_network_witness_model from '@xyo-network/witness-model';
|
|
2
|
+
import { WitnessConfig, WitnessParams } from '@xyo-network/witness-model';
|
|
3
|
+
import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
|
|
4
|
+
import * as _xyo_network_payload_model from '@xyo-network/payload-model';
|
|
5
|
+
import { Schema, Payload } from '@xyo-network/payload-model';
|
|
6
|
+
import * as _store__xylabs_object_npm_4_5_1_e31c389195_package from '.store/@xylabs-object-npm-4.5.1-e31c389195/package';
|
|
7
|
+
import { AbstractWitness } from '@xyo-network/abstract-witness';
|
|
8
|
+
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
9
|
+
|
|
10
|
+
type EthereumGasEtherchainV2WitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.etherchain.v2.witness.config';
|
|
11
|
+
declare const EthereumGasEtherchainV2WitnessConfigSchema: EthereumGasEtherchainV2WitnessConfigSchema;
|
|
12
|
+
|
|
13
|
+
type EthereumGasEtherchainV2WitnessConfig = WitnessConfig<{
|
|
14
|
+
schema: EthereumGasEtherchainV2WitnessConfigSchema;
|
|
15
|
+
}>;
|
|
16
|
+
|
|
17
|
+
declare const EthereumGasEtherchainV2Plugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<_xyo_network_witness_model.WitnessModule<_store__xylabs_object_npm_4_5_1_e31c389195_package.BaseParamsFields & {
|
|
18
|
+
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
19
|
+
addToResolvers?: boolean;
|
|
20
|
+
additionalSigners?: _xyo_network_account_model.AccountInstance[];
|
|
21
|
+
allowNameResolution?: boolean;
|
|
22
|
+
config: _store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
|
|
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
|
+
}>;
|
|
58
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
59
|
+
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
60
|
+
}, _xyo_network_witness_model.WitnessModuleEventData<_xyo_network_module_model.ModuleInstance<_store__xylabs_object_npm_4_5_1_e31c389195_package.BaseParamsFields & {
|
|
61
|
+
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
62
|
+
addToResolvers?: boolean;
|
|
63
|
+
additionalSigners?: _xyo_network_account_model.AccountInstance[];
|
|
64
|
+
allowNameResolution?: boolean;
|
|
65
|
+
config: _store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
|
|
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
|
+
}>;
|
|
101
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
102
|
+
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
103
|
+
}, _xyo_network_module_model.ModuleEventData<object>>, _store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
|
|
104
|
+
schema: _xyo_network_payload_model.Schema;
|
|
105
|
+
}>, _store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
|
|
106
|
+
schema: _xyo_network_payload_model.Schema;
|
|
107
|
+
}>>>>;
|
|
108
|
+
|
|
109
|
+
type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
|
|
110
|
+
declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
|
|
111
|
+
static readonly configSchemas: Schema[];
|
|
112
|
+
static readonly defaultConfigSchema: Schema;
|
|
113
|
+
protected observeHandler(): Promise<Payload[]>;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export { EtherchainEthereumGasWitnessV2, type EtherchainEthereumGasWitnessV2Params, EthereumGasEtherchainV2Plugin, type EthereumGasEtherchainV2WitnessConfig, EthereumGasEtherchainV2WitnessConfigSchema, EthereumGasEtherchainV2Plugin as default };
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,5 +1,116 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as _xyo_network_witness_model from '@xyo-network/witness-model';
|
|
2
|
+
import { WitnessConfig, WitnessParams } from '@xyo-network/witness-model';
|
|
3
|
+
import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
|
|
4
|
+
import * as _xyo_network_payload_model from '@xyo-network/payload-model';
|
|
5
|
+
import { Schema, Payload } from '@xyo-network/payload-model';
|
|
6
|
+
import * as _store__xylabs_object_npm_4_5_1_e31c389195_package from '.store/@xylabs-object-npm-4.5.1-e31c389195/package';
|
|
7
|
+
import { AbstractWitness } from '@xyo-network/abstract-witness';
|
|
8
|
+
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
9
|
+
|
|
10
|
+
type EthereumGasEtherchainV2WitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.etherchain.v2.witness.config';
|
|
11
|
+
declare const EthereumGasEtherchainV2WitnessConfigSchema: EthereumGasEtherchainV2WitnessConfigSchema;
|
|
12
|
+
|
|
13
|
+
type EthereumGasEtherchainV2WitnessConfig = WitnessConfig<{
|
|
14
|
+
schema: EthereumGasEtherchainV2WitnessConfigSchema;
|
|
15
|
+
}>;
|
|
16
|
+
|
|
17
|
+
declare const EthereumGasEtherchainV2Plugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<_xyo_network_witness_model.WitnessModule<_store__xylabs_object_npm_4_5_1_e31c389195_package.BaseParamsFields & {
|
|
18
|
+
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
19
|
+
addToResolvers?: boolean;
|
|
20
|
+
additionalSigners?: _xyo_network_account_model.AccountInstance[];
|
|
21
|
+
allowNameResolution?: boolean;
|
|
22
|
+
config: _store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
|
|
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
|
+
}>;
|
|
58
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
59
|
+
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
60
|
+
}, _xyo_network_witness_model.WitnessModuleEventData<_xyo_network_module_model.ModuleInstance<_store__xylabs_object_npm_4_5_1_e31c389195_package.BaseParamsFields & {
|
|
61
|
+
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
62
|
+
addToResolvers?: boolean;
|
|
63
|
+
additionalSigners?: _xyo_network_account_model.AccountInstance[];
|
|
64
|
+
allowNameResolution?: boolean;
|
|
65
|
+
config: _store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
|
|
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
|
+
}>;
|
|
101
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
102
|
+
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
103
|
+
}, _xyo_network_module_model.ModuleEventData<object>>, _store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
|
|
104
|
+
schema: _xyo_network_payload_model.Schema;
|
|
105
|
+
}>, _store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
|
|
106
|
+
schema: _xyo_network_payload_model.Schema;
|
|
107
|
+
}>>>>;
|
|
108
|
+
|
|
109
|
+
type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
|
|
110
|
+
declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
|
|
111
|
+
static readonly configSchemas: Schema[];
|
|
112
|
+
static readonly defaultConfigSchema: Schema;
|
|
113
|
+
protected observeHandler(): Promise<Payload[]>;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export { EtherchainEthereumGasWitnessV2, type EtherchainEthereumGasWitnessV2Params, EthereumGasEtherchainV2Plugin, type EthereumGasEtherchainV2WitnessConfig, EthereumGasEtherchainV2WitnessConfigSchema, EthereumGasEtherchainV2Plugin as default };
|
package/dist/node/index.d.ts
CHANGED
|
@@ -1,5 +1,116 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as _xyo_network_witness_model from '@xyo-network/witness-model';
|
|
2
|
+
import { WitnessConfig, WitnessParams } from '@xyo-network/witness-model';
|
|
3
|
+
import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
|
|
4
|
+
import * as _xyo_network_payload_model from '@xyo-network/payload-model';
|
|
5
|
+
import { Schema, Payload } from '@xyo-network/payload-model';
|
|
6
|
+
import * as _store__xylabs_object_npm_4_5_1_e31c389195_package from '.store/@xylabs-object-npm-4.5.1-e31c389195/package';
|
|
7
|
+
import { AbstractWitness } from '@xyo-network/abstract-witness';
|
|
8
|
+
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
9
|
+
|
|
10
|
+
type EthereumGasEtherchainV2WitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.etherchain.v2.witness.config';
|
|
11
|
+
declare const EthereumGasEtherchainV2WitnessConfigSchema: EthereumGasEtherchainV2WitnessConfigSchema;
|
|
12
|
+
|
|
13
|
+
type EthereumGasEtherchainV2WitnessConfig = WitnessConfig<{
|
|
14
|
+
schema: EthereumGasEtherchainV2WitnessConfigSchema;
|
|
15
|
+
}>;
|
|
16
|
+
|
|
17
|
+
declare const EthereumGasEtherchainV2Plugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<_xyo_network_witness_model.WitnessModule<_store__xylabs_object_npm_4_5_1_e31c389195_package.BaseParamsFields & {
|
|
18
|
+
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
19
|
+
addToResolvers?: boolean;
|
|
20
|
+
additionalSigners?: _xyo_network_account_model.AccountInstance[];
|
|
21
|
+
allowNameResolution?: boolean;
|
|
22
|
+
config: _store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
|
|
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
|
+
}>;
|
|
58
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
59
|
+
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
60
|
+
}, _xyo_network_witness_model.WitnessModuleEventData<_xyo_network_module_model.ModuleInstance<_store__xylabs_object_npm_4_5_1_e31c389195_package.BaseParamsFields & {
|
|
61
|
+
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
62
|
+
addToResolvers?: boolean;
|
|
63
|
+
additionalSigners?: _xyo_network_account_model.AccountInstance[];
|
|
64
|
+
allowNameResolution?: boolean;
|
|
65
|
+
config: _store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
|
|
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
|
+
}>;
|
|
101
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
102
|
+
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
103
|
+
}, _xyo_network_module_model.ModuleEventData<object>>, _store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
|
|
104
|
+
schema: _xyo_network_payload_model.Schema;
|
|
105
|
+
}>, _store__xylabs_object_npm_4_5_1_e31c389195_package.DeepRestrictToStringKeys<{
|
|
106
|
+
schema: _xyo_network_payload_model.Schema;
|
|
107
|
+
}>>>>;
|
|
108
|
+
|
|
109
|
+
type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
|
|
110
|
+
declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
|
|
111
|
+
static readonly configSchemas: Schema[];
|
|
112
|
+
static readonly defaultConfigSchema: Schema;
|
|
113
|
+
protected observeHandler(): Promise<Payload[]>;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export { EtherchainEthereumGasWitnessV2, type EtherchainEthereumGasWitnessV2Params, EthereumGasEtherchainV2Plugin, type EthereumGasEtherchainV2WitnessConfig, EthereumGasEtherchainV2WitnessConfigSchema, EthereumGasEtherchainV2Plugin as default };
|
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.1",
|
|
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.8.
|
|
34
|
-
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^3.4.
|
|
35
|
-
"@xyo-network/module-model": "^3.8.
|
|
36
|
-
"@xyo-network/payload-model": "^3.8.
|
|
37
|
-
"@xyo-network/payloadset-plugin": "^3.8.
|
|
38
|
-
"@xyo-network/witness-model": "^3.8.
|
|
33
|
+
"@xyo-network/abstract-witness": "^3.8.5",
|
|
34
|
+
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^3.4.1",
|
|
35
|
+
"@xyo-network/module-model": "^3.8.5",
|
|
36
|
+
"@xyo-network/payload-model": "^3.8.5",
|
|
37
|
+
"@xyo-network/payloadset-plugin": "^3.8.5",
|
|
38
|
+
"@xyo-network/witness-model": "^3.8.5"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
42
|
-
"@xylabs/tsconfig": "^
|
|
41
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.22",
|
|
42
|
+
"@xylabs/tsconfig": "^5.0.22",
|
|
43
43
|
"@xylabs/vitest-extended": "^4.5.1",
|
|
44
|
-
"@xyo-network/payload-wrapper": "^3.8.
|
|
44
|
+
"@xyo-network/payload-wrapper": "^3.8.5",
|
|
45
45
|
"typescript": "^5.7.3",
|
|
46
|
-
"vitest": "^3.0.
|
|
46
|
+
"vitest": "^3.0.5"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
package/dist/browser/Config.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { WitnessConfig } from '@xyo-network/witness-model';
|
|
2
|
-
import type { EthereumGasEtherchainV2WitnessConfigSchema } from './Schema.ts';
|
|
3
|
-
export type EthereumGasEtherchainV2WitnessConfig = WitnessConfig<{
|
|
4
|
-
schema: EthereumGasEtherchainV2WitnessConfigSchema;
|
|
5
|
-
}>;
|
|
6
|
-
//# sourceMappingURL=Config.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE/D,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,aAAa,CAAA;AAE7E,MAAM,MAAM,oCAAoC,GAAG,aAAa,CAAC;IAC/D,MAAM,EAAE,0CAA0C,CAAA;CACnD,CAAC,CAAA"}
|
package/dist/browser/Plugin.d.ts
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").BaseParamsFields & {
|
|
2
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
3
|
-
addToResolvers?: boolean;
|
|
4
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
5
|
-
allowNameResolution?: boolean;
|
|
6
|
-
config: import(".store/@xylabs-object-npm-4.5.1-e31c389195/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
|
-
}>;
|
|
42
|
-
ephemeralQueryAccountEnabled?: boolean;
|
|
43
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
44
|
-
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").BaseParamsFields & {
|
|
45
|
-
account?: import(".store/@xyo-network-account-model-virtual-2eddd29fdf/package").AccountInstance | "random";
|
|
46
|
-
addToResolvers?: boolean;
|
|
47
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-2eddd29fdf/package").AccountInstance[];
|
|
48
|
-
allowNameResolution?: boolean;
|
|
49
|
-
config: import(".store/@xylabs-object-npm-4.5.1-e31c389195/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.5.1-a411051254/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
|
-
}>;
|
|
85
|
-
ephemeralQueryAccountEnabled?: boolean;
|
|
86
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
87
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>, import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").DeepRestrictToStringKeys<{
|
|
88
|
-
schema: import("@xyo-network/payload-model").Schema;
|
|
89
|
-
}>, import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").DeepRestrictToStringKeys<{
|
|
90
|
-
schema: import("@xyo-network/payload-model").Schema;
|
|
91
|
-
}>>>>;
|
|
92
|
-
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASk/H,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,oDAAgB;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/browser/Schema.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,0CAA0C,GAAG,kEAAkE,CAAA;AAC3H,eAAO,MAAM,0CAA0C,EAAE,0CACa,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AbstractWitness } from '@xyo-network/abstract-witness';
|
|
2
|
-
import type { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import type { Payload, Schema } from '@xyo-network/payload-model';
|
|
4
|
-
import type { WitnessParams } from '@xyo-network/witness-model';
|
|
5
|
-
import type { EthereumGasEtherchainV2WitnessConfig } from './Config.ts';
|
|
6
|
-
export type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
|
|
7
|
-
export declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
|
|
8
|
-
static readonly configSchemas: Schema[];
|
|
9
|
-
static readonly defaultConfigSchema: Schema;
|
|
10
|
-
protected observeHandler(): Promise<Payload[]>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=Witness.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAG/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAChE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAA;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE/D,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,aAAa,CAAA;AAIvE,MAAM,MAAM,oCAAoC,GAAG,aAAa,CAAC,eAAe,CAAC,oCAAoC,CAAC,CAAC,CAAA;AAEvH,qBAAa,8BAA+B,SAAQ,eAAe,CAAC,oCAAoC,CAAC;IACvG,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAuE;IACvH,gBAAyB,mBAAmB,EAAE,MAAM,CAA6C;cAExE,cAAc,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;CAQ9D"}
|
|
@@ -1 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAI7G,eAAO,MAAM,sBAAsB,QAAa,OAAO,CAAC,+BAA+B,CAEtF,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA"}
|
package/dist/neutral/Config.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { WitnessConfig } from '@xyo-network/witness-model';
|
|
2
|
-
import type { EthereumGasEtherchainV2WitnessConfigSchema } from './Schema.ts';
|
|
3
|
-
export type EthereumGasEtherchainV2WitnessConfig = WitnessConfig<{
|
|
4
|
-
schema: EthereumGasEtherchainV2WitnessConfigSchema;
|
|
5
|
-
}>;
|
|
6
|
-
//# sourceMappingURL=Config.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE/D,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,aAAa,CAAA;AAE7E,MAAM,MAAM,oCAAoC,GAAG,aAAa,CAAC;IAC/D,MAAM,EAAE,0CAA0C,CAAA;CACnD,CAAC,CAAA"}
|
package/dist/neutral/Plugin.d.ts
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").BaseParamsFields & {
|
|
2
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
3
|
-
addToResolvers?: boolean;
|
|
4
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
5
|
-
allowNameResolution?: boolean;
|
|
6
|
-
config: import(".store/@xylabs-object-npm-4.5.1-e31c389195/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
|
-
}>;
|
|
42
|
-
ephemeralQueryAccountEnabled?: boolean;
|
|
43
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
44
|
-
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").BaseParamsFields & {
|
|
45
|
-
account?: import(".store/@xyo-network-account-model-virtual-2eddd29fdf/package").AccountInstance | "random";
|
|
46
|
-
addToResolvers?: boolean;
|
|
47
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-2eddd29fdf/package").AccountInstance[];
|
|
48
|
-
allowNameResolution?: boolean;
|
|
49
|
-
config: import(".store/@xylabs-object-npm-4.5.1-e31c389195/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.5.1-a411051254/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
|
-
}>;
|
|
85
|
-
ephemeralQueryAccountEnabled?: boolean;
|
|
86
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
87
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>, import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").DeepRestrictToStringKeys<{
|
|
88
|
-
schema: import("@xyo-network/payload-model").Schema;
|
|
89
|
-
}>, import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").DeepRestrictToStringKeys<{
|
|
90
|
-
schema: import("@xyo-network/payload-model").Schema;
|
|
91
|
-
}>>>>;
|
|
92
|
-
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASk/H,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,oDAAgB;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/neutral/Schema.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,0CAA0C,GAAG,kEAAkE,CAAA;AAC3H,eAAO,MAAM,0CAA0C,EAAE,0CACa,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AbstractWitness } from '@xyo-network/abstract-witness';
|
|
2
|
-
import type { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import type { Payload, Schema } from '@xyo-network/payload-model';
|
|
4
|
-
import type { WitnessParams } from '@xyo-network/witness-model';
|
|
5
|
-
import type { EthereumGasEtherchainV2WitnessConfig } from './Config.ts';
|
|
6
|
-
export type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
|
|
7
|
-
export declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
|
|
8
|
-
static readonly configSchemas: Schema[];
|
|
9
|
-
static readonly defaultConfigSchema: Schema;
|
|
10
|
-
protected observeHandler(): Promise<Payload[]>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=Witness.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAG/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAChE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAA;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE/D,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,aAAa,CAAA;AAIvE,MAAM,MAAM,oCAAoC,GAAG,aAAa,CAAC,eAAe,CAAC,oCAAoC,CAAC,CAAC,CAAA;AAEvH,qBAAa,8BAA+B,SAAQ,eAAe,CAAC,oCAAoC,CAAC;IACvG,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAuE;IACvH,gBAAyB,mBAAmB,EAAE,MAAM,CAA6C;cAExE,cAAc,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;CAQ9D"}
|
|
@@ -1 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAI7G,eAAO,MAAM,sBAAsB,QAAa,OAAO,CAAC,+BAA+B,CAEtF,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA"}
|
package/dist/node/Config.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { WitnessConfig } from '@xyo-network/witness-model';
|
|
2
|
-
import type { EthereumGasEtherchainV2WitnessConfigSchema } from './Schema.ts';
|
|
3
|
-
export type EthereumGasEtherchainV2WitnessConfig = WitnessConfig<{
|
|
4
|
-
schema: EthereumGasEtherchainV2WitnessConfigSchema;
|
|
5
|
-
}>;
|
|
6
|
-
//# sourceMappingURL=Config.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE/D,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,aAAa,CAAA;AAE7E,MAAM,MAAM,oCAAoC,GAAG,aAAa,CAAC;IAC/D,MAAM,EAAE,0CAA0C,CAAA;CACnD,CAAC,CAAA"}
|
package/dist/node/Plugin.d.ts
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule<import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").BaseParamsFields & {
|
|
2
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
3
|
-
addToResolvers?: boolean;
|
|
4
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
5
|
-
allowNameResolution?: boolean;
|
|
6
|
-
config: import(".store/@xylabs-object-npm-4.5.1-e31c389195/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
|
-
}>;
|
|
42
|
-
ephemeralQueryAccountEnabled?: boolean;
|
|
43
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
44
|
-
}, import("@xyo-network/witness-model").WitnessModuleEventData<import("@xyo-network/module-model").ModuleInstance<import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").BaseParamsFields & {
|
|
45
|
-
account?: import(".store/@xyo-network-account-model-virtual-2eddd29fdf/package").AccountInstance | "random";
|
|
46
|
-
addToResolvers?: boolean;
|
|
47
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-2eddd29fdf/package").AccountInstance[];
|
|
48
|
-
allowNameResolution?: boolean;
|
|
49
|
-
config: import(".store/@xylabs-object-npm-4.5.1-e31c389195/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.5.1-a411051254/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
|
-
}>;
|
|
85
|
-
ephemeralQueryAccountEnabled?: boolean;
|
|
86
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
87
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>, import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").DeepRestrictToStringKeys<{
|
|
88
|
-
schema: import("@xyo-network/payload-model").Schema;
|
|
89
|
-
}>, import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").DeepRestrictToStringKeys<{
|
|
90
|
-
schema: import("@xyo-network/payload-model").Schema;
|
|
91
|
-
}>>>>;
|
|
92
|
-
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B;qBASk/H,4BAA4B;;+BAA2F,4BAA4B;;mBAA2E,oDAAgB;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/Schema.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,0CAA0C,GAAG,kEAAkE,CAAA;AAC3H,eAAO,MAAM,0CAA0C,EAAE,0CACa,CAAA"}
|
package/dist/node/Witness.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AbstractWitness } from '@xyo-network/abstract-witness';
|
|
2
|
-
import type { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import type { Payload, Schema } from '@xyo-network/payload-model';
|
|
4
|
-
import type { WitnessParams } from '@xyo-network/witness-model';
|
|
5
|
-
import type { EthereumGasEtherchainV2WitnessConfig } from './Config.ts';
|
|
6
|
-
export type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
|
|
7
|
-
export declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
|
|
8
|
-
static readonly configSchemas: Schema[];
|
|
9
|
-
static readonly defaultConfigSchema: Schema;
|
|
10
|
-
protected observeHandler(): Promise<Payload[]>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=Witness.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAG/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAChE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAA;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAE/D,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,aAAa,CAAA;AAIvE,MAAM,MAAM,oCAAoC,GAAG,aAAa,CAAC,eAAe,CAAC,oCAAoC,CAAC,CAAC,CAAA;AAEvH,qBAAa,8BAA+B,SAAQ,eAAe,CAAC,oCAAoC,CAAC;IACvG,gBAAyB,aAAa,EAAE,MAAM,EAAE,CAAuE;IACvH,gBAAyB,mBAAmB,EAAE,MAAM,CAA6C;cAExE,cAAc,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;CAQ9D"}
|
package/dist/node/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAI7G,eAAO,MAAM,sBAAsB,QAAa,OAAO,CAAC,+BAA+B,CAEtF,CAAA"}
|
package/dist/node/lib/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA"}
|