@xyo-network/gas-price-plugin 2.74.5 → 2.75.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.
- package/dist/browser/Diviner.cjs +257 -0
- package/dist/browser/Diviner.cjs.map +1 -0
- package/dist/browser/Diviner.d.mts.map +1 -0
- package/dist/browser/Diviner.d.ts.map +1 -0
- package/dist/browser/Diviner.js +236 -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.mts.map +1 -0
- package/dist/browser/Plugin.d.ts.map +1 -0
- package/dist/browser/Plugin.js +251 -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.mts.map +1 -0
- package/dist/browser/Schema.d.ts.map +1 -0
- package/dist/browser/Schema.js +8 -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.mts.map +1 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/{index.mjs → browser/index.js} +1 -1
- 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.mts.map +1 -0
- package/dist/browser/lib/average.d.ts.map +1 -0
- package/dist/browser/lib/average.js +29 -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.mts.map +1 -0
- package/dist/browser/lib/divineGas.d.ts.map +1 -0
- package/dist/browser/lib/divineGas.js +219 -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.mts.map +1 -0
- package/dist/browser/lib/identities/index.d.ts.map +1 -0
- package/dist/browser/lib/identities/index.js +37 -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.mts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.ts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.js +9 -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.mts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherchainV2Payload.d.ts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherchainV2Payload.js +9 -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.mts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.ts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.js +9 -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.mts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.ts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.js +9 -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.mts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthgasstationPayload.d.ts.map +1 -0
- package/dist/browser/lib/identities/isEthereumGasEthgasstationPayload.js +9 -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.mts.map +1 -0
- package/dist/browser/lib/index.d.ts.map +1 -0
- package/dist/browser/lib/index.js +219 -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.mts.map +1 -0
- package/dist/browser/lib/transforms/index.d.ts.map +1 -0
- package/dist/browser/lib/transforms/index.js +149 -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.mts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromBlocknative.d.ts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromBlocknative.js +49 -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.mts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherchainV2.d.ts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherchainV2.js +19 -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.mts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthers.d.ts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthers.js +25 -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.mts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherscan.d.ts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEtherscan.js +28 -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.mts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthgasstation.d.ts.map +1 -0
- package/dist/browser/lib/transforms/transformGasFromEthgasstation.js +36 -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.mts.map +1 -0
- package/dist/browser/test/index.d.ts.map +1 -0
- package/dist/browser/test/index.js +166 -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.mts.map +1 -0
- package/dist/browser/test/sampleBlocknativeGas.d.ts.map +1 -0
- package/dist/browser/test/sampleBlocknativeGas.js +97 -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.mts.map +1 -0
- package/dist/browser/test/sampleEtherchainGasV2.d.ts.map +1 -0
- package/dist/browser/test/sampleEtherchainGasV2.js +19 -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.mts.map +1 -0
- package/dist/browser/test/sampleEthersGas.d.ts.map +1 -0
- package/dist/browser/test/sampleEthersGas.js +14 -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.mts.map +1 -0
- package/dist/browser/test/sampleEtherscanGas.d.ts.map +1 -0
- package/dist/browser/test/sampleEtherscanGas.js +20 -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.mts.map +1 -0
- package/dist/browser/test/sampleEthgasstationGas.d.ts.map +1 -0
- package/dist/browser/test/sampleEthgasstationGas.js +24 -0
- package/dist/browser/test/sampleEthgasstationGas.js.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 +40 -0
- package/dist/node/Diviner.js.map +1 -0
- package/dist/node/Diviner.mjs +16 -0
- package/dist/node/Diviner.mjs.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 +40 -0
- package/dist/node/Plugin.js.map +1 -0
- package/dist/node/Plugin.mjs +16 -0
- package/dist/node/Plugin.mjs.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 +32 -0
- package/dist/node/Schema.js.map +1 -0
- package/dist/node/Schema.mjs +7 -0
- package/dist/node/Schema.mjs.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 +36 -0
- package/dist/node/index.js.map +1 -0
- package/dist/node/index.mjs +9 -0
- package/dist/node/index.mjs.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 +52 -0
- package/dist/node/lib/average.js.map +1 -0
- package/dist/node/lib/average.mjs +28 -0
- package/dist/node/lib/average.mjs.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 +45 -0
- package/dist/node/lib/divineGas.js.map +1 -0
- package/dist/node/lib/divineGas.mjs +33 -0
- package/dist/node/lib/divineGas.mjs.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 +31 -0
- package/dist/node/lib/identities/index.js.map +1 -0
- package/dist/node/lib/identities/index.mjs +6 -0
- package/dist/node/lib/identities/index.mjs.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 +32 -0
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.js.map +1 -0
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.mjs +8 -0
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.mjs.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 +32 -0
- package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.js.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.mjs +8 -0
- package/dist/node/lib/identities/isEthereumGasEtherchainV2Payload.mjs.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 +32 -0
- package/dist/node/lib/identities/isEthereumGasEthersPayload.js.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEthersPayload.mjs +8 -0
- package/dist/node/lib/identities/isEthereumGasEthersPayload.mjs.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 +32 -0
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.js.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.mjs +8 -0
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.mjs.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 +32 -0
- package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.js.map +1 -0
- package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.mjs +8 -0
- package/dist/node/lib/identities/isEthereumGasEthgasstationPayload.mjs.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 +23 -0
- package/dist/node/lib/index.js.map +1 -0
- package/dist/node/lib/index.mjs +2 -0
- package/dist/node/lib/index.mjs.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 +31 -0
- package/dist/node/lib/transforms/index.js.map +1 -0
- package/dist/node/lib/transforms/index.mjs +6 -0
- package/dist/node/lib/transforms/index.mjs.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 +72 -0
- package/dist/node/lib/transforms/transformGasFromBlocknative.js.map +1 -0
- package/dist/node/lib/transforms/transformGasFromBlocknative.mjs +48 -0
- package/dist/node/lib/transforms/transformGasFromBlocknative.mjs.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 +42 -0
- package/dist/node/lib/transforms/transformGasFromEtherchainV2.js.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEtherchainV2.mjs +18 -0
- package/dist/node/lib/transforms/transformGasFromEtherchainV2.mjs.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 +48 -0
- package/dist/node/lib/transforms/transformGasFromEthers.js.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEthers.mjs +24 -0
- package/dist/node/lib/transforms/transformGasFromEthers.mjs.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 +51 -0
- package/dist/node/lib/transforms/transformGasFromEtherscan.js.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEtherscan.mjs +27 -0
- package/dist/node/lib/transforms/transformGasFromEtherscan.mjs.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 +59 -0
- package/dist/node/lib/transforms/transformGasFromEthgasstation.js.map +1 -0
- package/dist/node/lib/transforms/transformGasFromEthgasstation.mjs +35 -0
- package/dist/node/lib/transforms/transformGasFromEthgasstation.mjs.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 +31 -0
- package/dist/node/test/index.js.map +1 -0
- package/dist/node/test/index.mjs +6 -0
- package/dist/node/test/index.mjs.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 +120 -0
- package/dist/node/test/sampleBlocknativeGas.js.map +1 -0
- package/dist/node/test/sampleBlocknativeGas.mjs +96 -0
- package/dist/node/test/sampleBlocknativeGas.mjs.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 +42 -0
- package/dist/node/test/sampleEtherchainGasV2.js.map +1 -0
- package/dist/node/test/sampleEtherchainGasV2.mjs +18 -0
- package/dist/node/test/sampleEtherchainGasV2.mjs.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 +37 -0
- package/dist/node/test/sampleEthersGas.js.map +1 -0
- package/dist/node/test/sampleEthersGas.mjs +13 -0
- package/dist/node/test/sampleEthersGas.mjs.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 +43 -0
- package/dist/node/test/sampleEtherscanGas.js.map +1 -0
- package/dist/node/test/sampleEtherscanGas.mjs +19 -0
- package/dist/node/test/sampleEtherscanGas.mjs.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 +47 -0
- package/dist/node/test/sampleEthgasstationGas.js.map +1 -0
- package/dist/node/test/sampleEthgasstationGas.mjs +23 -0
- package/dist/node/test/sampleEthgasstationGas.mjs.map +1 -0
- package/package.json +38 -35
- 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/docs.json +0 -21982
- 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.mts} +0 -0
- /package/dist/{Diviner.d.ts → browser/Diviner.d.ts} +0 -0
- /package/dist/{Plugin.d.mts → browser/Plugin.d.mts} +0 -0
- /package/dist/{Plugin.d.ts → browser/Plugin.d.ts} +0 -0
- /package/dist/{Schema.d.mts → browser/Schema.d.mts} +0 -0
- /package/dist/{Schema.d.ts → browser/Schema.d.ts} +0 -0
- /package/dist/{index.d.mts → browser/index.d.mts} +0 -0
- /package/dist/{index.d.ts → browser/index.d.ts} +0 -0
- /package/dist/{lib → browser/lib}/average.d.mts +0 -0
- /package/dist/{lib → browser/lib}/average.d.ts +0 -0
- /package/dist/{lib → browser/lib}/divineGas.d.mts +0 -0
- /package/dist/{lib → browser/lib}/divineGas.d.ts +0 -0
- /package/dist/{lib → browser/lib}/identities/index.d.mts +0 -0
- /package/dist/{lib → browser/lib}/identities/index.d.ts +0 -0
- /package/dist/{lib → browser/lib}/identities/isEthereumGasBlocknativePayload.d.mts +0 -0
- /package/dist/{lib → browser/lib}/identities/isEthereumGasBlocknativePayload.d.ts +0 -0
- /package/dist/{lib → browser/lib}/identities/isEthereumGasEtherchainV2Payload.d.mts +0 -0
- /package/dist/{lib → browser/lib}/identities/isEthereumGasEtherchainV2Payload.d.ts +0 -0
- /package/dist/{lib → browser/lib}/identities/isEthereumGasEthersPayload.d.mts +0 -0
- /package/dist/{lib → browser/lib}/identities/isEthereumGasEthersPayload.d.ts +0 -0
- /package/dist/{lib → browser/lib}/identities/isEthereumGasEtherscanPayload.d.mts +0 -0
- /package/dist/{lib → browser/lib}/identities/isEthereumGasEtherscanPayload.d.ts +0 -0
- /package/dist/{lib → browser/lib}/identities/isEthereumGasEthgasstationPayload.d.mts +0 -0
- /package/dist/{lib → browser/lib}/identities/isEthereumGasEthgasstationPayload.d.ts +0 -0
- /package/dist/{lib → browser/lib}/index.d.mts +0 -0
- /package/dist/{lib → browser/lib}/index.d.ts +0 -0
- /package/dist/{lib → browser/lib}/transforms/index.d.mts +0 -0
- /package/dist/{lib → browser/lib}/transforms/index.d.ts +0 -0
- /package/dist/{lib → browser/lib}/transforms/transformGasFromBlocknative.d.mts +0 -0
- /package/dist/{lib → browser/lib}/transforms/transformGasFromBlocknative.d.ts +0 -0
- /package/dist/{lib → browser/lib}/transforms/transformGasFromEtherchainV2.d.mts +0 -0
- /package/dist/{lib → browser/lib}/transforms/transformGasFromEtherchainV2.d.ts +0 -0
- /package/dist/{lib → browser/lib}/transforms/transformGasFromEthers.d.mts +0 -0
- /package/dist/{lib → browser/lib}/transforms/transformGasFromEthers.d.ts +0 -0
- /package/dist/{lib → browser/lib}/transforms/transformGasFromEtherscan.d.mts +0 -0
- /package/dist/{lib → browser/lib}/transforms/transformGasFromEtherscan.d.ts +0 -0
- /package/dist/{lib → browser/lib}/transforms/transformGasFromEthgasstation.d.mts +0 -0
- /package/dist/{lib → browser/lib}/transforms/transformGasFromEthgasstation.d.ts +0 -0
- /package/dist/{test → browser/test}/index.d.mts +0 -0
- /package/dist/{test → browser/test}/index.d.ts +0 -0
- /package/dist/{test → browser/test}/sampleBlocknativeGas.d.mts +0 -0
- /package/dist/{test → browser/test}/sampleBlocknativeGas.d.ts +0 -0
- /package/dist/{test → browser/test}/sampleEtherchainGasV2.d.mts +0 -0
- /package/dist/{test → browser/test}/sampleEtherchainGasV2.d.ts +0 -0
- /package/dist/{test → browser/test}/sampleEthersGas.d.mts +0 -0
- /package/dist/{test → browser/test}/sampleEthersGas.d.ts +0 -0
- /package/dist/{test → browser/test}/sampleEtherscanGas.d.mts +0 -0
- /package/dist/{test → browser/test}/sampleEtherscanGas.d.ts +0 -0
- /package/dist/{test → browser/test}/sampleEthgasstationGas.d.mts +0 -0
- /package/dist/{test → browser/test}/sampleEthgasstationGas.d.ts +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
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 __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
var identities_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(identities_exports);
|
|
18
|
+
__reExport(identities_exports, require("./isEthereumGasBlocknativePayload"), module.exports);
|
|
19
|
+
__reExport(identities_exports, require("./isEthereumGasEtherchainV2Payload"), module.exports);
|
|
20
|
+
__reExport(identities_exports, require("./isEthereumGasEtherscanPayload"), module.exports);
|
|
21
|
+
__reExport(identities_exports, require("./isEthereumGasEthersPayload"), module.exports);
|
|
22
|
+
__reExport(identities_exports, require("./isEthereumGasEthgasstationPayload"), module.exports);
|
|
23
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
24
|
+
0 && (module.exports = {
|
|
25
|
+
...require("./isEthereumGasBlocknativePayload"),
|
|
26
|
+
...require("./isEthereumGasEtherchainV2Payload"),
|
|
27
|
+
...require("./isEthereumGasEtherscanPayload"),
|
|
28
|
+
...require("./isEthereumGasEthersPayload"),
|
|
29
|
+
...require("./isEthereumGasEthgasstationPayload")
|
|
30
|
+
});
|
|
31
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/index.ts"],"sourcesContent":["export * from './isEthereumGasBlocknativePayload'\nexport * from './isEthereumGasEtherchainV2Payload'\nexport * from './isEthereumGasEtherscanPayload'\nexport * from './isEthereumGasEthersPayload'\nexport * from './isEthereumGasEthgasstationPayload'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,+BAAc,8CAAd;AACA,+BAAc,+CADd;AAEA,+BAAc,4CAFd;AAGA,+BAAc,yCAHd;AAIA,+BAAc,gDAJd;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from "./isEthereumGasBlocknativePayload";
|
|
2
|
+
export * from "./isEthereumGasEtherchainV2Payload";
|
|
3
|
+
export * from "./isEthereumGasEtherscanPayload";
|
|
4
|
+
export * from "./isEthereumGasEthersPayload";
|
|
5
|
+
export * from "./isEthereumGasEthgasstationPayload";
|
|
6
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/identities/index.ts"],"sourcesContent":["export * from './isEthereumGasBlocknativePayload'\nexport * from './isEthereumGasEtherchainV2Payload'\nexport * from './isEthereumGasEtherscanPayload'\nexport * from './isEthereumGasEthersPayload'\nexport * from './isEthereumGasEthgasstationPayload'\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","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,32 @@
|
|
|
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
|
+
var isEthereumGasBlocknativePayload_exports = {};
|
|
20
|
+
__export(isEthereumGasBlocknativePayload_exports, {
|
|
21
|
+
isEthereumGasBlocknativePayload: () => isEthereumGasBlocknativePayload
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(isEthereumGasBlocknativePayload_exports);
|
|
24
|
+
var import_blocknative_ethereum_gas_payload_plugin = require("@xyo-network/blocknative-ethereum-gas-payload-plugin");
|
|
25
|
+
const isEthereumGasBlocknativePayload = (payload) => {
|
|
26
|
+
return payload?.schema === import_blocknative_ethereum_gas_payload_plugin.EthereumGasBlocknativeSchema;
|
|
27
|
+
};
|
|
28
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
29
|
+
0 && (module.exports = {
|
|
30
|
+
isEthereumGasBlocknativePayload
|
|
31
|
+
});
|
|
32
|
+
//# 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,MAAM,kCAAkC,CAAC,YAAuE;AACrH,SAAO,SAAS,WAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EthereumGasBlocknativeSchema } from "@xyo-network/blocknative-ethereum-gas-payload-plugin";
|
|
2
|
+
const isEthereumGasBlocknativePayload = (payload) => {
|
|
3
|
+
return payload?.schema === EthereumGasBlocknativeSchema;
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
isEthereumGasBlocknativePayload
|
|
7
|
+
};
|
|
8
|
+
//# 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,MAAM,kCAAkC,CAAC,YAAuE;AACrH,SAAO,SAAS,WAAW;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,32 @@
|
|
|
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
|
+
var isEthereumGasEtherchainV2Payload_exports = {};
|
|
20
|
+
__export(isEthereumGasEtherchainV2Payload_exports, {
|
|
21
|
+
isEthereumGasEtherchainV2Payload: () => isEthereumGasEtherchainV2Payload
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(isEthereumGasEtherchainV2Payload_exports);
|
|
24
|
+
var import_etherchain_gas_ethereum_blockchain_payload_plugins = require("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins");
|
|
25
|
+
const isEthereumGasEtherchainV2Payload = (payload) => {
|
|
26
|
+
return payload?.schema === import_etherchain_gas_ethereum_blockchain_payload_plugins.EthereumGasEtherchainV2Schema;
|
|
27
|
+
};
|
|
28
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
29
|
+
0 && (module.exports = {
|
|
30
|
+
isEthereumGasEtherchainV2Payload
|
|
31
|
+
});
|
|
32
|
+
//# 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,MAAM,mCAAmC,CAAC,YAAwE;AACvH,SAAO,SAAS,WAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EthereumGasEtherchainV2Schema } from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
|
|
2
|
+
const isEthereumGasEtherchainV2Payload = (payload) => {
|
|
3
|
+
return payload?.schema === EthereumGasEtherchainV2Schema;
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
isEthereumGasEtherchainV2Payload
|
|
7
|
+
};
|
|
8
|
+
//# 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,MAAM,mCAAmC,CAAC,YAAwE;AACvH,SAAO,SAAS,WAAW;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,32 @@
|
|
|
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
|
+
var isEthereumGasEthersPayload_exports = {};
|
|
20
|
+
__export(isEthereumGasEthersPayload_exports, {
|
|
21
|
+
isEthereumGasEthersPayload: () => isEthereumGasEthersPayload
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(isEthereumGasEthersPayload_exports);
|
|
24
|
+
var import_ethers_ethereum_gas_payload_plugin = require("@xyo-network/ethers-ethereum-gas-payload-plugin");
|
|
25
|
+
const isEthereumGasEthersPayload = (payload) => {
|
|
26
|
+
return payload?.schema === import_ethers_ethereum_gas_payload_plugin.EthereumGasEthersSchema;
|
|
27
|
+
};
|
|
28
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
29
|
+
0 && (module.exports = {
|
|
30
|
+
isEthereumGasEthersPayload
|
|
31
|
+
});
|
|
32
|
+
//# 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,MAAM,6BAA6B,CAAC,YAAkE;AAC3G,SAAO,SAAS,WAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EthereumGasEthersSchema } from "@xyo-network/ethers-ethereum-gas-payload-plugin";
|
|
2
|
+
const isEthereumGasEthersPayload = (payload) => {
|
|
3
|
+
return payload?.schema === EthereumGasEthersSchema;
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
isEthereumGasEthersPayload
|
|
7
|
+
};
|
|
8
|
+
//# 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,MAAM,6BAA6B,CAAC,YAAkE;AAC3G,SAAO,SAAS,WAAW;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,32 @@
|
|
|
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
|
+
var isEthereumGasEtherscanPayload_exports = {};
|
|
20
|
+
__export(isEthereumGasEtherscanPayload_exports, {
|
|
21
|
+
isEthereumGasEtherscanPayload: () => isEthereumGasEtherscanPayload
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(isEthereumGasEtherscanPayload_exports);
|
|
24
|
+
var import_etherscan_ethereum_gas_payload_plugin = require("@xyo-network/etherscan-ethereum-gas-payload-plugin");
|
|
25
|
+
const isEthereumGasEtherscanPayload = (payload) => {
|
|
26
|
+
return payload?.schema === import_etherscan_ethereum_gas_payload_plugin.EthereumGasEtherscanSchema;
|
|
27
|
+
};
|
|
28
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
29
|
+
0 && (module.exports = {
|
|
30
|
+
isEthereumGasEtherscanPayload
|
|
31
|
+
});
|
|
32
|
+
//# 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,MAAM,gCAAgC,CAAC,YAAqE;AACjH,SAAO,SAAS,WAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EthereumGasEtherscanSchema } from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
|
|
2
|
+
const isEthereumGasEtherscanPayload = (payload) => {
|
|
3
|
+
return payload?.schema === EthereumGasEtherscanSchema;
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
isEthereumGasEtherscanPayload
|
|
7
|
+
};
|
|
8
|
+
//# 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,MAAM,gCAAgC,CAAC,YAAqE;AACjH,SAAO,SAAS,WAAW;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,32 @@
|
|
|
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
|
+
var isEthereumGasEthgasstationPayload_exports = {};
|
|
20
|
+
__export(isEthereumGasEthgasstationPayload_exports, {
|
|
21
|
+
isEthereumGasEthgasstationPayload: () => isEthereumGasEthgasstationPayload
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(isEthereumGasEthgasstationPayload_exports);
|
|
24
|
+
var import_ethgasstation_ethereum_gas_payload_plugin = require("@xyo-network/ethgasstation-ethereum-gas-payload-plugin");
|
|
25
|
+
const isEthereumGasEthgasstationPayload = (payload) => {
|
|
26
|
+
return payload?.schema === import_ethgasstation_ethereum_gas_payload_plugin.EthereumGasEthgasstationSchema;
|
|
27
|
+
};
|
|
28
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
29
|
+
0 && (module.exports = {
|
|
30
|
+
isEthereumGasEthgasstationPayload
|
|
31
|
+
});
|
|
32
|
+
//# 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,MAAM,oCAAoC,CAAC,YAAyE;AACzH,SAAO,SAAS,WAAW;AAC7B;","names":[]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EthereumGasEthgasstationSchema } from "@xyo-network/ethgasstation-ethereum-gas-payload-plugin";
|
|
2
|
+
const isEthereumGasEthgasstationPayload = (payload) => {
|
|
3
|
+
return payload?.schema === EthereumGasEthgasstationSchema;
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
isEthereumGasEthgasstationPayload
|
|
7
|
+
};
|
|
8
|
+
//# 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,MAAM,oCAAoC,CAAC,YAAyE;AACzH,SAAO,SAAS,WAAW;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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
var lib_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(lib_exports);
|
|
18
|
+
__reExport(lib_exports, require("./divineGas"), module.exports);
|
|
19
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
20
|
+
0 && (module.exports = {
|
|
21
|
+
...require("./divineGas")
|
|
22
|
+
});
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/lib/index.ts"],"sourcesContent":["export * from './divineGas'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,wBAAd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/lib/index.ts"],"sourcesContent":["export * from './divineGas'\n"],"mappings":"AAAA,cAAc;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from './transformGasFromBlocknative';
|
|
2
|
+
export * from './transformGasFromEtherchainV2';
|
|
3
|
+
export * from './transformGasFromEthers';
|
|
4
|
+
export * from './transformGasFromEtherscan';
|
|
5
|
+
export * from './transformGasFromEthgasstation';
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/transforms/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,0BAA0B,CAAA;AACxC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,iCAAiC,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from './transformGasFromBlocknative';
|
|
2
|
+
export * from './transformGasFromEtherchainV2';
|
|
3
|
+
export * from './transformGasFromEthers';
|
|
4
|
+
export * from './transformGasFromEtherscan';
|
|
5
|
+
export * from './transformGasFromEthgasstation';
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/transforms/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,0BAA0B,CAAA;AACxC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,iCAAiC,CAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
var transforms_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(transforms_exports);
|
|
18
|
+
__reExport(transforms_exports, require("./transformGasFromBlocknative"), module.exports);
|
|
19
|
+
__reExport(transforms_exports, require("./transformGasFromEtherchainV2"), module.exports);
|
|
20
|
+
__reExport(transforms_exports, require("./transformGasFromEthers"), module.exports);
|
|
21
|
+
__reExport(transforms_exports, require("./transformGasFromEtherscan"), module.exports);
|
|
22
|
+
__reExport(transforms_exports, require("./transformGasFromEthgasstation"), module.exports);
|
|
23
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
24
|
+
0 && (module.exports = {
|
|
25
|
+
...require("./transformGasFromBlocknative"),
|
|
26
|
+
...require("./transformGasFromEtherchainV2"),
|
|
27
|
+
...require("./transformGasFromEthers"),
|
|
28
|
+
...require("./transformGasFromEtherscan"),
|
|
29
|
+
...require("./transformGasFromEthgasstation")
|
|
30
|
+
});
|
|
31
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/transforms/index.ts"],"sourcesContent":["export * from './transformGasFromBlocknative'\nexport * from './transformGasFromEtherchainV2'\nexport * from './transformGasFromEthers'\nexport * from './transformGasFromEtherscan'\nexport * from './transformGasFromEthgasstation'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,+BAAc,0CAAd;AACA,+BAAc,2CADd;AAEA,+BAAc,qCAFd;AAGA,+BAAc,wCAHd;AAIA,+BAAc,4CAJd;","names":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from "./transformGasFromBlocknative";
|
|
2
|
+
export * from "./transformGasFromEtherchainV2";
|
|
3
|
+
export * from "./transformGasFromEthers";
|
|
4
|
+
export * from "./transformGasFromEtherscan";
|
|
5
|
+
export * from "./transformGasFromEthgasstation";
|
|
6
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/lib/transforms/index.ts"],"sourcesContent":["export * from './transformGasFromBlocknative'\nexport * from './transformGasFromEtherchainV2'\nexport * from './transformGasFromEthers'\nexport * from './transformGasFromEtherscan'\nexport * from './transformGasFromEthgasstation'\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { EthereumGasBlocknativePayload } from '@xyo-network/blocknative-ethereum-gas-payload-plugin';
|
|
2
|
+
import { FeeData } from '@xyo-network/gas-price-payload-plugin';
|
|
3
|
+
export declare const transformGasFromBlocknative: (payload: EthereumGasBlocknativePayload) => FeeData;
|
|
4
|
+
//# sourceMappingURL=transformGasFromBlocknative.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformGasFromBlocknative.d.ts","sourceRoot":"","sources":["../../../../src/lib/transforms/transformGasFromBlocknative.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,sDAAsD,CAAA;AACpG,OAAO,EAAE,OAAO,EAAgC,MAAM,uCAAuC,CAAA;AA2C7F,eAAO,MAAM,2BAA2B,YAAa,6BAA6B,KAAG,OAKpF,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { EthereumGasBlocknativePayload } from '@xyo-network/blocknative-ethereum-gas-payload-plugin';
|
|
2
|
+
import { FeeData } from '@xyo-network/gas-price-payload-plugin';
|
|
3
|
+
export declare const transformGasFromBlocknative: (payload: EthereumGasBlocknativePayload) => FeeData;
|
|
4
|
+
//# sourceMappingURL=transformGasFromBlocknative.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformGasFromBlocknative.d.ts","sourceRoot":"","sources":["../../../../src/lib/transforms/transformGasFromBlocknative.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,sDAAsD,CAAA;AACpG,OAAO,EAAE,OAAO,EAAgC,MAAM,uCAAuC,CAAA;AA2C7F,eAAO,MAAM,2BAA2B,YAAa,6BAA6B,KAAG,OAKpF,CAAA"}
|