@xyo-network/gas-price-plugin 2.74.5 → 2.75.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/Diviner.cjs +257 -0
- package/dist/browser/Diviner.cjs.map +1 -0
- package/dist/browser/Diviner.d.cts.map +1 -0
- package/dist/browser/Diviner.d.mts.map +1 -0
- package/dist/browser/Diviner.d.ts +16 -0
- package/dist/browser/Diviner.d.ts.map +1 -0
- package/dist/browser/Diviner.js +16 -0
- package/dist/browser/Diviner.js.map +1 -0
- package/dist/browser/Plugin.cjs +272 -0
- package/dist/browser/Plugin.cjs.map +1 -0
- package/dist/browser/Plugin.d.cts.map +1 -0
- package/dist/browser/Plugin.d.mts.map +1 -0
- package/dist/browser/Plugin.d.ts +50 -0
- package/dist/browser/Plugin.d.ts.map +1 -0
- package/dist/browser/Plugin.js +16 -0
- package/dist/browser/Plugin.js.map +1 -0
- package/dist/browser/Schema.cjs +29 -0
- package/dist/browser/Schema.cjs.map +1 -0
- package/dist/browser/Schema.d.cts.map +1 -0
- package/dist/browser/Schema.d.mts.map +1 -0
- package/dist/browser/Schema.d.ts +5 -0
- package/dist/browser/Schema.d.ts.map +1 -0
- package/dist/browser/Schema.js +7 -0
- package/dist/browser/Schema.js.map +1 -0
- package/dist/{index.js → browser/index.cjs} +1 -8
- package/dist/browser/index.cjs.map +1 -0
- package/dist/browser/index.d.cts.map +1 -0
- package/dist/browser/index.d.mts.map +1 -0
- package/dist/browser/index.d.ts +6 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +9 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lib/average.cjs +50 -0
- package/dist/browser/lib/average.cjs.map +1 -0
- package/dist/browser/lib/average.d.cts.map +1 -0
- package/dist/browser/lib/average.d.mts.map +1 -0
- package/dist/browser/lib/average.d.ts +8 -0
- package/dist/browser/lib/average.d.ts.map +1 -0
- package/dist/browser/lib/average.js +28 -0
- package/dist/browser/lib/average.js.map +1 -0
- package/dist/browser/lib/divineGas.cjs +240 -0
- package/dist/browser/lib/divineGas.cjs.map +1 -0
- package/dist/browser/lib/divineGas.d.cts.map +1 -0
- package/dist/browser/lib/divineGas.d.mts.map +1 -0
- package/dist/browser/lib/divineGas.d.ts +4 -0
- package/dist/browser/lib/divineGas.d.ts.map +1 -0
- package/dist/browser/lib/divineGas.js +33 -0
- package/dist/browser/lib/divineGas.js.map +1 -0
- package/dist/browser/lib/identities/index.cjs +60 -0
- package/dist/browser/lib/identities/index.cjs.map +1 -0
- package/dist/browser/lib/identities/index.d.cts.map +1 -0
- package/dist/browser/lib/identities/index.d.mts.map +1 -0
- package/dist/browser/lib/identities/index.d.ts +6 -0
- package/dist/browser/lib/identities/index.d.ts.map +1 -0
- package/dist/browser/lib/identities/index.js +6 -0
- package/dist/browser/lib/identities/index.js.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.cjs +30 -0
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.cjs.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.cts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.mts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.ts +6 -0
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.ts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.js +8 -0
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.js.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherchainV2Payload.cjs +30 -0
- package/dist/browser/lib/identities/isEthereumGasEtherchainV2Payload.cjs.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherchainV2Payload.d.cts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherchainV2Payload.d.mts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherchainV2Payload.d.ts +6 -0
- package/dist/browser/lib/identities/isEthereumGasEtherchainV2Payload.d.ts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherchainV2Payload.js +8 -0
- package/dist/browser/lib/identities/isEthereumGasEtherchainV2Payload.js.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.cjs +30 -0
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.cjs.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.cts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.mts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.ts +6 -0
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.ts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.js +8 -0
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.js.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.cjs +30 -0
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.cjs.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.cts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.mts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.ts +6 -0
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.ts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.js +8 -0
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.js.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthgasstationPayload.cjs +30 -0
- package/dist/browser/lib/identities/isEthereumGasEthgasstationPayload.cjs.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthgasstationPayload.d.cts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthgasstationPayload.d.mts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthgasstationPayload.d.ts +6 -0
- package/dist/browser/lib/identities/isEthereumGasEthgasstationPayload.d.ts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthgasstationPayload.js +8 -0
- package/dist/browser/lib/identities/isEthereumGasEthgasstationPayload.js.map +1 -0
- package/dist/browser/lib/index.cjs +242 -0
- package/dist/browser/lib/index.cjs.map +1 -0
- package/dist/browser/lib/index.d.cts.map +1 -0
- package/dist/browser/lib/index.d.mts.map +1 -0
- package/dist/browser/lib/index.d.ts +2 -0
- package/dist/browser/lib/index.d.ts.map +1 -0
- package/dist/browser/lib/index.js +2 -0
- package/dist/browser/lib/index.js.map +1 -0
- package/dist/browser/lib/transforms/index.cjs +172 -0
- package/dist/browser/lib/transforms/index.cjs.map +1 -0
- package/dist/browser/lib/transforms/index.d.cts.map +1 -0
- package/dist/browser/lib/transforms/index.d.mts.map +1 -0
- package/dist/browser/lib/transforms/index.d.ts +6 -0
- package/dist/browser/lib/transforms/index.d.ts.map +1 -0
- package/dist/browser/lib/transforms/index.js +6 -0
- package/dist/browser/lib/transforms/index.js.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromBlocknative.cjs +70 -0
- package/dist/browser/lib/transforms/transformGasFromBlocknative.cjs.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromBlocknative.d.cts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromBlocknative.d.mts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromBlocknative.d.ts +4 -0
- package/dist/browser/lib/transforms/transformGasFromBlocknative.d.ts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromBlocknative.js +48 -0
- package/dist/browser/lib/transforms/transformGasFromBlocknative.js.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherchainV2.cjs +40 -0
- package/dist/browser/lib/transforms/transformGasFromEtherchainV2.cjs.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherchainV2.d.cts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherchainV2.d.mts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherchainV2.d.ts +4 -0
- package/dist/browser/lib/transforms/transformGasFromEtherchainV2.d.ts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherchainV2.js +18 -0
- package/dist/browser/lib/transforms/transformGasFromEtherchainV2.js.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthers.cjs +46 -0
- package/dist/browser/lib/transforms/transformGasFromEthers.cjs.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthers.d.cts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthers.d.mts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthers.d.ts +4 -0
- package/dist/browser/lib/transforms/transformGasFromEthers.d.ts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthers.js +24 -0
- package/dist/browser/lib/transforms/transformGasFromEthers.js.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherscan.cjs +49 -0
- package/dist/browser/lib/transforms/transformGasFromEtherscan.cjs.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherscan.d.cts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherscan.d.mts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherscan.d.ts +4 -0
- package/dist/browser/lib/transforms/transformGasFromEtherscan.d.ts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherscan.js +27 -0
- package/dist/browser/lib/transforms/transformGasFromEtherscan.js.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthgasstation.cjs +57 -0
- package/dist/browser/lib/transforms/transformGasFromEthgasstation.cjs.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthgasstation.d.cts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthgasstation.d.mts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthgasstation.d.ts +4 -0
- package/dist/browser/lib/transforms/transformGasFromEthgasstation.d.ts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthgasstation.js +35 -0
- package/dist/browser/lib/transforms/transformGasFromEthgasstation.js.map +1 -0
- package/dist/browser/test/index.cjs +189 -0
- package/dist/browser/test/index.cjs.map +1 -0
- package/dist/browser/test/index.d.cts.map +1 -0
- package/dist/browser/test/index.d.mts.map +1 -0
- package/dist/browser/test/index.d.ts +6 -0
- package/dist/browser/test/index.d.ts.map +1 -0
- package/dist/browser/test/index.js +6 -0
- package/dist/browser/test/index.js.map +1 -0
- package/dist/browser/test/sampleBlocknativeGas.cjs +118 -0
- package/dist/browser/test/sampleBlocknativeGas.cjs.map +1 -0
- package/dist/browser/test/sampleBlocknativeGas.d.cts.map +1 -0
- package/dist/browser/test/sampleBlocknativeGas.d.mts.map +1 -0
- package/dist/browser/test/sampleBlocknativeGas.d.ts +3 -0
- package/dist/browser/test/sampleBlocknativeGas.d.ts.map +1 -0
- package/dist/browser/test/sampleBlocknativeGas.js +96 -0
- package/dist/browser/test/sampleBlocknativeGas.js.map +1 -0
- package/dist/browser/test/sampleEtherchainGasV2.cjs +40 -0
- package/dist/browser/test/sampleEtherchainGasV2.cjs.map +1 -0
- package/dist/browser/test/sampleEtherchainGasV2.d.cts.map +1 -0
- package/dist/browser/test/sampleEtherchainGasV2.d.mts.map +1 -0
- package/dist/browser/test/sampleEtherchainGasV2.d.ts +3 -0
- package/dist/browser/test/sampleEtherchainGasV2.d.ts.map +1 -0
- package/dist/browser/test/sampleEtherchainGasV2.js +18 -0
- package/dist/browser/test/sampleEtherchainGasV2.js.map +1 -0
- package/dist/browser/test/sampleEthersGas.cjs +35 -0
- package/dist/browser/test/sampleEthersGas.cjs.map +1 -0
- package/dist/browser/test/sampleEthersGas.d.cts.map +1 -0
- package/dist/browser/test/sampleEthersGas.d.mts.map +1 -0
- package/dist/browser/test/sampleEthersGas.d.ts +3 -0
- package/dist/browser/test/sampleEthersGas.d.ts.map +1 -0
- package/dist/browser/test/sampleEthersGas.js +13 -0
- package/dist/browser/test/sampleEthersGas.js.map +1 -0
- package/dist/browser/test/sampleEtherscanGas.cjs +41 -0
- package/dist/browser/test/sampleEtherscanGas.cjs.map +1 -0
- package/dist/browser/test/sampleEtherscanGas.d.cts.map +1 -0
- package/dist/browser/test/sampleEtherscanGas.d.mts.map +1 -0
- package/dist/browser/test/sampleEtherscanGas.d.ts +3 -0
- package/dist/browser/test/sampleEtherscanGas.d.ts.map +1 -0
- package/dist/browser/test/sampleEtherscanGas.js +19 -0
- package/dist/browser/test/sampleEtherscanGas.js.map +1 -0
- package/dist/browser/test/sampleEthgasstationGas.cjs +45 -0
- package/dist/browser/test/sampleEthgasstationGas.cjs.map +1 -0
- package/dist/browser/test/sampleEthgasstationGas.d.cts.map +1 -0
- package/dist/browser/test/sampleEthgasstationGas.d.mts.map +1 -0
- package/dist/browser/test/sampleEthgasstationGas.d.ts +3 -0
- package/dist/browser/test/sampleEthgasstationGas.d.ts.map +1 -0
- package/dist/browser/test/sampleEthgasstationGas.js +23 -0
- package/dist/browser/test/sampleEthgasstationGas.js.map +1 -0
- package/dist/docs.json +534 -534
- package/dist/node/Diviner.d.cts +16 -0
- package/dist/node/Diviner.d.cts.map +1 -0
- package/dist/node/Diviner.d.mts +16 -0
- package/dist/node/Diviner.d.mts.map +1 -0
- package/dist/node/Diviner.d.ts +16 -0
- package/dist/node/Diviner.d.ts.map +1 -0
- package/dist/node/Diviner.js +264 -0
- package/dist/node/Diviner.js.map +1 -0
- package/dist/node/Diviner.mjs +239 -0
- package/dist/node/Diviner.mjs.map +1 -0
- package/dist/node/Plugin.d.cts +50 -0
- package/dist/node/Plugin.d.cts.map +1 -0
- package/dist/node/Plugin.d.mts +50 -0
- package/dist/node/Plugin.d.mts.map +1 -0
- package/dist/node/Plugin.d.ts +50 -0
- package/dist/node/Plugin.d.ts.map +1 -0
- package/dist/node/Plugin.js +279 -0
- package/dist/node/Plugin.js.map +1 -0
- package/dist/node/Plugin.mjs +254 -0
- package/dist/node/Plugin.mjs.map +1 -0
- package/dist/node/Schema.d.cts +5 -0
- package/dist/node/Schema.d.cts.map +1 -0
- package/dist/node/Schema.d.mts +5 -0
- package/dist/node/Schema.d.mts.map +1 -0
- package/dist/node/Schema.d.ts +5 -0
- package/dist/node/Schema.d.ts.map +1 -0
- package/dist/node/Schema.js +34 -0
- package/dist/node/Schema.js.map +1 -0
- package/dist/node/Schema.mjs +8 -0
- package/dist/node/Schema.mjs.map +1 -0
- package/dist/node/index.d.cts +6 -0
- package/dist/node/index.d.cts.map +1 -0
- package/dist/node/index.d.mts +6 -0
- package/dist/node/index.d.mts.map +1 -0
- package/dist/node/index.d.ts +6 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/index.js +292 -0
- package/dist/node/index.js.map +1 -0
- package/dist/{index.mjs → node/index.mjs} +23 -20
- package/dist/node/index.mjs.map +1 -0
- package/dist/node/lib/average.d.cts +8 -0
- package/dist/node/lib/average.d.cts.map +1 -0
- package/dist/node/lib/average.d.mts +8 -0
- package/dist/node/lib/average.d.mts.map +1 -0
- package/dist/node/lib/average.d.ts +8 -0
- package/dist/node/lib/average.d.ts.map +1 -0
- package/dist/node/lib/average.js +54 -0
- package/dist/node/lib/average.js.map +1 -0
- package/dist/node/lib/average.mjs +29 -0
- package/dist/node/lib/average.mjs.map +1 -0
- package/dist/node/lib/divineGas.d.cts +4 -0
- package/dist/node/lib/divineGas.d.cts.map +1 -0
- package/dist/node/lib/divineGas.d.mts +4 -0
- package/dist/node/lib/divineGas.d.mts.map +1 -0
- package/dist/node/lib/divineGas.d.ts +4 -0
- package/dist/node/lib/divineGas.d.ts.map +1 -0
- package/dist/node/lib/divineGas.js +247 -0
- package/dist/node/lib/divineGas.js.map +1 -0
- package/dist/node/lib/divineGas.mjs +222 -0
- package/dist/node/lib/divineGas.mjs.map +1 -0
- package/dist/node/lib/identities/index.d.cts +6 -0
- package/dist/node/lib/identities/index.d.cts.map +1 -0
- package/dist/node/lib/identities/index.d.mts +6 -0
- package/dist/node/lib/identities/index.d.mts.map +1 -0
- package/dist/node/lib/identities/index.d.ts +6 -0
- package/dist/node/lib/identities/index.d.ts.map +1 -0
- package/dist/node/lib/identities/index.js +68 -0
- package/dist/node/lib/identities/index.js.map +1 -0
- package/dist/node/lib/identities/index.mjs +37 -0
- package/dist/node/lib/identities/index.mjs.map +1 -0
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.cts +6 -0
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.cts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.mts +6 -0
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.mts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.ts +6 -0
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.ts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.js +34 -0
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.js.map +1 -0
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.mjs +9 -0
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.mjs.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.d.cts +6 -0
- package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.d.cts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.d.mts +6 -0
- package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.d.mts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.d.ts +6 -0
- package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.d.ts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.js +34 -0
- package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.js.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.mjs +9 -0
- package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.mjs.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEthersPayload.d.cts +6 -0
- package/dist/node/lib/identities/isEthereumGasEthersPayload.d.cts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEthersPayload.d.mts +6 -0
- package/dist/node/lib/identities/isEthereumGasEthersPayload.d.mts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEthersPayload.d.ts +6 -0
- package/dist/node/lib/identities/isEthereumGasEthersPayload.d.ts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEthersPayload.js +34 -0
- package/dist/node/lib/identities/isEthereumGasEthersPayload.js.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEthersPayload.mjs +9 -0
- package/dist/node/lib/identities/isEthereumGasEthersPayload.mjs.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.cts +6 -0
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.cts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.mts +6 -0
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.mts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.ts +6 -0
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.ts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.js +34 -0
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.js.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.mjs +9 -0
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.mjs.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.d.cts +6 -0
- package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.d.cts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.d.mts +6 -0
- package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.d.mts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.d.ts +6 -0
- package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.d.ts.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.js +34 -0
- package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.js.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.mjs +9 -0
- package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.mjs.map +1 -0
- package/dist/node/lib/index.d.cts +2 -0
- package/dist/node/lib/index.d.cts.map +1 -0
- package/dist/node/lib/index.d.mts +2 -0
- package/dist/node/lib/index.d.mts.map +1 -0
- package/dist/node/lib/index.d.ts +2 -0
- package/dist/node/lib/index.d.ts.map +1 -0
- package/dist/node/lib/index.js +249 -0
- package/dist/node/lib/index.js.map +1 -0
- package/dist/node/lib/index.mjs +222 -0
- package/dist/node/lib/index.mjs.map +1 -0
- package/dist/node/lib/transforms/index.d.cts +6 -0
- package/dist/node/lib/transforms/index.d.cts.map +1 -0
- package/dist/node/lib/transforms/index.d.mts +6 -0
- package/dist/node/lib/transforms/index.d.mts.map +1 -0
- package/dist/node/lib/transforms/index.d.ts +6 -0
- package/dist/node/lib/transforms/index.d.ts.map +1 -0
- package/dist/node/lib/transforms/index.js +183 -0
- package/dist/node/lib/transforms/index.js.map +1 -0
- package/dist/node/lib/transforms/index.mjs +152 -0
- package/dist/node/lib/transforms/index.mjs.map +1 -0
- package/dist/node/lib/transforms/transformGasFromBlocknative.d.cts +4 -0
- package/dist/node/lib/transforms/transformGasFromBlocknative.d.cts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromBlocknative.d.mts +4 -0
- package/dist/node/lib/transforms/transformGasFromBlocknative.d.mts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromBlocknative.d.ts +4 -0
- package/dist/node/lib/transforms/transformGasFromBlocknative.d.ts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromBlocknative.js +77 -0
- package/dist/node/lib/transforms/transformGasFromBlocknative.js.map +1 -0
- package/dist/node/lib/transforms/transformGasFromBlocknative.mjs +52 -0
- package/dist/node/lib/transforms/transformGasFromBlocknative.mjs.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEtherchainV2.d.cts +4 -0
- package/dist/node/lib/transforms/transformGasFromEtherchainV2.d.cts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEtherchainV2.d.mts +4 -0
- package/dist/node/lib/transforms/transformGasFromEtherchainV2.d.mts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEtherchainV2.d.ts +4 -0
- package/dist/node/lib/transforms/transformGasFromEtherchainV2.d.ts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEtherchainV2.js +44 -0
- package/dist/node/lib/transforms/transformGasFromEtherchainV2.js.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEtherchainV2.mjs +19 -0
- package/dist/node/lib/transforms/transformGasFromEtherchainV2.mjs.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEthers.d.cts +4 -0
- package/dist/node/lib/transforms/transformGasFromEthers.d.cts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEthers.d.mts +4 -0
- package/dist/node/lib/transforms/transformGasFromEthers.d.mts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEthers.d.ts +4 -0
- package/dist/node/lib/transforms/transformGasFromEthers.d.ts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEthers.js +50 -0
- package/dist/node/lib/transforms/transformGasFromEthers.js.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEthers.mjs +25 -0
- package/dist/node/lib/transforms/transformGasFromEthers.mjs.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEtherscan.d.cts +4 -0
- package/dist/node/lib/transforms/transformGasFromEtherscan.d.cts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEtherscan.d.mts +4 -0
- package/dist/node/lib/transforms/transformGasFromEtherscan.d.mts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEtherscan.d.ts +4 -0
- package/dist/node/lib/transforms/transformGasFromEtherscan.d.ts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEtherscan.js +53 -0
- package/dist/node/lib/transforms/transformGasFromEtherscan.js.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEtherscan.mjs +28 -0
- package/dist/node/lib/transforms/transformGasFromEtherscan.mjs.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEthgasstation.d.cts +4 -0
- package/dist/node/lib/transforms/transformGasFromEthgasstation.d.cts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEthgasstation.d.mts +4 -0
- package/dist/node/lib/transforms/transformGasFromEthgasstation.d.mts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEthgasstation.d.ts +4 -0
- package/dist/node/lib/transforms/transformGasFromEthgasstation.d.ts.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEthgasstation.js +61 -0
- package/dist/node/lib/transforms/transformGasFromEthgasstation.js.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEthgasstation.mjs +36 -0
- package/dist/node/lib/transforms/transformGasFromEthgasstation.mjs.map +1 -0
- package/dist/node/test/index.d.cts +6 -0
- package/dist/node/test/index.d.cts.map +1 -0
- package/dist/node/test/index.d.mts +6 -0
- package/dist/node/test/index.d.mts.map +1 -0
- package/dist/node/test/index.d.ts +6 -0
- package/dist/node/test/index.d.ts.map +1 -0
- package/dist/node/test/index.js +197 -0
- package/dist/node/test/index.js.map +1 -0
- package/dist/node/test/index.mjs +166 -0
- package/dist/node/test/index.mjs.map +1 -0
- package/dist/node/test/sampleBlocknativeGas.d.cts +3 -0
- package/dist/node/test/sampleBlocknativeGas.d.cts.map +1 -0
- package/dist/node/test/sampleBlocknativeGas.d.mts +3 -0
- package/dist/node/test/sampleBlocknativeGas.d.mts.map +1 -0
- package/dist/node/test/sampleBlocknativeGas.d.ts +3 -0
- package/dist/node/test/sampleBlocknativeGas.d.ts.map +1 -0
- package/dist/node/test/sampleBlocknativeGas.js +122 -0
- package/dist/node/test/sampleBlocknativeGas.js.map +1 -0
- package/dist/node/test/sampleBlocknativeGas.mjs +97 -0
- package/dist/node/test/sampleBlocknativeGas.mjs.map +1 -0
- package/dist/node/test/sampleEtherchainGasV2.d.cts +3 -0
- package/dist/node/test/sampleEtherchainGasV2.d.cts.map +1 -0
- package/dist/node/test/sampleEtherchainGasV2.d.mts +3 -0
- package/dist/node/test/sampleEtherchainGasV2.d.mts.map +1 -0
- package/dist/node/test/sampleEtherchainGasV2.d.ts +3 -0
- package/dist/node/test/sampleEtherchainGasV2.d.ts.map +1 -0
- package/dist/node/test/sampleEtherchainGasV2.js +44 -0
- package/dist/node/test/sampleEtherchainGasV2.js.map +1 -0
- package/dist/node/test/sampleEtherchainGasV2.mjs +19 -0
- package/dist/node/test/sampleEtherchainGasV2.mjs.map +1 -0
- package/dist/node/test/sampleEthersGas.d.cts +3 -0
- package/dist/node/test/sampleEthersGas.d.cts.map +1 -0
- package/dist/node/test/sampleEthersGas.d.mts +3 -0
- package/dist/node/test/sampleEthersGas.d.mts.map +1 -0
- package/dist/node/test/sampleEthersGas.d.ts +3 -0
- package/dist/node/test/sampleEthersGas.d.ts.map +1 -0
- package/dist/node/test/sampleEthersGas.js +39 -0
- package/dist/node/test/sampleEthersGas.js.map +1 -0
- package/dist/node/test/sampleEthersGas.mjs +14 -0
- package/dist/node/test/sampleEthersGas.mjs.map +1 -0
- package/dist/node/test/sampleEtherscanGas.d.cts +3 -0
- package/dist/node/test/sampleEtherscanGas.d.cts.map +1 -0
- package/dist/node/test/sampleEtherscanGas.d.mts +3 -0
- package/dist/node/test/sampleEtherscanGas.d.mts.map +1 -0
- package/dist/node/test/sampleEtherscanGas.d.ts +3 -0
- package/dist/node/test/sampleEtherscanGas.d.ts.map +1 -0
- package/dist/node/test/sampleEtherscanGas.js +45 -0
- package/dist/node/test/sampleEtherscanGas.js.map +1 -0
- package/dist/node/test/sampleEtherscanGas.mjs +20 -0
- package/dist/node/test/sampleEtherscanGas.mjs.map +1 -0
- package/dist/node/test/sampleEthgasstationGas.d.cts +3 -0
- package/dist/node/test/sampleEthgasstationGas.d.cts.map +1 -0
- package/dist/node/test/sampleEthgasstationGas.d.mts +3 -0
- package/dist/node/test/sampleEthgasstationGas.d.mts.map +1 -0
- package/dist/node/test/sampleEthgasstationGas.d.ts +3 -0
- package/dist/node/test/sampleEthgasstationGas.d.ts.map +1 -0
- package/dist/node/test/sampleEthgasstationGas.js +49 -0
- package/dist/node/test/sampleEthgasstationGas.js.map +1 -0
- package/dist/node/test/sampleEthgasstationGas.mjs +24 -0
- package/dist/node/test/sampleEthgasstationGas.mjs.map +1 -0
- package/package.json +39 -36
- package/dist/Diviner.d.mts.map +0 -1
- package/dist/Diviner.d.ts.map +0 -1
- package/dist/Plugin.d.mts.map +0 -1
- package/dist/Plugin.d.ts.map +0 -1
- package/dist/Schema.d.mts.map +0 -1
- package/dist/Schema.d.ts.map +0 -1
- package/dist/index.d.mts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/lib/average.d.mts.map +0 -1
- package/dist/lib/average.d.ts.map +0 -1
- package/dist/lib/divineGas.d.mts.map +0 -1
- package/dist/lib/divineGas.d.ts.map +0 -1
- package/dist/lib/identities/index.d.mts.map +0 -1
- package/dist/lib/identities/index.d.ts.map +0 -1
- package/dist/lib/identities/isEthereumGasBlocknativePayload.d.mts.map +0 -1
- package/dist/lib/identities/isEthereumGasBlocknativePayload.d.ts.map +0 -1
- package/dist/lib/identities/isEthereumGasEtherchainV2Payload.d.mts.map +0 -1
- package/dist/lib/identities/isEthereumGasEtherchainV2Payload.d.ts.map +0 -1
- package/dist/lib/identities/isEthereumGasEthersPayload.d.mts.map +0 -1
- package/dist/lib/identities/isEthereumGasEthersPayload.d.ts.map +0 -1
- package/dist/lib/identities/isEthereumGasEtherscanPayload.d.mts.map +0 -1
- package/dist/lib/identities/isEthereumGasEtherscanPayload.d.ts.map +0 -1
- package/dist/lib/identities/isEthereumGasEthgasstationPayload.d.mts.map +0 -1
- package/dist/lib/identities/isEthereumGasEthgasstationPayload.d.ts.map +0 -1
- package/dist/lib/index.d.mts.map +0 -1
- package/dist/lib/index.d.ts.map +0 -1
- package/dist/lib/transforms/index.d.mts.map +0 -1
- package/dist/lib/transforms/index.d.ts.map +0 -1
- package/dist/lib/transforms/transformGasFromBlocknative.d.mts.map +0 -1
- package/dist/lib/transforms/transformGasFromBlocknative.d.ts.map +0 -1
- package/dist/lib/transforms/transformGasFromEtherchainV2.d.mts.map +0 -1
- package/dist/lib/transforms/transformGasFromEtherchainV2.d.ts.map +0 -1
- package/dist/lib/transforms/transformGasFromEthers.d.mts.map +0 -1
- package/dist/lib/transforms/transformGasFromEthers.d.ts.map +0 -1
- package/dist/lib/transforms/transformGasFromEtherscan.d.mts.map +0 -1
- package/dist/lib/transforms/transformGasFromEtherscan.d.ts.map +0 -1
- package/dist/lib/transforms/transformGasFromEthgasstation.d.mts.map +0 -1
- package/dist/lib/transforms/transformGasFromEthgasstation.d.ts.map +0 -1
- package/dist/test/index.d.mts.map +0 -1
- package/dist/test/index.d.ts.map +0 -1
- package/dist/test/sampleBlocknativeGas.d.mts.map +0 -1
- package/dist/test/sampleBlocknativeGas.d.ts.map +0 -1
- package/dist/test/sampleEtherchainGasV2.d.mts.map +0 -1
- package/dist/test/sampleEtherchainGasV2.d.ts.map +0 -1
- package/dist/test/sampleEthersGas.d.mts.map +0 -1
- package/dist/test/sampleEthersGas.d.ts.map +0 -1
- package/dist/test/sampleEtherscanGas.d.mts.map +0 -1
- package/dist/test/sampleEtherscanGas.d.ts.map +0 -1
- package/dist/test/sampleEthgasstationGas.d.mts.map +0 -1
- package/dist/test/sampleEthgasstationGas.d.ts.map +0 -1
- /package/dist/{Diviner.d.mts → browser/Diviner.d.cts} +0 -0
- /package/dist/{Diviner.d.ts → browser/Diviner.d.mts} +0 -0
- /package/dist/{Plugin.d.mts → browser/Plugin.d.cts} +0 -0
- /package/dist/{Plugin.d.ts → browser/Plugin.d.mts} +0 -0
- /package/dist/{Schema.d.mts → browser/Schema.d.cts} +0 -0
- /package/dist/{Schema.d.ts → browser/Schema.d.mts} +0 -0
- /package/dist/{index.d.mts → browser/index.d.cts} +0 -0
- /package/dist/{index.d.ts → browser/index.d.mts} +0 -0
- /package/dist/{lib/average.d.mts → browser/lib/average.d.cts} +0 -0
- /package/dist/{lib/average.d.ts → browser/lib/average.d.mts} +0 -0
- /package/dist/{lib/divineGas.d.mts → browser/lib/divineGas.d.cts} +0 -0
- /package/dist/{lib/divineGas.d.ts → browser/lib/divineGas.d.mts} +0 -0
- /package/dist/{lib/identities/index.d.mts → browser/lib/identities/index.d.cts} +0 -0
- /package/dist/{lib/identities/index.d.ts → browser/lib/identities/index.d.mts} +0 -0
- /package/dist/{lib/identities/isEthereumGasBlocknativePayload.d.mts → browser/lib/identities/isEthereumGasBlocknativePayload.d.cts} +0 -0
- /package/dist/{lib/identities/isEthereumGasBlocknativePayload.d.ts → browser/lib/identities/isEthereumGasBlocknativePayload.d.mts} +0 -0
- /package/dist/{lib/identities/isEthereumGasEtherchainV2Payload.d.mts → browser/lib/identities/isEthereumGasEtherchainV2Payload.d.cts} +0 -0
- /package/dist/{lib/identities/isEthereumGasEtherchainV2Payload.d.ts → browser/lib/identities/isEthereumGasEtherchainV2Payload.d.mts} +0 -0
- /package/dist/{lib/identities/isEthereumGasEthersPayload.d.mts → browser/lib/identities/isEthereumGasEthersPayload.d.cts} +0 -0
- /package/dist/{lib/identities/isEthereumGasEthersPayload.d.ts → browser/lib/identities/isEthereumGasEthersPayload.d.mts} +0 -0
- /package/dist/{lib/identities/isEthereumGasEtherscanPayload.d.mts → browser/lib/identities/isEthereumGasEtherscanPayload.d.cts} +0 -0
- /package/dist/{lib/identities/isEthereumGasEtherscanPayload.d.ts → browser/lib/identities/isEthereumGasEtherscanPayload.d.mts} +0 -0
- /package/dist/{lib/identities/isEthereumGasEthgasstationPayload.d.mts → browser/lib/identities/isEthereumGasEthgasstationPayload.d.cts} +0 -0
- /package/dist/{lib/identities/isEthereumGasEthgasstationPayload.d.ts → browser/lib/identities/isEthereumGasEthgasstationPayload.d.mts} +0 -0
- /package/dist/{lib/index.d.mts → browser/lib/index.d.cts} +0 -0
- /package/dist/{lib/index.d.ts → browser/lib/index.d.mts} +0 -0
- /package/dist/{lib/transforms/index.d.mts → browser/lib/transforms/index.d.cts} +0 -0
- /package/dist/{lib/transforms/index.d.ts → browser/lib/transforms/index.d.mts} +0 -0
- /package/dist/{lib/transforms/transformGasFromBlocknative.d.mts → browser/lib/transforms/transformGasFromBlocknative.d.cts} +0 -0
- /package/dist/{lib/transforms/transformGasFromBlocknative.d.ts → browser/lib/transforms/transformGasFromBlocknative.d.mts} +0 -0
- /package/dist/{lib/transforms/transformGasFromEtherchainV2.d.mts → browser/lib/transforms/transformGasFromEtherchainV2.d.cts} +0 -0
- /package/dist/{lib/transforms/transformGasFromEtherchainV2.d.ts → browser/lib/transforms/transformGasFromEtherchainV2.d.mts} +0 -0
- /package/dist/{lib/transforms/transformGasFromEthers.d.mts → browser/lib/transforms/transformGasFromEthers.d.cts} +0 -0
- /package/dist/{lib/transforms/transformGasFromEthers.d.ts → browser/lib/transforms/transformGasFromEthers.d.mts} +0 -0
- /package/dist/{lib/transforms/transformGasFromEtherscan.d.mts → browser/lib/transforms/transformGasFromEtherscan.d.cts} +0 -0
- /package/dist/{lib/transforms/transformGasFromEtherscan.d.ts → browser/lib/transforms/transformGasFromEtherscan.d.mts} +0 -0
- /package/dist/{lib/transforms/transformGasFromEthgasstation.d.mts → browser/lib/transforms/transformGasFromEthgasstation.d.cts} +0 -0
- /package/dist/{lib/transforms/transformGasFromEthgasstation.d.ts → browser/lib/transforms/transformGasFromEthgasstation.d.mts} +0 -0
- /package/dist/{test/index.d.mts → browser/test/index.d.cts} +0 -0
- /package/dist/{test/index.d.ts → browser/test/index.d.mts} +0 -0
- /package/dist/{test/sampleBlocknativeGas.d.mts → browser/test/sampleBlocknativeGas.d.cts} +0 -0
- /package/dist/{test/sampleBlocknativeGas.d.ts → browser/test/sampleBlocknativeGas.d.mts} +0 -0
- /package/dist/{test/sampleEtherchainGasV2.d.mts → browser/test/sampleEtherchainGasV2.d.cts} +0 -0
- /package/dist/{test/sampleEtherchainGasV2.d.ts → browser/test/sampleEtherchainGasV2.d.mts} +0 -0
- /package/dist/{test/sampleEthersGas.d.mts → browser/test/sampleEthersGas.d.cts} +0 -0
- /package/dist/{test/sampleEthersGas.d.ts → browser/test/sampleEthersGas.d.mts} +0 -0
- /package/dist/{test/sampleEtherscanGas.d.mts → browser/test/sampleEtherscanGas.d.cts} +0 -0
- /package/dist/{test/sampleEtherscanGas.d.ts → browser/test/sampleEtherscanGas.d.mts} +0 -0
- /package/dist/{test/sampleEthgasstationGas.d.mts → browser/test/sampleEthgasstationGas.d.cts} +0 -0
- /package/dist/{test/sampleEthgasstationGas.d.ts → browser/test/sampleEthgasstationGas.d.mts} +0 -0
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/lib/identities/index.ts
|
|
21
|
+
var identities_exports = {};
|
|
22
|
+
__export(identities_exports, {
|
|
23
|
+
isEthereumGasBlocknativePayload: () => isEthereumGasBlocknativePayload,
|
|
24
|
+
isEthereumGasEtherchainV2Payload: () => isEthereumGasEtherchainV2Payload,
|
|
25
|
+
isEthereumGasEthersPayload: () => isEthereumGasEthersPayload,
|
|
26
|
+
isEthereumGasEtherscanPayload: () => isEthereumGasEtherscanPayload,
|
|
27
|
+
isEthereumGasEthgasstationPayload: () => isEthereumGasEthgasstationPayload
|
|
28
|
+
});
|
|
29
|
+
module.exports = __toCommonJS(identities_exports);
|
|
30
|
+
|
|
31
|
+
// src/lib/identities/isEthereumGasBlocknativePayload.ts
|
|
32
|
+
var import_blocknative_ethereum_gas_payload_plugin = require("@xyo-network/blocknative-ethereum-gas-payload-plugin");
|
|
33
|
+
var isEthereumGasBlocknativePayload = (payload) => {
|
|
34
|
+
return (payload == null ? void 0 : payload.schema) === import_blocknative_ethereum_gas_payload_plugin.EthereumGasBlocknativeSchema;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
// src/lib/identities/isEthereumGasEtherchainV2Payload.ts
|
|
38
|
+
var import_etherchain_gas_ethereum_blockchain_payload_plugins = require("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins");
|
|
39
|
+
var isEthereumGasEtherchainV2Payload = (payload) => {
|
|
40
|
+
return (payload == null ? void 0 : payload.schema) === import_etherchain_gas_ethereum_blockchain_payload_plugins.EthereumGasEtherchainV2Schema;
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
// src/lib/identities/isEthereumGasEtherscanPayload.ts
|
|
44
|
+
var import_etherscan_ethereum_gas_payload_plugin = require("@xyo-network/etherscan-ethereum-gas-payload-plugin");
|
|
45
|
+
var isEthereumGasEtherscanPayload = (payload) => {
|
|
46
|
+
return (payload == null ? void 0 : payload.schema) === import_etherscan_ethereum_gas_payload_plugin.EthereumGasEtherscanSchema;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
// src/lib/identities/isEthereumGasEthersPayload.ts
|
|
50
|
+
var import_ethers_ethereum_gas_payload_plugin = require("@xyo-network/ethers-ethereum-gas-payload-plugin");
|
|
51
|
+
var isEthereumGasEthersPayload = (payload) => {
|
|
52
|
+
return (payload == null ? void 0 : payload.schema) === import_ethers_ethereum_gas_payload_plugin.EthereumGasEthersSchema;
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
// src/lib/identities/isEthereumGasEthgasstationPayload.ts
|
|
56
|
+
var import_ethgasstation_ethereum_gas_payload_plugin = require("@xyo-network/ethgasstation-ethereum-gas-payload-plugin");
|
|
57
|
+
var isEthereumGasEthgasstationPayload = (payload) => {
|
|
58
|
+
return (payload == null ? void 0 : payload.schema) === import_ethgasstation_ethereum_gas_payload_plugin.EthereumGasEthgasstationSchema;
|
|
59
|
+
};
|
|
60
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
61
|
+
0 && (module.exports = {
|
|
62
|
+
isEthereumGasBlocknativePayload,
|
|
63
|
+
isEthereumGasEtherchainV2Payload,
|
|
64
|
+
isEthereumGasEthersPayload,
|
|
65
|
+
isEthereumGasEtherscanPayload,
|
|
66
|
+
isEthereumGasEthgasstationPayload
|
|
67
|
+
});
|
|
68
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/index.ts","../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts","../../../../src/lib/identities/isEthereumGasEtherchainV2Payload.ts","../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts","../../../../src/lib/identities/isEthereumGasEthersPayload.ts","../../../../src/lib/identities/isEthereumGasEthgasstationPayload.ts"],"sourcesContent":["export * from './isEthereumGasBlocknativePayload'\nexport * from './isEthereumGasEtherchainV2Payload'\nexport * from './isEthereumGasEtherscanPayload'\nexport * from './isEthereumGasEthersPayload'\nexport * from './isEthereumGasEthgasstationPayload'\n","import { EthereumGasBlocknativePayload, EthereumGasBlocknativeSchema } from '@xyo-network/blocknative-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasBlocknativePayload = (payload?: Payload | null): payload is EthereumGasBlocknativePayload => {\n return payload?.schema === EthereumGasBlocknativeSchema\n}\n","import { EthereumGasEtherchainV2Payload, EthereumGasEtherchainV2Schema } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEtherchainV2Payload = (payload?: Payload | null): payload is EthereumGasEtherchainV2Payload => {\n return payload?.schema === EthereumGasEtherchainV2Schema\n}\n","import { EthereumGasEtherscanPayload, EthereumGasEtherscanSchema } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEtherscanPayload = (payload?: Payload | null): payload is EthereumGasEtherscanPayload => {\n return payload?.schema === EthereumGasEtherscanSchema\n}\n","import { EthereumGasEthersPayload, EthereumGasEthersSchema } from '@xyo-network/ethers-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEthersPayload = (payload?: Payload | null): payload is EthereumGasEthersPayload => {\n return payload?.schema === EthereumGasEthersSchema\n}\n","import { EthereumGasEthgasstationPayload, EthereumGasEthgasstationSchema } from '@xyo-network/ethgasstation-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEthgasstationPayload = (payload?: Payload | null): payload is EthereumGasEthgasstationPayload => {\n return payload?.schema === EthereumGasEthgasstationSchema\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,qDAA4E;AAGrE,IAAM,kCAAkC,CAAC,YAAuE;AACrH,UAAO,mCAAS,YAAW;AAC7B;;;ACLA,gEAA8E;AAGvE,IAAM,mCAAmC,CAAC,YAAwE;AACvH,UAAO,mCAAS,YAAW;AAC7B;;;ACLA,mDAAwE;AAGjE,IAAM,gCAAgC,CAAC,YAAqE;AACjH,UAAO,mCAAS,YAAW;AAC7B;;;ACLA,gDAAkE;AAG3D,IAAM,6BAA6B,CAAC,YAAkE;AAC3G,UAAO,mCAAS,YAAW;AAC7B;;;ACLA,uDAAgF;AAGzE,IAAM,oCAAoC,CAAC,YAAyE;AACzH,UAAO,mCAAS,YAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// src/lib/identities/isEthereumGasBlocknativePayload.ts
|
|
2
|
+
import { EthereumGasBlocknativeSchema } from "@xyo-network/blocknative-ethereum-gas-payload-plugin";
|
|
3
|
+
var isEthereumGasBlocknativePayload = (payload) => {
|
|
4
|
+
return (payload == null ? void 0 : payload.schema) === EthereumGasBlocknativeSchema;
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
// src/lib/identities/isEthereumGasEtherchainV2Payload.ts
|
|
8
|
+
import { EthereumGasEtherchainV2Schema } from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
|
|
9
|
+
var isEthereumGasEtherchainV2Payload = (payload) => {
|
|
10
|
+
return (payload == null ? void 0 : payload.schema) === EthereumGasEtherchainV2Schema;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
// src/lib/identities/isEthereumGasEtherscanPayload.ts
|
|
14
|
+
import { EthereumGasEtherscanSchema } from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
|
|
15
|
+
var isEthereumGasEtherscanPayload = (payload) => {
|
|
16
|
+
return (payload == null ? void 0 : payload.schema) === EthereumGasEtherscanSchema;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
// src/lib/identities/isEthereumGasEthersPayload.ts
|
|
20
|
+
import { EthereumGasEthersSchema } from "@xyo-network/ethers-ethereum-gas-payload-plugin";
|
|
21
|
+
var isEthereumGasEthersPayload = (payload) => {
|
|
22
|
+
return (payload == null ? void 0 : payload.schema) === EthereumGasEthersSchema;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
// src/lib/identities/isEthereumGasEthgasstationPayload.ts
|
|
26
|
+
import { EthereumGasEthgasstationSchema } from "@xyo-network/ethgasstation-ethereum-gas-payload-plugin";
|
|
27
|
+
var isEthereumGasEthgasstationPayload = (payload) => {
|
|
28
|
+
return (payload == null ? void 0 : payload.schema) === EthereumGasEthgasstationSchema;
|
|
29
|
+
};
|
|
30
|
+
export {
|
|
31
|
+
isEthereumGasBlocknativePayload,
|
|
32
|
+
isEthereumGasEtherchainV2Payload,
|
|
33
|
+
isEthereumGasEthersPayload,
|
|
34
|
+
isEthereumGasEtherscanPayload,
|
|
35
|
+
isEthereumGasEthgasstationPayload
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts","../../../../src/lib/identities/isEthereumGasEtherchainV2Payload.ts","../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts","../../../../src/lib/identities/isEthereumGasEthersPayload.ts","../../../../src/lib/identities/isEthereumGasEthgasstationPayload.ts"],"sourcesContent":["import { EthereumGasBlocknativePayload, EthereumGasBlocknativeSchema } from '@xyo-network/blocknative-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasBlocknativePayload = (payload?: Payload | null): payload is EthereumGasBlocknativePayload => {\n return payload?.schema === EthereumGasBlocknativeSchema\n}\n","import { EthereumGasEtherchainV2Payload, EthereumGasEtherchainV2Schema } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEtherchainV2Payload = (payload?: Payload | null): payload is EthereumGasEtherchainV2Payload => {\n return payload?.schema === EthereumGasEtherchainV2Schema\n}\n","import { EthereumGasEtherscanPayload, EthereumGasEtherscanSchema } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEtherscanPayload = (payload?: Payload | null): payload is EthereumGasEtherscanPayload => {\n return payload?.schema === EthereumGasEtherscanSchema\n}\n","import { EthereumGasEthersPayload, EthereumGasEthersSchema } from '@xyo-network/ethers-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEthersPayload = (payload?: Payload | null): payload is EthereumGasEthersPayload => {\n return payload?.schema === EthereumGasEthersSchema\n}\n","import { EthereumGasEthgasstationPayload, EthereumGasEthgasstationSchema } from '@xyo-network/ethgasstation-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEthgasstationPayload = (payload?: Payload | null): payload is EthereumGasEthgasstationPayload => {\n return payload?.schema === EthereumGasEthgasstationSchema\n}\n"],"mappings":";AAAA,SAAwC,oCAAoC;AAGrE,IAAM,kCAAkC,CAAC,YAAuE;AACrH,UAAO,mCAAS,YAAW;AAC7B;;;ACLA,SAAyC,qCAAqC;AAGvE,IAAM,mCAAmC,CAAC,YAAwE;AACvH,UAAO,mCAAS,YAAW;AAC7B;;;ACLA,SAAsC,kCAAkC;AAGjE,IAAM,gCAAgC,CAAC,YAAqE;AACjH,UAAO,mCAAS,YAAW;AAC7B;;;ACLA,SAAmC,+BAA+B;AAG3D,IAAM,6BAA6B,CAAC,YAAkE;AAC3G,UAAO,mCAAS,YAAW;AAC7B;;;ACLA,SAA0C,sCAAsC;AAGzE,IAAM,oCAAoC,CAAC,YAAyE;AACzH,UAAO,mCAAS,YAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.blocknative";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasBlocknativePayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;;CAEvE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.blocknative";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasBlocknativePayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;;CAEvE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.blocknative";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasBlocknativePayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;;CAEvE,CAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/lib/identities/isEthereumGasBlocknativePayload.ts
|
|
21
|
+
var isEthereumGasBlocknativePayload_exports = {};
|
|
22
|
+
__export(isEthereumGasBlocknativePayload_exports, {
|
|
23
|
+
isEthereumGasBlocknativePayload: () => isEthereumGasBlocknativePayload
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(isEthereumGasBlocknativePayload_exports);
|
|
26
|
+
var import_blocknative_ethereum_gas_payload_plugin = require("@xyo-network/blocknative-ethereum-gas-payload-plugin");
|
|
27
|
+
var isEthereumGasBlocknativePayload = (payload) => {
|
|
28
|
+
return (payload == null ? void 0 : payload.schema) === import_blocknative_ethereum_gas_payload_plugin.EthereumGasBlocknativeSchema;
|
|
29
|
+
};
|
|
30
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
+
0 && (module.exports = {
|
|
32
|
+
isEthereumGasBlocknativePayload
|
|
33
|
+
});
|
|
34
|
+
//# sourceMappingURL=isEthereumGasBlocknativePayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"sourcesContent":["import { EthereumGasBlocknativePayload, EthereumGasBlocknativeSchema } from '@xyo-network/blocknative-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasBlocknativePayload = (payload?: Payload | null): payload is EthereumGasBlocknativePayload => {\n return payload?.schema === EthereumGasBlocknativeSchema\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qDAA4E;AAGrE,IAAM,kCAAkC,CAAC,YAAuE;AACrH,UAAO,mCAAS,YAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// src/lib/identities/isEthereumGasBlocknativePayload.ts
|
|
2
|
+
import { EthereumGasBlocknativeSchema } from "@xyo-network/blocknative-ethereum-gas-payload-plugin";
|
|
3
|
+
var isEthereumGasBlocknativePayload = (payload) => {
|
|
4
|
+
return (payload == null ? void 0 : payload.schema) === EthereumGasBlocknativeSchema;
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
isEthereumGasBlocknativePayload
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=isEthereumGasBlocknativePayload.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"sourcesContent":["import { EthereumGasBlocknativePayload, EthereumGasBlocknativeSchema } from '@xyo-network/blocknative-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasBlocknativePayload = (payload?: Payload | null): payload is EthereumGasBlocknativePayload => {\n return payload?.schema === EthereumGasBlocknativeSchema\n}\n"],"mappings":";AAAA,SAAwC,oCAAoC;AAGrE,IAAM,kCAAkC,CAAC,YAAuE;AACrH,UAAO,mCAAS,YAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.etherchain.v2";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasEtherchainV2Payload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasEtherchainV2Payload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherchainV2Payload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,gCAAgC,aAAc,OAAO,GAAG,IAAI;;;CAExE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.etherchain.v2";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasEtherchainV2Payload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasEtherchainV2Payload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherchainV2Payload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,gCAAgC,aAAc,OAAO,GAAG,IAAI;;;CAExE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.etherchain.v2";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasEtherchainV2Payload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasEtherchainV2Payload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherchainV2Payload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,gCAAgC,aAAc,OAAO,GAAG,IAAI;;;CAExE,CAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/lib/identities/isEthereumGasEtherchainV2Payload.ts
|
|
21
|
+
var isEthereumGasEtherchainV2Payload_exports = {};
|
|
22
|
+
__export(isEthereumGasEtherchainV2Payload_exports, {
|
|
23
|
+
isEthereumGasEtherchainV2Payload: () => isEthereumGasEtherchainV2Payload
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(isEthereumGasEtherchainV2Payload_exports);
|
|
26
|
+
var import_etherchain_gas_ethereum_blockchain_payload_plugins = require("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins");
|
|
27
|
+
var isEthereumGasEtherchainV2Payload = (payload) => {
|
|
28
|
+
return (payload == null ? void 0 : payload.schema) === import_etherchain_gas_ethereum_blockchain_payload_plugins.EthereumGasEtherchainV2Schema;
|
|
29
|
+
};
|
|
30
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
+
0 && (module.exports = {
|
|
32
|
+
isEthereumGasEtherchainV2Payload
|
|
33
|
+
});
|
|
34
|
+
//# sourceMappingURL=isEthereumGasEtherchainV2Payload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/isEthereumGasEtherchainV2Payload.ts"],"sourcesContent":["import { EthereumGasEtherchainV2Payload, EthereumGasEtherchainV2Schema } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEtherchainV2Payload = (payload?: Payload | null): payload is EthereumGasEtherchainV2Payload => {\n return payload?.schema === EthereumGasEtherchainV2Schema\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gEAA8E;AAGvE,IAAM,mCAAmC,CAAC,YAAwE;AACvH,UAAO,mCAAS,YAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// src/lib/identities/isEthereumGasEtherchainV2Payload.ts
|
|
2
|
+
import { EthereumGasEtherchainV2Schema } from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
|
|
3
|
+
var isEthereumGasEtherchainV2Payload = (payload) => {
|
|
4
|
+
return (payload == null ? void 0 : payload.schema) === EthereumGasEtherchainV2Schema;
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
isEthereumGasEtherchainV2Payload
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=isEthereumGasEtherchainV2Payload.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/isEthereumGasEtherchainV2Payload.ts"],"sourcesContent":["import { EthereumGasEtherchainV2Payload, EthereumGasEtherchainV2Schema } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEtherchainV2Payload = (payload?: Payload | null): payload is EthereumGasEtherchainV2Payload => {\n return payload?.schema === EthereumGasEtherchainV2Schema\n}\n"],"mappings":";AAAA,SAAyC,qCAAqC;AAGvE,IAAM,mCAAmC,CAAC,YAAwE;AACvH,UAAO,mCAAS,YAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.ethers";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasEthersPayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;;CAElE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.ethers";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasEthersPayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;;CAElE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.ethers";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasEthersPayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;;CAElE,CAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/lib/identities/isEthereumGasEthersPayload.ts
|
|
21
|
+
var isEthereumGasEthersPayload_exports = {};
|
|
22
|
+
__export(isEthereumGasEthersPayload_exports, {
|
|
23
|
+
isEthereumGasEthersPayload: () => isEthereumGasEthersPayload
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(isEthereumGasEthersPayload_exports);
|
|
26
|
+
var import_ethers_ethereum_gas_payload_plugin = require("@xyo-network/ethers-ethereum-gas-payload-plugin");
|
|
27
|
+
var isEthereumGasEthersPayload = (payload) => {
|
|
28
|
+
return (payload == null ? void 0 : payload.schema) === import_ethers_ethereum_gas_payload_plugin.EthereumGasEthersSchema;
|
|
29
|
+
};
|
|
30
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
+
0 && (module.exports = {
|
|
32
|
+
isEthereumGasEthersPayload
|
|
33
|
+
});
|
|
34
|
+
//# sourceMappingURL=isEthereumGasEthersPayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"sourcesContent":["import { EthereumGasEthersPayload, EthereumGasEthersSchema } from '@xyo-network/ethers-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEthersPayload = (payload?: Payload | null): payload is EthereumGasEthersPayload => {\n return payload?.schema === EthereumGasEthersSchema\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gDAAkE;AAG3D,IAAM,6BAA6B,CAAC,YAAkE;AAC3G,UAAO,mCAAS,YAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// src/lib/identities/isEthereumGasEthersPayload.ts
|
|
2
|
+
import { EthereumGasEthersSchema } from "@xyo-network/ethers-ethereum-gas-payload-plugin";
|
|
3
|
+
var isEthereumGasEthersPayload = (payload) => {
|
|
4
|
+
return (payload == null ? void 0 : payload.schema) === EthereumGasEthersSchema;
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
isEthereumGasEthersPayload
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=isEthereumGasEthersPayload.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"sourcesContent":["import { EthereumGasEthersPayload, EthereumGasEthersSchema } from '@xyo-network/ethers-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEthersPayload = (payload?: Payload | null): payload is EthereumGasEthersPayload => {\n return payload?.schema === EthereumGasEthersSchema\n}\n"],"mappings":";AAAA,SAAmC,+BAA+B;AAG3D,IAAM,6BAA6B,CAAC,YAAkE;AAC3G,UAAO,mCAAS,YAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.etherscan";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasEtherscanPayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;;CAErE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.etherscan";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasEtherscanPayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;;CAErE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.etherscan";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasEtherscanPayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;;CAErE,CAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/lib/identities/isEthereumGasEtherscanPayload.ts
|
|
21
|
+
var isEthereumGasEtherscanPayload_exports = {};
|
|
22
|
+
__export(isEthereumGasEtherscanPayload_exports, {
|
|
23
|
+
isEthereumGasEtherscanPayload: () => isEthereumGasEtherscanPayload
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(isEthereumGasEtherscanPayload_exports);
|
|
26
|
+
var import_etherscan_ethereum_gas_payload_plugin = require("@xyo-network/etherscan-ethereum-gas-payload-plugin");
|
|
27
|
+
var isEthereumGasEtherscanPayload = (payload) => {
|
|
28
|
+
return (payload == null ? void 0 : payload.schema) === import_etherscan_ethereum_gas_payload_plugin.EthereumGasEtherscanSchema;
|
|
29
|
+
};
|
|
30
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
+
0 && (module.exports = {
|
|
32
|
+
isEthereumGasEtherscanPayload
|
|
33
|
+
});
|
|
34
|
+
//# sourceMappingURL=isEthereumGasEtherscanPayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"sourcesContent":["import { EthereumGasEtherscanPayload, EthereumGasEtherscanSchema } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEtherscanPayload = (payload?: Payload | null): payload is EthereumGasEtherscanPayload => {\n return payload?.schema === EthereumGasEtherscanSchema\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mDAAwE;AAGjE,IAAM,gCAAgC,CAAC,YAAqE;AACjH,UAAO,mCAAS,YAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// src/lib/identities/isEthereumGasEtherscanPayload.ts
|
|
2
|
+
import { EthereumGasEtherscanSchema } from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
|
|
3
|
+
var isEthereumGasEtherscanPayload = (payload) => {
|
|
4
|
+
return (payload == null ? void 0 : payload.schema) === EthereumGasEtherscanSchema;
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
isEthereumGasEtherscanPayload
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=isEthereumGasEtherscanPayload.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"sourcesContent":["import { EthereumGasEtherscanPayload, EthereumGasEtherscanSchema } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEtherscanPayload = (payload?: Payload | null): payload is EthereumGasEtherscanPayload => {\n return payload?.schema === EthereumGasEtherscanSchema\n}\n"],"mappings":";AAAA,SAAsC,kCAAkC;AAGjE,IAAM,gCAAgC,CAAC,YAAqE;AACjH,UAAO,mCAAS,YAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.ethgasstation";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasEthgasstationPayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasEthgasstationPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthgasstationPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,iCAAiC,aAAc,OAAO,GAAG,IAAI;;;CAEzE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.ethgasstation";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasEthgasstationPayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasEthgasstationPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthgasstationPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,iCAAiC,aAAc,OAAO,GAAG,IAAI;;;CAEzE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
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/payload-model").PayloadFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
|
|
3
|
+
schema: "network.xyo.blockchain.ethereum.gas.ethgasstation";
|
|
4
|
+
timestamp: number;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=isEthereumGasEthgasstationPayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEthereumGasEthgasstationPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthgasstationPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,iCAAiC,aAAc,OAAO,GAAG,IAAI;;;CAEzE,CAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/lib/identities/isEthereumGasEthgasstationPayload.ts
|
|
21
|
+
var isEthereumGasEthgasstationPayload_exports = {};
|
|
22
|
+
__export(isEthereumGasEthgasstationPayload_exports, {
|
|
23
|
+
isEthereumGasEthgasstationPayload: () => isEthereumGasEthgasstationPayload
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(isEthereumGasEthgasstationPayload_exports);
|
|
26
|
+
var import_ethgasstation_ethereum_gas_payload_plugin = require("@xyo-network/ethgasstation-ethereum-gas-payload-plugin");
|
|
27
|
+
var isEthereumGasEthgasstationPayload = (payload) => {
|
|
28
|
+
return (payload == null ? void 0 : payload.schema) === import_ethgasstation_ethereum_gas_payload_plugin.EthereumGasEthgasstationSchema;
|
|
29
|
+
};
|
|
30
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
+
0 && (module.exports = {
|
|
32
|
+
isEthereumGasEthgasstationPayload
|
|
33
|
+
});
|
|
34
|
+
//# sourceMappingURL=isEthereumGasEthgasstationPayload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/isEthereumGasEthgasstationPayload.ts"],"sourcesContent":["import { EthereumGasEthgasstationPayload, EthereumGasEthgasstationSchema } from '@xyo-network/ethgasstation-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEthgasstationPayload = (payload?: Payload | null): payload is EthereumGasEthgasstationPayload => {\n return payload?.schema === EthereumGasEthgasstationSchema\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uDAAgF;AAGzE,IAAM,oCAAoC,CAAC,YAAyE;AACzH,UAAO,mCAAS,YAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// src/lib/identities/isEthereumGasEthgasstationPayload.ts
|
|
2
|
+
import { EthereumGasEthgasstationSchema } from "@xyo-network/ethgasstation-ethereum-gas-payload-plugin";
|
|
3
|
+
var isEthereumGasEthgasstationPayload = (payload) => {
|
|
4
|
+
return (payload == null ? void 0 : payload.schema) === EthereumGasEthgasstationSchema;
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
isEthereumGasEthgasstationPayload
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=isEthereumGasEthgasstationPayload.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/isEthereumGasEthgasstationPayload.ts"],"sourcesContent":["import { EthereumGasEthgasstationPayload, EthereumGasEthgasstationSchema } from '@xyo-network/ethgasstation-ethereum-gas-payload-plugin'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport const isEthereumGasEthgasstationPayload = (payload?: Payload | null): payload is EthereumGasEthgasstationPayload => {\n return payload?.schema === EthereumGasEthgasstationSchema\n}\n"],"mappings":";AAAA,SAA0C,sCAAsC;AAGzE,IAAM,oCAAoC,CAAC,YAAyE;AACzH,UAAO,mCAAS,YAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
|