@xyo-network/gas-price-plugin 2.82.1 → 2.83.0

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.
Files changed (37) hide show
  1. package/dist/browser/Plugin.d.cts +6 -6
  2. package/dist/browser/Plugin.d.mts +6 -6
  3. package/dist/browser/Plugin.d.ts +6 -6
  4. package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.cts +1 -1
  5. package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.mts +1 -1
  6. package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.ts +1 -1
  7. package/dist/browser/lib/identities/isEthereumGasEtherchainV2Payload.d.cts +1 -1
  8. package/dist/browser/lib/identities/isEthereumGasEtherchainV2Payload.d.mts +1 -1
  9. package/dist/browser/lib/identities/isEthereumGasEtherchainV2Payload.d.ts +1 -1
  10. package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.cts +1 -1
  11. package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.mts +1 -1
  12. package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.ts +1 -1
  13. package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.cts +1 -1
  14. package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.mts +1 -1
  15. package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.ts +1 -1
  16. package/dist/browser/lib/identities/isEthereumGasEthgasstationPayload.d.cts +1 -1
  17. package/dist/browser/lib/identities/isEthereumGasEthgasstationPayload.d.mts +1 -1
  18. package/dist/browser/lib/identities/isEthereumGasEthgasstationPayload.d.ts +1 -1
  19. package/dist/node/Plugin.d.cts +6 -6
  20. package/dist/node/Plugin.d.mts +6 -6
  21. package/dist/node/Plugin.d.ts +6 -6
  22. package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.cts +1 -1
  23. package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.mts +1 -1
  24. package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.ts +1 -1
  25. package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.d.cts +1 -1
  26. package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.d.mts +1 -1
  27. package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.d.ts +1 -1
  28. package/dist/node/lib/identities/isEthereumGasEthersPayload.d.cts +1 -1
  29. package/dist/node/lib/identities/isEthereumGasEthersPayload.d.mts +1 -1
  30. package/dist/node/lib/identities/isEthereumGasEthersPayload.d.ts +1 -1
  31. package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.cts +1 -1
  32. package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.mts +1 -1
  33. package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.ts +1 -1
  34. package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.d.cts +1 -1
  35. package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.d.mts +1 -1
  36. package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.d.ts +1 -1
  37. package/package.json +20 -20
@@ -1,7 +1,7 @@
1
1
  import { EthereumGasDiviner } from './Diviner';
2
- export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
4
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
5
  accountDerivationPath?: string | undefined;
6
6
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -17,7 +17,9 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
17
17
  readonly sign?: boolean | undefined;
18
18
  readonly storeQueries?: boolean | undefined;
19
19
  readonly timestamp?: boolean | undefined;
20
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
20
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
21
+ schema: string;
22
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
23
  accountDerivationPath?: string | undefined;
22
24
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
25
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -39,9 +41,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
39
41
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
40
42
  }, "schema">, "schema"> & {
41
43
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
42
- }, "schema"> & {
43
- schema: string;
44
- }, "schema"> & {
44
+ }, "schema">, "schema"> & {
45
45
  schema: string;
46
46
  };
47
47
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { EthereumGasDiviner } from './Diviner';
2
- export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
4
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
5
  accountDerivationPath?: string | undefined;
6
6
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -17,7 +17,9 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
17
17
  readonly sign?: boolean | undefined;
18
18
  readonly storeQueries?: boolean | undefined;
19
19
  readonly timestamp?: boolean | undefined;
20
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
20
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
21
+ schema: string;
22
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
23
  accountDerivationPath?: string | undefined;
22
24
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
25
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -39,9 +41,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
39
41
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
40
42
  }, "schema">, "schema"> & {
41
43
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
42
- }, "schema"> & {
43
- schema: string;
44
- }, "schema"> & {
44
+ }, "schema">, "schema"> & {
45
45
  schema: string;
46
46
  };
47
47
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { EthereumGasDiviner } from './Diviner';
2
- export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
4
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
5
  accountDerivationPath?: string | undefined;
6
6
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -17,7 +17,9 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
17
17
  readonly sign?: boolean | undefined;
18
18
  readonly storeQueries?: boolean | undefined;
19
19
  readonly timestamp?: boolean | undefined;
20
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
20
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
21
+ schema: string;
22
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
23
  accountDerivationPath?: string | undefined;
22
24
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
25
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -39,9 +41,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
39
41
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
40
42
  }, "schema">, "schema"> & {
41
43
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
42
- }, "schema"> & {
43
- schema: string;
44
- }, "schema"> & {
44
+ }, "schema">, "schema"> & {
45
45
  schema: string;
46
46
  };
47
47
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
2
+ export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.blocknative";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
2
+ export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.blocknative";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
2
+ export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.blocknative";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
2
+ export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherchain.v2";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
2
+ export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherchain.v2";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
2
+ export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherchain.v2";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
2
+ export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethers";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
2
+ export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethers";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
2
+ export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethers";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
2
+ export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherscan";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
2
+ export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherscan";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
2
+ export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherscan";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
2
+ export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethgasstation";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
2
+ export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethgasstation";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
2
+ export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethgasstation";
4
4
  timestamp: number;
5
5
  };
@@ -1,7 +1,7 @@
1
1
  import { EthereumGasDiviner } from './Diviner';
2
- export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
4
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
5
  accountDerivationPath?: string | undefined;
6
6
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -17,7 +17,9 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
17
17
  readonly sign?: boolean | undefined;
18
18
  readonly storeQueries?: boolean | undefined;
