@xyo-network/payloadset-plugins 2.57.4 → 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 +67577 -16580
- 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 +1031 -0
- package/docs/classes/CurrentLocationWitness.html +1036 -0
- package/docs/classes/ElevationWitness.html +1141 -0
- package/docs/classes/EthersUniSwap3Pair.html +318 -0
- package/docs/classes/EthersUniswap3PoolSlot0Wrapper.html +274 -0
- package/docs/classes/IdWitness.html +1031 -0
- package/docs/classes/LocationCertaintyDiviner.html +1059 -0
- package/docs/classes/XyoCoingeckoCryptoMarketWitness.html +1016 -0
- package/docs/classes/XyoCryptoCardsGameWitness.html +1035 -0
- package/docs/classes/XyoCryptoCardsMoveWitness.html +1021 -0
- package/docs/classes/XyoCryptoMarketAssetDiviner.html +1043 -0
- package/docs/classes/XyoDomainWitness.html +1067 -0
- package/docs/classes/XyoEtherchainEthereumGasWitnessV2.html +1006 -0
- package/docs/classes/XyoEthereumGasEtherscanWitness.html +1006 -0
- package/docs/classes/XyoSchemaWitness.html +1045 -0
- package/docs/classes/XyoUniswapCryptoMarketWitness.html +1028 -0
- package/docs/functions/AbstractModuleInstancePlugin.html +159 -0
- package/docs/functions/BowserSystemInfoPayloadPlugin.html +159 -0
- package/docs/functions/DomainPlugin.html +159 -0
- package/docs/functions/ElevationPlugin.html +159 -0
- package/docs/functions/IdPlugin.html +159 -0
- package/docs/functions/LocationCertaintyPlugin.html +159 -0
- package/docs/functions/LocationPlugin.html +159 -0
- package/docs/functions/XyoCoingeckoCryptoMarketPlugin.html +159 -0
- package/docs/functions/XyoCryptoCardsGamePlugin.html +159 -0
- package/docs/functions/XyoCryptoCardsMovePlugin.html +159 -0
- package/docs/functions/XyoCryptoMarketAssetPlugin.html +159 -0
- package/docs/functions/XyoEthereumGasEtherchainV2Plugin.html +159 -0
- package/docs/functions/XyoEthereumGasEtherscanPlugin.html +159 -0
- package/docs/functions/XyoSchemaPlugin.html +159 -0
- package/docs/functions/XyoUniswapCryptoMarketPlugin.html +159 -0
- package/docs/functions/bowserSystemInfoPayloadTemplate.html +159 -0
- package/docs/functions/createUniswapPoolContracts.html +166 -0
- package/docs/functions/locationToQuadkey.html +166 -0
- package/docs/functions/pricesFromCoingecko.html +166 -0
- package/docs/functions/pricesFromUniswap3.html +164 -0
- package/docs/index.html +166 -0
- package/docs/interfaces/TiffImageInfo.html +228 -0
- package/docs/interfaces/TiffImageInfos.html +193 -0
- package/docs/interfaces/TiffImages.html +193 -0
- package/docs/interfaces/Tiffs.html +193 -0
- package/docs/modules.html +296 -0
- package/docs/types/AbstractModuleInstanceWitnessConfig.html +155 -0
- package/docs/types/AbstractModuleInstanceWitnessConfigSchema.html +156 -0
- package/docs/types/AbstractModuleInstanceWitnessParams.html +155 -0
- package/docs/types/CurrentLocationWitnessConfig.html +155 -0
- package/docs/types/CurrentLocationWitnessConfigSchema.html +156 -0
- package/docs/types/CurrentLocationWitnessParams.html +155 -0
- package/docs/types/DomainWitnessParams.html +155 -0
- package/docs/types/ElevationWitnessConfig.html +155 -0
- package/docs/types/ElevationWitnessConfigSchema.html +156 -0
- package/docs/types/ElevationWitnessParams.html +155 -0
- package/docs/types/EthersUniswapV3Slot0Fields.html +155 -0
- package/docs/types/IdWitnessConfig.html +155 -0
- package/docs/types/IdWitnessConfigSchema.html +156 -0
- package/docs/types/IdWitnessParams.html +155 -0
- package/docs/types/LocationCertaintyDivinerConfig.html +160 -0
- package/docs/types/LocationCertaintyDivinerConfigSchema.html +156 -0
- package/docs/types/LocationCertaintyDivinerParams.html +155 -0
- package/docs/types/XyoBowserSystemInfoPayload.html +155 -0
- package/docs/types/XyoBowserSystemInfoSchema.html +156 -0
- package/docs/types/XyoCoingeckoCryptoMarketWitnessConfig.html +155 -0
- package/docs/types/XyoCoingeckoCryptoMarketWitnessConfigSchema.html +156 -0
- package/docs/types/XyoCoingeckoCryptoMarketWitnessParams.html +155 -0
- package/docs/types/XyoCryptoCardsGameWitnessConfig.html +155 -0
- package/docs/types/XyoCryptoCardsGameWitnessConfigSchema.html +156 -0
- package/docs/types/XyoCryptoCardsGameWitnessParams.html +155 -0
- package/docs/types/XyoCryptoCardsMoveWitnessConfig.html +155 -0
- package/docs/types/XyoCryptoCardsMoveWitnessConfigSchema.html +156 -0
- package/docs/types/XyoCryptoCardsMoveWitnessParams.html +155 -0
- package/docs/types/XyoCryptoMarketAssetDivinerConfig.html +155 -0
- package/docs/types/XyoCryptoMarketAssetDivinerConfigSchema.html +156 -0
- package/docs/types/XyoCryptoMarketAssetDivinerParams.html +155 -0
- package/docs/types/XyoCryptoMarketAssetDivinerQuerySchema.html +156 -0
- package/docs/types/XyoDomainWitnessConfig.html +155 -0
- package/docs/types/XyoDomainWitnessConfigSchema.html +156 -0
- package/docs/types/XyoEtherchainEthereumGasWitnessV2Params.html +155 -0
- package/docs/types/XyoEthereumGasEtherchainV2WitnessConfig.html +155 -0
- package/docs/types/XyoEthereumGasEtherchainV2WitnessConfigSchema.html +156 -0
- package/docs/types/XyoEthereumGasEtherscanWitnessConfig.html +155 -0
- package/docs/types/XyoEthereumGasEtherscanWitnessConfigSchema.html +156 -0
- package/docs/types/XyoSchemaWitnessConfig.html +155 -0
- package/docs/types/XyoSchemaWitnessConfigSchema.html +156 -0
- package/docs/types/XyoSchemaWitnessParams.html +155 -0
- package/docs/types/XyoUniswapCryptoMarketWitnessConfig.html +155 -0
- package/docs/types/XyoUniswapCryptoMarketWitnessParams.html +155 -0
- package/docs/variables/AbstractModuleInstanceWitnessConfigSchema-1.html +156 -0
- package/docs/variables/CurrentLocationPayloadSet.html +155 -0
- package/docs/variables/CurrentLocationWitnessConfigSchema-1.html +156 -0
- package/docs/variables/ElevationWitnessConfigSchema-1.html +156 -0
- package/docs/variables/IdWitnessConfigSchema-1.html +156 -0
- package/docs/variables/LocationCertaintyDivinerConfigSchema-1.html +156 -0
- package/docs/variables/PayloadSetPlugins.html +155 -0
- package/docs/variables/UniswapPoolContracts.html +155 -0
- package/docs/variables/XyoBlockchainPlugins.html +155 -0
- package/docs/variables/XyoBowserSystemInfoSchema-1.html +156 -0
- package/docs/variables/XyoCoingeckoCryptoMarketWitnessConfigSchema-1.html +156 -0
- package/docs/variables/XyoCryptoCardsGameWitnessConfigSchema-1.html +156 -0
- package/docs/variables/XyoCryptoCardsMoveWitnessConfigSchema-1.html +156 -0
- package/docs/variables/XyoCryptoCardsPlugins.html +155 -0
- package/docs/variables/XyoCryptoMarketAssetDivinerConfigSchema-1.html +156 -0
- package/docs/variables/XyoCryptoMarketAssetDivinerQuerySchema-1.html +156 -0
- package/docs/variables/XyoCryptoMarketPlugins.html +155 -0
- package/docs/variables/XyoCryptoPlugins.html +155 -0
- package/docs/variables/XyoDomainWitnessConfigSchema-1.html +156 -0
- package/docs/variables/XyoEthereumGasEtherchainPlugins.html +155 -0
- package/docs/variables/XyoEthereumGasEtherchainV2WitnessConfigSchema-1.html +156 -0
- package/docs/variables/XyoEthereumGasEtherscanWitnessConfigSchema-1.html +156 -0
- package/docs/variables/XyoEthereumGasPlugins.html +155 -0
- package/docs/variables/XyoEthereumPlugins.html +155 -0
- package/docs/variables/XyoSchemaWitnessConfigSchema-1.html +156 -0
- package/docs/variables/XyoSystemInfoPlugins.html +155 -0
- package/docs/variables/XyoSystemPlugins.html +155 -0
- package/docs/variables/coingeckoCoinToAssetMap.html +155 -0
- package/docs/variables/defaultCoins.html +155 -0
- package/docs/variables/defaultCurrencies.html +155 -0
- package/package.json +12 -12
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.