@xyo-network/plugins 2.56.2 → 2.57.5
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/docs.json +112529 -22380
- package/docs/assets/highlight.css +22 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/AbstractModuleInstanceWitness.html +1149 -0
- package/docs/classes/CurrentLocationWitness.html +1154 -0
- package/docs/classes/ElevationWitness.html +1259 -0
- package/docs/classes/EthersUniSwap3Pair.html +436 -0
- package/docs/classes/EthersUniswap3PoolSlot0Wrapper.html +392 -0
- package/docs/classes/IdWitness.html +1149 -0
- package/docs/classes/LocationCertaintyDiviner.html +1177 -0
- package/docs/classes/XyoCoingeckoCryptoMarketWitness.html +1134 -0
- package/docs/classes/XyoCryptoCardsGameWitness.html +1153 -0
- package/docs/classes/XyoCryptoCardsMoveWitness.html +1139 -0
- package/docs/classes/XyoCryptoMarketAssetDiviner.html +1161 -0
- package/docs/classes/XyoDomainPayloadWrapper.html +770 -0
- package/docs/classes/XyoDomainWitness.html +1185 -0
- package/docs/classes/XyoEtherchainEthereumGasWitnessV2.html +1124 -0
- package/docs/classes/XyoEthereumGasEtherscanWitness.html +1124 -0
- package/docs/classes/XyoSchemaWitness.html +1163 -0
- package/docs/classes/XyoUniswapCryptoMarketWitness.html +1146 -0
- package/docs/functions/AbstractModuleInstancePlugin.html +277 -0
- package/docs/functions/AddressPayloadPlugin.html +277 -0
- package/docs/functions/BowserSystemInfoPayloadPlugin.html +277 -0
- package/docs/functions/CoingeckoCryptoMarketPayloadPlugin.html +277 -0
- package/docs/functions/ConfigPayloadPlugin.html +277 -0
- package/docs/functions/CryptoCardsGamePayloadPlugin.html +277 -0
- package/docs/functions/CryptoCardsMovePayloadPlugin.html +277 -0
- package/docs/functions/CryptoMarketAssetPayloadPlugin.html +277 -0
- package/docs/functions/DomainPayloadPlugin.html +277 -0
- package/docs/functions/DomainPlugin.html +277 -0
- package/docs/functions/ElevationPlugin.html +277 -0
- package/docs/functions/IdPayloadPlugin.html +277 -0
- package/docs/functions/IdPlugin.html +277 -0
- package/docs/functions/LocationCertaintyPayloadPlugin.html +277 -0
- package/docs/functions/LocationCertaintyPayloadTemplate.html +277 -0
- package/docs/functions/LocationCertaintyPlugin.html +277 -0
- package/docs/functions/LocationPayloadPlugin.html +277 -0
- package/docs/functions/LocationPlugin.html +277 -0
- package/docs/functions/QueryPayloadPlugin.html +277 -0
- package/docs/functions/SchemaPayloadPlugin.html +277 -0
- package/docs/functions/UniswapCryptoMarketPayloadPlugin.html +277 -0
- package/docs/functions/XyoCoingeckoCryptoMarketPlugin.html +277 -0
- package/docs/functions/XyoCryptoCardsGamePlugin.html +277 -0
- package/docs/functions/XyoCryptoCardsMovePlugin.html +277 -0
- package/docs/functions/XyoCryptoMarketAssetPlugin.html +277 -0
- package/docs/functions/XyoEthereumGasEtherchainV2PayloadPlugin.html +277 -0
- package/docs/functions/XyoEthereumGasEtherchainV2Plugin.html +277 -0
- package/docs/functions/XyoEthereumGasEtherscanPayloadPlugin.html +277 -0
- package/docs/functions/XyoEthereumGasEtherscanPlugin.html +277 -0
- package/docs/functions/XyoSchemaPlugin.html +277 -0
- package/docs/functions/XyoUniswapCryptoMarketPlugin.html +277 -0
- package/docs/functions/addressPayloadTemplate.html +277 -0
- package/docs/functions/bowserSystemInfoPayloadTemplate.html +277 -0
- package/docs/functions/coingeckoCryptoMarketPayloadTemplate.html +277 -0
- package/docs/functions/configPayloadTemplate.html +277 -0
- package/docs/functions/createUniswapPoolContracts.html +284 -0
- package/docs/functions/cryptoCardsGamePayloadTemplate.html +277 -0
- package/docs/functions/cryptoCardsMovePayloadTemplate.html +277 -0
- package/docs/functions/cryptoMarketAssetPayloadTemplate.html +277 -0
- package/docs/functions/domainConfigTemplate.html +277 -0
- package/docs/functions/idPayloadTemplate.html +277 -0
- package/docs/functions/isLocationCertaintyPayload.html +282 -0
- package/docs/functions/locationToQuadkey.html +284 -0
- package/docs/functions/pricesFromCoingecko.html +284 -0
- package/docs/functions/pricesFromUniswap3.html +282 -0
- package/docs/functions/queryPayloadTemplate.html +277 -0
- package/docs/functions/schemaPayloadTemplate.html +277 -0
- package/docs/functions/uniswapCryptoMarketPayloadTemplate.html +277 -0
- package/docs/index.html +284 -0
- package/docs/interfaces/AssetInfo.html +297 -0
- package/docs/interfaces/EthereumGasEtherchainV2Response.html +319 -0
- package/docs/interfaces/EthereumGasEtherscanResponse.html +341 -0
- package/docs/interfaces/GeographicCoordinateSystemLocation.html +325 -0
- package/docs/interfaces/LocationCertaintyHeuristic.html +311 -0
- package/docs/interfaces/QuadkeyLocation.html +311 -0
- package/docs/interfaces/TiffImageInfo.html +346 -0
- package/docs/interfaces/TiffImageInfos.html +311 -0
- package/docs/interfaces/TiffImages.html +311 -0
- package/docs/interfaces/Tiffs.html +311 -0
- package/docs/interfaces/XyoAlias.html +310 -0
- package/docs/interfaces/XyoCryptoAsset.html +304 -0
- package/docs/interfaces/XyoCryptoMarketAssetPayload.html +323 -0
- package/docs/interfaces/XyoFetchedAlias.html +315 -0
- package/docs/interfaces/XyoUniswapCryptoPair.html +297 -0
- package/docs/interfaces/XyoUniswapCryptoToken.html +311 -0
- package/docs/modules.html +518 -0
- package/docs/types/AbstractModuleInstanceWitnessConfig.html +273 -0
- package/docs/types/AbstractModuleInstanceWitnessConfigSchema.html +274 -0
- package/docs/types/AbstractModuleInstanceWitnessParams.html +273 -0
- package/docs/types/Acceleration.html +278 -0
- package/docs/types/AddressPayload.html +273 -0
- package/docs/types/AddressSchema.html +274 -0
- package/docs/types/AssetSymbol.html +273 -0
- package/docs/types/ConfigPayload.html +278 -0
- package/docs/types/ConfigSchema.html +274 -0
- package/docs/types/Currency.html +273 -0
- package/docs/types/CurrentLocationSchema.html +274 -0
- package/docs/types/CurrentLocationWitnessConfig.html +273 -0
- package/docs/types/CurrentLocationWitnessConfigSchema.html +274 -0
- package/docs/types/CurrentLocationWitnessParams.html +273 -0
- package/docs/types/DomainWitnessParams.html +273 -0
- package/docs/types/ElevationWitnessConfig.html +273 -0
- package/docs/types/ElevationWitnessConfigSchema.html +274 -0
- package/docs/types/ElevationWitnessParams.html +273 -0
- package/docs/types/EthersUniswapV3Slot0Fields.html +273 -0
- package/docs/types/GeographicCoordinateSystemLocationPayload.html +273 -0
- package/docs/types/GeographicCoordinateSystemLocationSchema.html +274 -0
- package/docs/types/Heading.html +278 -0
- package/docs/types/IdPayload.html +273 -0
- package/docs/types/IdSchema.html +274 -0
- package/docs/types/IdWitnessConfig.html +273 -0
- package/docs/types/IdWitnessConfigSchema.html +274 -0
- package/docs/types/IdWitnessParams.html +273 -0
- package/docs/types/Location.html +273 -0
- package/docs/types/LocationCertainty.html +289 -0
- package/docs/types/LocationCertaintyDivinerConfig.html +278 -0
- package/docs/types/LocationCertaintyDivinerConfigSchema.html +274 -0
- package/docs/types/LocationCertaintyDivinerParams.html +273 -0
- package/docs/types/LocationCertaintyPayload.html +273 -0
- package/docs/types/LocationCertaintySchema.html +274 -0
- package/docs/types/LocationHeading.html +273 -0
- package/docs/types/LocationHeadingPayload.html +273 -0
- package/docs/types/LocationHeadingSchema.html +274 -0
- package/docs/types/LocationPayload.html +273 -0
- package/docs/types/LocationSchema.html +274 -0
- package/docs/types/Motion.html +273 -0
- package/docs/types/QuadkeyLocationPayload.html +273 -0
- package/docs/types/QuadkeyLocationSchema.html +274 -0
- package/docs/types/QueryPayload.html +273 -0
- package/docs/types/QuerySchema.html +274 -0
- package/docs/types/Speed.html +278 -0
- package/docs/types/Token.html +273 -0
- package/docs/types/ValueBasis.html +273 -0
- package/docs/types/Velocity.html +273 -0
- package/docs/types/XyoBowserSystemInfoPayload.html +273 -0
- package/docs/types/XyoBowserSystemInfoSchema.html +274 -0
- package/docs/types/XyoCoingeckoCryptoMarketPayload.html +273 -0
- package/docs/types/XyoCoingeckoCryptoMarketSchema.html +274 -0
- package/docs/types/XyoCoingeckoCryptoMarketWitnessConfig.html +273 -0
- package/docs/types/XyoCoingeckoCryptoMarketWitnessConfigSchema.html +274 -0
- package/docs/types/XyoCoingeckoCryptoMarketWitnessParams.html +273 -0
- package/docs/types/XyoCryptoAssetPrices.html +273 -0
- package/docs/types/XyoCryptoCardsGamePayload.html +273 -0
- package/docs/types/XyoCryptoCardsGameSchema.html +274 -0
- package/docs/types/XyoCryptoCardsGameWitnessConfig.html +273 -0
- package/docs/types/XyoCryptoCardsGameWitnessConfigSchema.html +274 -0
- package/docs/types/XyoCryptoCardsGameWitnessParams.html +273 -0
- package/docs/types/XyoCryptoCardsMovePayload.html +273 -0
- package/docs/types/XyoCryptoCardsMoveSchema.html +274 -0
- package/docs/types/XyoCryptoCardsMoveWitnessConfig.html +273 -0
- package/docs/types/XyoCryptoCardsMoveWitnessConfigSchema.html +274 -0
- package/docs/types/XyoCryptoCardsMoveWitnessParams.html +273 -0
- package/docs/types/XyoCryptoMarketAssetDivinerConfig.html +273 -0
- package/docs/types/XyoCryptoMarketAssetDivinerConfigSchema.html +274 -0
- package/docs/types/XyoCryptoMarketAssetDivinerParams.html +273 -0
- package/docs/types/XyoCryptoMarketAssetDivinerQuerySchema.html +274 -0
- package/docs/types/XyoCryptoMarketAssetSchema.html +274 -0
- package/docs/types/XyoDomainPayload.html +273 -0
- package/docs/types/XyoDomainSchema.html +274 -0
- package/docs/types/XyoDomainWitnessConfig.html +273 -0
- package/docs/types/XyoDomainWitnessConfigSchema.html +274 -0
- package/docs/types/XyoEtherchainEthereumGasWitnessV2Params.html +273 -0
- package/docs/types/XyoEthereumGasEtherchainV2Payload.html +273 -0
- package/docs/types/XyoEthereumGasEtherchainV2Schema.html +274 -0
- package/docs/types/XyoEthereumGasEtherchainV2WitnessConfig.html +273 -0
- package/docs/types/XyoEthereumGasEtherchainV2WitnessConfigSchema.html +274 -0
- package/docs/types/XyoEthereumGasEtherscanPayload.html +273 -0
- package/docs/types/XyoEthereumGasEtherscanSchema.html +274 -0
- package/docs/types/XyoEthereumGasEtherscanWitnessConfig.html +273 -0
- package/docs/types/XyoEthereumGasEtherscanWitnessConfigSchema.html +274 -0
- package/docs/types/XyoSchemaPayload.html +273 -0
- package/docs/types/XyoSchemaSchema.html +274 -0
- package/docs/types/XyoSchemaWitnessConfig.html +273 -0
- package/docs/types/XyoSchemaWitnessConfigSchema.html +274 -0
- package/docs/types/XyoSchemaWitnessParams.html +273 -0
- package/docs/types/XyoUniswapCryptoMarketPayload.html +273 -0
- package/docs/types/XyoUniswapCryptoMarketSchema.html +274 -0
- package/docs/types/XyoUniswapCryptoMarketWitnessConfig.html +273 -0
- package/docs/types/XyoUniswapCryptoMarketWitnessConfigSchema.html +274 -0
- package/docs/types/XyoUniswapCryptoMarketWitnessParams.html +273 -0
- package/docs/variables/AbstractModuleInstanceWitnessConfigSchema-1.html +274 -0
- package/docs/variables/AddressSchema-1.html +274 -0
- package/docs/variables/ConfigSchema-1.html +274 -0
- package/docs/variables/CryptoPayloadPlugins.html +273 -0
- package/docs/variables/CurrentLocationPayloadSet.html +273 -0
- package/docs/variables/CurrentLocationSchema-1.html +274 -0
- package/docs/variables/CurrentLocationWitnessConfigSchema-1.html +274 -0
- package/docs/variables/ElevationWitnessConfigSchema-1.html +274 -0
- package/docs/variables/GeographicCoordinateSystemLocationSchema-1.html +274 -0
- package/docs/variables/IdSchema-1.html +274 -0
- package/docs/variables/IdWitnessConfigSchema-1.html +274 -0
- package/docs/variables/LocationCertaintyDivinerConfigSchema-1.html +274 -0
- package/docs/variables/LocationCertaintySchema-1.html +274 -0
- package/docs/variables/LocationHeadingSchema-1.html +274 -0
- package/docs/variables/LocationSchema-1.html +274 -0
- package/docs/variables/PayloadPlugins.html +273 -0
- package/docs/variables/PayloadSetPlugins.html +273 -0
- package/docs/variables/QuadkeyLocationSchema-1.html +274 -0
- package/docs/variables/QuerySchema-1.html +274 -0
- package/docs/variables/UniswapPoolContracts.html +273 -0
- package/docs/variables/XyoBlockchainPayloadPlugins.html +273 -0
- package/docs/variables/XyoBlockchainPlugins.html +273 -0
- package/docs/variables/XyoBowserSystemInfoSchema-1.html +274 -0
- package/docs/variables/XyoCoingeckoCryptoMarketSchema-1.html +274 -0
- package/docs/variables/XyoCoingeckoCryptoMarketWitnessConfigSchema-1.html +274 -0
- package/docs/variables/XyoCryptoCardsGameSchema-1.html +274 -0
- package/docs/variables/XyoCryptoCardsGameWitnessConfigSchema-1.html +274 -0
- package/docs/variables/XyoCryptoCardsMoveSchema-1.html +274 -0
- package/docs/variables/XyoCryptoCardsMoveWitnessConfigSchema-1.html +274 -0
- package/docs/variables/XyoCryptoCardsPayloadPlugins.html +273 -0
- package/docs/variables/XyoCryptoCardsPlugins.html +273 -0
- package/docs/variables/XyoCryptoMarketAssetDivinerConfigSchema-1.html +274 -0
- package/docs/variables/XyoCryptoMarketAssetDivinerQuerySchema-1.html +274 -0
- package/docs/variables/XyoCryptoMarketAssetSchema-1.html +274 -0
- package/docs/variables/XyoCryptoMarketPayloadPlugins.html +273 -0
- package/docs/variables/XyoCryptoMarketPlugins.html +273 -0
- package/docs/variables/XyoCryptoPlugins.html +273 -0
- package/docs/variables/XyoDomainSchema-1.html +274 -0
- package/docs/variables/XyoDomainWitnessConfigSchema-1.html +274 -0
- package/docs/variables/XyoEthereumGasEtherchainPayloadPlugins.html +273 -0
- package/docs/variables/XyoEthereumGasEtherchainPlugins.html +273 -0
- package/docs/variables/XyoEthereumGasEtherchainV2Schema-1.html +274 -0
- package/docs/variables/XyoEthereumGasEtherchainV2WitnessConfigSchema-1.html +274 -0
- package/docs/variables/XyoEthereumGasEtherscanSchema-1.html +274 -0
- package/docs/variables/XyoEthereumGasEtherscanWitnessConfigSchema-1.html +274 -0
- package/docs/variables/XyoEthereumGasPayloadPlugins.html +273 -0
- package/docs/variables/XyoEthereumGasPlugins.html +273 -0
- package/docs/variables/XyoEthereumPayloadPlugins.html +273 -0
- package/docs/variables/XyoEthereumPlugins.html +273 -0
- package/docs/variables/XyoSchemaSchema-1.html +274 -0
- package/docs/variables/XyoSchemaWitnessConfigSchema-1.html +274 -0
- package/docs/variables/XyoSystemInfoPlugins.html +273 -0
- package/docs/variables/XyoSystemPlugins.html +273 -0
- package/docs/variables/XyoUniswapCryptoMarketSchema-1.html +274 -0
- package/docs/variables/XyoUniswapCryptoMarketWitnessConfigSchema-1.html +274 -0
- package/docs/variables/coingeckoCoinToAssetMap.html +273 -0
- package/docs/variables/defaultCoins.html +273 -0
- package/docs/variables/defaultCurrencies.html +273 -0
- package/package.json +5 -5
- package/typedoc.json +5 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.