19
19
  readonly timestamp?: boolean | undefined;
20
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
20
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
21
+ schema: string;
22
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
23
  accountDerivationPath?: string | undefined;
22
24
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
25
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -39,9 +41,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
39
41
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
40
42
  }, "schema">, "schema"> & {
41
43
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
42
- }, "schema"> & {
43
- schema: string;
44
- }, "schema"> & {
44
+ }, "schema">, "schema"> & {
45
45
  schema: string;
46
46
  };
47
47
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { EthereumGasDiviner } from './Diviner';
2
- export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
4
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
5
  accountDerivationPath?: string | undefined;
6
6
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -17,7 +17,9 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
17
17
  readonly sign?: boolean | undefined;
18
18
  readonly storeQueries?: boolean | undefined;
19
19
  readonly timestamp?: boolean | undefined;
20
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
20
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
21
+ schema: string;
22
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
23
  accountDerivationPath?: string | undefined;
22
24
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
25
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -39,9 +41,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
39
41
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
40
42
  }, "schema">, "schema"> & {
41
43
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
42
- }, "schema"> & {
43
- schema: string;
44
- }, "schema"> & {
44
+ }, "schema">, "schema"> & {
45
45
  schema: string;
46
46
  };
47
47
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { EthereumGasDiviner } from './Diviner';
2
- export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
4
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
5
  accountDerivationPath?: string | undefined;
6
6
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -17,7 +17,9 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
17
17
  readonly sign?: boolean | undefined;
18
18
  readonly storeQueries?: boolean | undefined;
19
19
  readonly timestamp?: boolean | undefined;
20
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
20
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
21
+ schema: string;
22
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
23
  accountDerivationPath?: string | undefined;
22
24
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
25
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -39,9 +41,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
39
41
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
40
42
  }, "schema">, "schema"> & {
41
43
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
42
- }, "schema"> & {
43
- schema: string;
44
- }, "schema"> & {
44
+ }, "schema">, "schema"> & {
45
45
  schema: string;
46
46
  };
47
47
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
2
+ export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.blocknative";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
2
+ export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.blocknative";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
2
+ export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.blocknative";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
2
+ export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherchain.v2";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
2
+ export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherchain.v2";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
2
+ export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherchain.v2";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
2
+ export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethers";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
2
+ export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethers";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
2
+ export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethers";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
2
+ export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherscan";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
2
+ export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherscan";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
2
+ export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherscan";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
2
+ export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethgasstation";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
2
+ export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethgasstation";
4
4
  timestamp: number;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
- export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
2
+ export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethgasstation";
4
4
  timestamp: number;
5
5
  };
package/package.json CHANGED
@@ -12,31 +12,31 @@
12
12
  "dependencies": {
13
13
  "@xylabs/exists": "^2.13.20",
14
14
  "@xylabs/promise": "^2.13.20",
15
- "@xyo-network/abstract-diviner": "^2.82.0",
16
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.82.1",
17
- "@xyo-network/diviner": "^2.82.0",
18
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.82.1",
19
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.82.1",
20
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.82.1",
21
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.82.1",
22
- "@xyo-network/gas-price-payload-plugin": "~2.82.1",
23
- "@xyo-network/module-model": "^2.82.0",
24
- "@xyo-network/payload-builder": "^2.82.0",
25
- "@xyo-network/payload-model": "^2.82.0",
26
- "@xyo-network/payloadset-plugin": "^2.82.0",
15
+ "@xyo-network/abstract-diviner": "^2.83.2",
16
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.83.0",
17
+ "@xyo-network/diviner": "^2.83.2",
18
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.83.0",
19
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.83.0",
20
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.83.0",
21
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.83.0",
22
+ "@xyo-network/gas-price-payload-plugin": "~2.83.0",
23
+ "@xyo-network/module-model": "^2.83.2",
24
+ "@xyo-network/payload-builder": "^2.83.2",
25
+ "@xyo-network/payload-model": "^2.83.2",
26
+ "@xyo-network/payloadset-plugin": "^2.83.2",
27
27
  "regression": "^2.0.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/regression": "^2.0.6",
31
31
  "@xylabs/ts-scripts-yarn3": "^3.2.10",
32
32
  "@xylabs/tsconfig": "^3.2.10",
33
- "@xyo-network/account": "^2.82.0",
34
- "@xyo-network/blocknative-ethereum-gas-plugin": "~2.82.1",
35
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.82.1",
36
- "@xyo-network/ethers-ethereum-gas-plugin": "~2.82.1",
37
- "@xyo-network/etherscan-ethereum-gas-plugin": "~2.82.1",
38
- "@xyo-network/witness-blockchain-abstract": "^2.82.0",
39
- "typescript": "^5.3.2"
33
+ "@xyo-network/account": "^2.83.2",
34
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~2.83.0",
35
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.83.0",
36
+ "@xyo-network/ethers-ethereum-gas-plugin": "~2.83.0",
37
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~2.83.0",
38
+ "@xyo-network/witness-blockchain-abstract": "^2.83.2",
39
+ "typescript": "^5.3.3"
40
40
  },
41
41
  "description": "Typescript/Javascript Plugins for XYO Platform",
42
42
  "docs": "dist/docs.json",
@@ -78,5 +78,5 @@
78
78
  "url": "https://github.com/XYOracleNetwork/plugins.git"
79
79
  },
80
80
  "sideEffects": false,
81
- "version": "2.82.1"
81
+ "version": "2.83.0"
82
82
  }