@xyo-network/payloadset-plugins 2.57.4 → 2.57.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/dist/docs.json +216156 -88447
  2. package/docs/assets/highlight.css +22 -0
  3. package/docs/assets/main.js +58 -0
  4. package/docs/assets/search.js +1 -0
  5. package/docs/assets/style.css +1367 -0
  6. package/docs/classes/AbstractModuleInstanceWitness.html +1079 -0
  7. package/docs/classes/CurrentLocationWitness.html +1084 -0
  8. package/docs/classes/ElevationWitness.html +1189 -0
  9. package/docs/classes/EthersUniSwap3Pair.html +318 -0
  10. package/docs/classes/EthersUniswap3PoolSlot0Wrapper.html +274 -0
  11. package/docs/classes/IdWitness.html +1079 -0
  12. package/docs/classes/LocationCertaintyDiviner.html +1107 -0
  13. package/docs/classes/XyoCoingeckoCryptoMarketWitness.html +1064 -0
  14. package/docs/classes/XyoCryptoCardsGameWitness.html +1083 -0
  15. package/docs/classes/XyoCryptoCardsMoveWitness.html +1069 -0
  16. package/docs/classes/XyoCryptoMarketAssetDiviner.html +1091 -0
  17. package/docs/classes/XyoDomainWitness.html +1115 -0
  18. package/docs/classes/XyoEtherchainEthereumGasWitnessV2.html +1054 -0
  19. package/docs/classes/XyoEthereumGasEtherscanWitness.html +1054 -0
  20. package/docs/classes/XyoSchemaWitness.html +1093 -0
  21. package/docs/classes/XyoUniswapCryptoMarketWitness.html +1076 -0
  22. package/docs/functions/AbstractModuleInstancePlugin.html +159 -0
  23. package/docs/functions/BowserSystemInfoPayloadPlugin.html +159 -0
  24. package/docs/functions/DomainPlugin.html +159 -0
  25. package/docs/functions/ElevationPlugin.html +159 -0
  26. package/docs/functions/IdPlugin.html +159 -0
  27. package/docs/functions/LocationCertaintyPlugin.html +159 -0
  28. package/docs/functions/LocationPlugin.html +159 -0
  29. package/docs/functions/XyoCoingeckoCryptoMarketPlugin.html +159 -0
  30. package/docs/functions/XyoCryptoCardsGamePlugin.html +159 -0
  31. package/docs/functions/XyoCryptoCardsMovePlugin.html +159 -0
  32. package/docs/functions/XyoCryptoMarketAssetPlugin.html +159 -0
  33. package/docs/functions/XyoEthereumGasEtherchainV2Plugin.html +159 -0
  34. package/docs/functions/XyoEthereumGasEtherscanPlugin.html +159 -0
  35. package/docs/functions/XyoSchemaPlugin.html +159 -0
  36. package/docs/functions/XyoUniswapCryptoMarketPlugin.html +159 -0
  37. package/docs/functions/bowserSystemInfoPayloadTemplate.html +159 -0
  38. package/docs/functions/createUniswapPoolContracts.html +166 -0
  39. package/docs/functions/locationToQuadkey.html +166 -0
  40. package/docs/functions/pricesFromCoingecko.html +166 -0
  41. package/docs/functions/pricesFromUniswap3.html +164 -0
  42. package/docs/index.html +166 -0
  43. package/docs/interfaces/TiffImageInfo.html +228 -0
  44. package/docs/interfaces/TiffImageInfos.html +193 -0
  45. package/docs/interfaces/TiffImages.html +193 -0
  46. package/docs/interfaces/Tiffs.html +193 -0
  47. package/docs/modules.html +296 -0
  48. package/docs/types/AbstractModuleInstanceWitnessConfig.html +155 -0
  49. package/docs/types/AbstractModuleInstanceWitnessConfigSchema.html +156 -0
  50. package/docs/types/AbstractModuleInstanceWitnessParams.html +155 -0
  51. package/docs/types/CurrentLocationWitnessConfig.html +155 -0
  52. package/docs/types/CurrentLocationWitnessConfigSchema.html +156 -0
  53. package/docs/types/CurrentLocationWitnessParams.html +155 -0
  54. package/docs/types/DomainWitnessParams.html +155 -0
  55. package/docs/types/ElevationWitnessConfig.html +155 -0
  56. package/docs/types/ElevationWitnessConfigSchema.html +156 -0
  57. package/docs/types/ElevationWitnessParams.html +155 -0
  58. package/docs/types/EthersUniswapV3Slot0Fields.html +155 -0
  59. package/docs/types/IdWitnessConfig.html +155 -0
  60. package/docs/types/IdWitnessConfigSchema.html +156 -0
  61. package/docs/types/IdWitnessParams.html +155 -0
  62. package/docs/types/LocationCertaintyDivinerConfig.html +160 -0
  63. package/docs/types/LocationCertaintyDivinerConfigSchema.html +156 -0
  64. package/docs/types/LocationCertaintyDivinerParams.html +155 -0
  65. package/docs/types/XyoBowserSystemInfoPayload.html +155 -0
  66. package/docs/types/XyoBowserSystemInfoSchema.html +156 -0
  67. package/docs/types/XyoCoingeckoCryptoMarketWitnessConfig.html +155 -0
  68. package/docs/types/XyoCoingeckoCryptoMarketWitnessConfigSchema.html +156 -0
  69. package/docs/types/XyoCoingeckoCryptoMarketWitnessParams.html +155 -0
  70. package/docs/types/XyoCryptoCardsGameWitnessConfig.html +155 -0
  71. package/docs/types/XyoCryptoCardsGameWitnessConfigSchema.html +156 -0
  72. package/docs/types/XyoCryptoCardsGameWitnessParams.html +155 -0
  73. package/docs/types/XyoCryptoCardsMoveWitnessConfig.html +155 -0
  74. package/docs/types/XyoCryptoCardsMoveWitnessConfigSchema.html +156 -0
  75. package/docs/types/XyoCryptoCardsMoveWitnessParams.html +155 -0
  76. package/docs/types/XyoCryptoMarketAssetDivinerConfig.html +155 -0
  77. package/docs/types/XyoCryptoMarketAssetDivinerConfigSchema.html +156 -0
  78. package/docs/types/XyoCryptoMarketAssetDivinerParams.html +155 -0
  79. package/docs/types/XyoCryptoMarketAssetDivinerQuerySchema.html +156 -0
  80. package/docs/types/XyoDomainWitnessConfig.html +155 -0
  81. package/docs/types/XyoDomainWitnessConfigSchema.html +156 -0
  82. package/docs/types/XyoEtherchainEthereumGasWitnessV2Params.html +155 -0
  83. package/docs/types/XyoEthereumGasEtherchainV2WitnessConfig.html +155 -0
  84. package/docs/types/XyoEthereumGasEtherchainV2WitnessConfigSchema.html +156 -0
  85. package/docs/types/XyoEthereumGasEtherscanWitnessConfig.html +155 -0
  86. package/docs/types/XyoEthereumGasEtherscanWitnessConfigSchema.html +156 -0
  87. package/docs/types/XyoSchemaWitnessConfig.html +155 -0
  88. package/docs/types/XyoSchemaWitnessConfigSchema.html +156 -0
  89. package/docs/types/XyoSchemaWitnessParams.html +155 -0
  90. package/docs/types/XyoUniswapCryptoMarketWitnessConfig.html +155 -0
  91. package/docs/types/XyoUniswapCryptoMarketWitnessParams.html +155 -0
  92. package/docs/variables/AbstractModuleInstanceWitnessConfigSchema-1.html +156 -0
  93. package/docs/variables/CurrentLocationPayloadSet.html +155 -0
  94. package/docs/variables/CurrentLocationWitnessConfigSchema-1.html +156 -0
  95. package/docs/variables/ElevationWitnessConfigSchema-1.html +156 -0
  96. package/docs/variables/IdWitnessConfigSchema-1.html +156 -0
  97. package/docs/variables/LocationCertaintyDivinerConfigSchema-1.html +156 -0
  98. package/docs/variables/PayloadSetPlugins.html +155 -0
  99. package/docs/variables/UniswapPoolContracts.html +155 -0
  100. package/docs/variables/XyoBlockchainPlugins.html +155 -0
  101. package/docs/variables/XyoBowserSystemInfoSchema-1.html +156 -0
  102. package/docs/variables/XyoCoingeckoCryptoMarketWitnessConfigSchema-1.html +156 -0
  103. package/docs/variables/XyoCryptoCardsGameWitnessConfigSchema-1.html +156 -0
  104. package/docs/variables/XyoCryptoCardsMoveWitnessConfigSchema-1.html +156 -0
  105. package/docs/variables/XyoCryptoCardsPlugins.html +155 -0
  106. package/docs/variables/XyoCryptoMarketAssetDivinerConfigSchema-1.html +156 -0
  107. package/docs/variables/XyoCryptoMarketAssetDivinerQuerySchema-1.html +156 -0
  108. package/docs/variables/XyoCryptoMarketPlugins.html +155 -0
  109. package/docs/variables/XyoCryptoPlugins.html +155 -0
  110. package/docs/variables/XyoDomainWitnessConfigSchema-1.html +156 -0
  111. package/docs/variables/XyoEthereumGasEtherchainPlugins.html +155 -0
  112. package/docs/variables/XyoEthereumGasEtherchainV2WitnessConfigSchema-1.html +156 -0
  113. package/docs/variables/XyoEthereumGasEtherscanWitnessConfigSchema-1.html +156 -0
  114. package/docs/variables/XyoEthereumGasPlugins.html +155 -0
  115. package/docs/variables/XyoEthereumPlugins.html +155 -0
  116. package/docs/variables/XyoSchemaWitnessConfigSchema-1.html +156 -0
  117. package/docs/variables/XyoSystemInfoPlugins.html +155 -0
  118. package/docs/variables/XyoSystemPlugins.html +155 -0
  119. package/docs/variables/coingeckoCoinToAssetMap.html +155 -0
  120. package/docs/variables/defaultCoins.html +155 -0
  121. package/docs/variables/defaultCurrencies.html +155 -0
  122. package/package.json +14 -14

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.