@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.
Files changed (242) hide show
  1. package/dist/docs.json +112529 -22380
  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 +1149 -0
  7. package/docs/classes/CurrentLocationWitness.html +1154 -0
  8. package/docs/classes/ElevationWitness.html +1259 -0
  9. package/docs/classes/EthersUniSwap3Pair.html +436 -0
  10. package/docs/classes/EthersUniswap3PoolSlot0Wrapper.html +392 -0
  11. package/docs/classes/IdWitness.html +1149 -0
  12. package/docs/classes/LocationCertaintyDiviner.html +1177 -0
  13. package/docs/classes/XyoCoingeckoCryptoMarketWitness.html +1134 -0
  14. package/docs/classes/XyoCryptoCardsGameWitness.html +1153 -0
  15. package/docs/classes/XyoCryptoCardsMoveWitness.html +1139 -0
  16. package/docs/classes/XyoCryptoMarketAssetDiviner.html +1161 -0
  17. package/docs/classes/XyoDomainPayloadWrapper.html +770 -0
  18. package/docs/classes/XyoDomainWitness.html +1185 -0
  19. package/docs/classes/XyoEtherchainEthereumGasWitnessV2.html +1124 -0
  20. package/docs/classes/XyoEthereumGasEtherscanWitness.html +1124 -0
  21. package/docs/classes/XyoSchemaWitness.html +1163 -0
  22. package/docs/classes/XyoUniswapCryptoMarketWitness.html +1146 -0
  23. package/docs/functions/AbstractModuleInstancePlugin.html +277 -0
  24. package/docs/functions/AddressPayloadPlugin.html +277 -0
  25. package/docs/functions/BowserSystemInfoPayloadPlugin.html +277 -0
  26. package/docs/functions/CoingeckoCryptoMarketPayloadPlugin.html +277 -0
  27. package/docs/functions/ConfigPayloadPlugin.html +277 -0
  28. package/docs/functions/CryptoCardsGamePayloadPlugin.html +277 -0
  29. package/docs/functions/CryptoCardsMovePayloadPlugin.html +277 -0
  30. package/docs/functions/CryptoMarketAssetPayloadPlugin.html +277 -0
  31. package/docs/functions/DomainPayloadPlugin.html +277 -0
  32. package/docs/functions/DomainPlugin.html +277 -0
  33. package/docs/functions/ElevationPlugin.html +277 -0
  34. package/docs/functions/IdPayloadPlugin.html +277 -0
  35. package/docs/functions/IdPlugin.html +277 -0
  36. package/docs/functions/LocationCertaintyPayloadPlugin.html +277 -0
  37. package/docs/functions/LocationCertaintyPayloadTemplate.html +277 -0
  38. package/docs/functions/LocationCertaintyPlugin.html +277 -0
  39. package/docs/functions/LocationPayloadPlugin.html +277 -0
  40. package/docs/functions/LocationPlugin.html +277 -0
  41. package/docs/functions/QueryPayloadPlugin.html +277 -0
  42. package/docs/functions/SchemaPayloadPlugin.html +277 -0
  43. package/docs/functions/UniswapCryptoMarketPayloadPlugin.html +277 -0
  44. package/docs/functions/XyoCoingeckoCryptoMarketPlugin.html +277 -0
  45. package/docs/functions/XyoCryptoCardsGamePlugin.html +277 -0
  46. package/docs/functions/XyoCryptoCardsMovePlugin.html +277 -0
  47. package/docs/functions/XyoCryptoMarketAssetPlugin.html +277 -0
  48. package/docs/functions/XyoEthereumGasEtherchainV2PayloadPlugin.html +277 -0
  49. package/docs/functions/XyoEthereumGasEtherchainV2Plugin.html +277 -0
  50. package/docs/functions/XyoEthereumGasEtherscanPayloadPlugin.html +277 -0
  51. package/docs/functions/XyoEthereumGasEtherscanPlugin.html +277 -0
  52. package/docs/functions/XyoSchemaPlugin.html +277 -0
  53. package/docs/functions/XyoUniswapCryptoMarketPlugin.html +277 -0
  54. package/docs/functions/addressPayloadTemplate.html +277 -0
  55. package/docs/functions/bowserSystemInfoPayloadTemplate.html +277 -0
  56. package/docs/functions/coingeckoCryptoMarketPayloadTemplate.html +277 -0
  57. package/docs/functions/configPayloadTemplate.html +277 -0
  58. package/docs/functions/createUniswapPoolContracts.html +284 -0
  59. package/docs/functions/cryptoCardsGamePayloadTemplate.html +277 -0
  60. package/docs/functions/cryptoCardsMovePayloadTemplate.html +277 -0
  61. package/docs/functions/cryptoMarketAssetPayloadTemplate.html +277 -0
  62. package/docs/functions/domainConfigTemplate.html +277 -0
  63. package/docs/functions/idPayloadTemplate.html +277 -0
  64. package/docs/functions/isLocationCertaintyPayload.html +282 -0
  65. package/docs/functions/locationToQuadkey.html +284 -0
  66. package/docs/functions/pricesFromCoingecko.html +284 -0
  67. package/docs/functions/pricesFromUniswap3.html +282 -0
  68. package/docs/functions/queryPayloadTemplate.html +277 -0
  69. package/docs/functions/schemaPayloadTemplate.html +277 -0
  70. package/docs/functions/uniswapCryptoMarketPayloadTemplate.html +277 -0
  71. package/docs/index.html +284 -0
  72. package/docs/interfaces/AssetInfo.html +297 -0
  73. package/docs/interfaces/EthereumGasEtherchainV2Response.html +319 -0
  74. package/docs/interfaces/EthereumGasEtherscanResponse.html +341 -0
  75. package/docs/interfaces/GeographicCoordinateSystemLocation.html +325 -0
  76. package/docs/interfaces/LocationCertaintyHeuristic.html +311 -0
  77. package/docs/interfaces/QuadkeyLocation.html +311 -0
  78. package/docs/interfaces/TiffImageInfo.html +346 -0
  79. package/docs/interfaces/TiffImageInfos.html +311 -0
  80. package/docs/interfaces/TiffImages.html +311 -0
  81. package/docs/interfaces/Tiffs.html +311 -0
  82. package/docs/interfaces/XyoAlias.html +310 -0
  83. package/docs/interfaces/XyoCryptoAsset.html +304 -0
  84. package/docs/interfaces/XyoCryptoMarketAssetPayload.html +323 -0
  85. package/docs/interfaces/XyoFetchedAlias.html +315 -0
  86. package/docs/interfaces/XyoUniswapCryptoPair.html +297 -0
  87. package/docs/interfaces/XyoUniswapCryptoToken.html +311 -0
  88. package/docs/modules.html +518 -0
  89. package/docs/types/AbstractModuleInstanceWitnessConfig.html +273 -0
  90. package/docs/types/AbstractModuleInstanceWitnessConfigSchema.html +274 -0
  91. package/docs/types/AbstractModuleInstanceWitnessParams.html +273 -0
  92. package/docs/types/Acceleration.html +278 -0
  93. package/docs/types/AddressPayload.html +273 -0
  94. package/docs/types/AddressSchema.html +274 -0
  95. package/docs/types/AssetSymbol.html +273 -0
  96. package/docs/types/ConfigPayload.html +278 -0
  97. package/docs/types/ConfigSchema.html +274 -0
  98. package/docs/types/Currency.html +273 -0
  99. package/docs/types/CurrentLocationSchema.html +274 -0
  100. package/docs/types/CurrentLocationWitnessConfig.html +273 -0
  101. package/docs/types/CurrentLocationWitnessConfigSchema.html +274 -0
  102. package/docs/types/CurrentLocationWitnessParams.html +273 -0
  103. package/docs/types/DomainWitnessParams.html +273 -0
  104. package/docs/types/ElevationWitnessConfig.html +273 -0
  105. package/docs/types/ElevationWitnessConfigSchema.html +274 -0
  106. package/docs/types/ElevationWitnessParams.html +273 -0
  107. package/docs/types/EthersUniswapV3Slot0Fields.html +273 -0
  108. package/docs/types/GeographicCoordinateSystemLocationPayload.html +273 -0
  109. package/docs/types/GeographicCoordinateSystemLocationSchema.html +274 -0
  110. package/docs/types/Heading.html +278 -0
  111. package/docs/types/IdPayload.html +273 -0
  112. package/docs/types/IdSchema.html +274 -0
  113. package/docs/types/IdWitnessConfig.html +273 -0
  114. package/docs/types/IdWitnessConfigSchema.html +274 -0
  115. package/docs/types/IdWitnessParams.html +273 -0
  116. package/docs/types/Location.html +273 -0
  117. package/docs/types/LocationCertainty.html +289 -0
  118. package/docs/types/LocationCertaintyDivinerConfig.html +278 -0
  119. package/docs/types/LocationCertaintyDivinerConfigSchema.html +274 -0
  120. package/docs/types/LocationCertaintyDivinerParams.html +273 -0
  121. package/docs/types/LocationCertaintyPayload.html +273 -0
  122. package/docs/types/LocationCertaintySchema.html +274 -0
  123. package/docs/types/LocationHeading.html +273 -0
  124. package/docs/types/LocationHeadingPayload.html +273 -0
  125. package/docs/types/LocationHeadingSchema.html +274 -0
  126. package/docs/types/LocationPayload.html +273 -0
  127. package/docs/types/LocationSchema.html +274 -0
  128. package/docs/types/Motion.html +273 -0
  129. package/docs/types/QuadkeyLocationPayload.html +273 -0
  130. package/docs/types/QuadkeyLocationSchema.html +274 -0
  131. package/docs/types/QueryPayload.html +273 -0
  132. package/docs/types/QuerySchema.html +274 -0
  133. package/docs/types/Speed.html +278 -0
  134. package/docs/types/Token.html +273 -0
  135. package/docs/types/ValueBasis.html +273 -0
  136. package/docs/types/Velocity.html +273 -0
  137. package/docs/types/XyoBowserSystemInfoPayload.html +273 -0
  138. package/docs/types/XyoBowserSystemInfoSchema.html +274 -0
  139. package/docs/types/XyoCoingeckoCryptoMarketPayload.html +273 -0
  140. package/docs/types/XyoCoingeckoCryptoMarketSchema.html +274 -0
  141. package/docs/types/XyoCoingeckoCryptoMarketWitnessConfig.html +273 -0
  142. package/docs/types/XyoCoingeckoCryptoMarketWitnessConfigSchema.html +274 -0
  143. package/docs/types/XyoCoingeckoCryptoMarketWitnessParams.html +273 -0
  144. package/docs/types/XyoCryptoAssetPrices.html +273 -0
  145. package/docs/types/XyoCryptoCardsGamePayload.html +273 -0
  146. package/docs/types/XyoCryptoCardsGameSchema.html +274 -0
  147. package/docs/types/XyoCryptoCardsGameWitnessConfig.html +273 -0
  148. package/docs/types/XyoCryptoCardsGameWitnessConfigSchema.html +274 -0
  149. package/docs/types/XyoCryptoCardsGameWitnessParams.html +273 -0
  150. package/docs/types/XyoCryptoCardsMovePayload.html +273 -0
  151. package/docs/types/XyoCryptoCardsMoveSchema.html +274 -0
  152. package/docs/types/XyoCryptoCardsMoveWitnessConfig.html +273 -0
  153. package/docs/types/XyoCryptoCardsMoveWitnessConfigSchema.html +274 -0
  154. package/docs/types/XyoCryptoCardsMoveWitnessParams.html +273 -0
  155. package/docs/types/XyoCryptoMarketAssetDivinerConfig.html +273 -0
  156. package/docs/types/XyoCryptoMarketAssetDivinerConfigSchema.html +274 -0
  157. package/docs/types/XyoCryptoMarketAssetDivinerParams.html +273 -0
  158. package/docs/types/XyoCryptoMarketAssetDivinerQuerySchema.html +274 -0
  159. package/docs/types/XyoCryptoMarketAssetSchema.html +274 -0
  160. package/docs/types/XyoDomainPayload.html +273 -0
  161. package/docs/types/XyoDomainSchema.html +274 -0
  162. package/docs/types/XyoDomainWitnessConfig.html +273 -0
  163. package/docs/types/XyoDomainWitnessConfigSchema.html +274 -0
  164. package/docs/types/XyoEtherchainEthereumGasWitnessV2Params.html +273 -0
  165. package/docs/types/XyoEthereumGasEtherchainV2Payload.html +273 -0
  166. package/docs/types/XyoEthereumGasEtherchainV2Schema.html +274 -0
  167. package/docs/types/XyoEthereumGasEtherchainV2WitnessConfig.html +273 -0
  168. package/docs/types/XyoEthereumGasEtherchainV2WitnessConfigSchema.html +274 -0
  169. package/docs/types/XyoEthereumGasEtherscanPayload.html +273 -0
  170. package/docs/types/XyoEthereumGasEtherscanSchema.html +274 -0
  171. package/docs/types/XyoEthereumGasEtherscanWitnessConfig.html +273 -0
  172. package/docs/types/XyoEthereumGasEtherscanWitnessConfigSchema.html +274 -0
  173. package/docs/types/XyoSchemaPayload.html +273 -0
  174. package/docs/types/XyoSchemaSchema.html +274 -0
  175. package/docs/types/XyoSchemaWitnessConfig.html +273 -0
  176. package/docs/types/XyoSchemaWitnessConfigSchema.html +274 -0
  177. package/docs/types/XyoSchemaWitnessParams.html +273 -0
  178. package/docs/types/XyoUniswapCryptoMarketPayload.html +273 -0
  179. package/docs/types/XyoUniswapCryptoMarketSchema.html +274 -0
  180. package/docs/types/XyoUniswapCryptoMarketWitnessConfig.html +273 -0
  181. package/docs/types/XyoUniswapCryptoMarketWitnessConfigSchema.html +274 -0
  182. package/docs/types/XyoUniswapCryptoMarketWitnessParams.html +273 -0
  183. package/docs/variables/AbstractModuleInstanceWitnessConfigSchema-1.html +274 -0
  184. package/docs/variables/AddressSchema-1.html +274 -0
  185. package/docs/variables/ConfigSchema-1.html +274 -0
  186. package/docs/variables/CryptoPayloadPlugins.html +273 -0
  187. package/docs/variables/CurrentLocationPayloadSet.html +273 -0
  188. package/docs/variables/CurrentLocationSchema-1.html +274 -0
  189. package/docs/variables/CurrentLocationWitnessConfigSchema-1.html +274 -0
  190. package/docs/variables/ElevationWitnessConfigSchema-1.html +274 -0
  191. package/docs/variables/GeographicCoordinateSystemLocationSchema-1.html +274 -0
  192. package/docs/variables/IdSchema-1.html +274 -0
  193. package/docs/variables/IdWitnessConfigSchema-1.html +274 -0
  194. package/docs/variables/LocationCertaintyDivinerConfigSchema-1.html +274 -0
  195. package/docs/variables/LocationCertaintySchema-1.html +274 -0
  196. package/docs/variables/LocationHeadingSchema-1.html +274 -0
  197. package/docs/variables/LocationSchema-1.html +274 -0
  198. package/docs/variables/PayloadPlugins.html +273 -0
  199. package/docs/variables/PayloadSetPlugins.html +273 -0
  200. package/docs/variables/QuadkeyLocationSchema-1.html +274 -0
  201. package/docs/variables/QuerySchema-1.html +274 -0
  202. package/docs/variables/UniswapPoolContracts.html +273 -0
  203. package/docs/variables/XyoBlockchainPayloadPlugins.html +273 -0
  204. package/docs/variables/XyoBlockchainPlugins.html +273 -0
  205. package/docs/variables/XyoBowserSystemInfoSchema-1.html +274 -0
  206. package/docs/variables/XyoCoingeckoCryptoMarketSchema-1.html +274 -0
  207. package/docs/variables/XyoCoingeckoCryptoMarketWitnessConfigSchema-1.html +274 -0
  208. package/docs/variables/XyoCryptoCardsGameSchema-1.html +274 -0
  209. package/docs/variables/XyoCryptoCardsGameWitnessConfigSchema-1.html +274 -0
  210. package/docs/variables/XyoCryptoCardsMoveSchema-1.html +274 -0
  211. package/docs/variables/XyoCryptoCardsMoveWitnessConfigSchema-1.html +274 -0
  212. package/docs/variables/XyoCryptoCardsPayloadPlugins.html +273 -0
  213. package/docs/variables/XyoCryptoCardsPlugins.html +273 -0
  214. package/docs/variables/XyoCryptoMarketAssetDivinerConfigSchema-1.html +274 -0
  215. package/docs/variables/XyoCryptoMarketAssetDivinerQuerySchema-1.html +274 -0
  216. package/docs/variables/XyoCryptoMarketAssetSchema-1.html +274 -0
  217. package/docs/variables/XyoCryptoMarketPayloadPlugins.html +273 -0
  218. package/docs/variables/XyoCryptoMarketPlugins.html +273 -0
  219. package/docs/variables/XyoCryptoPlugins.html +273 -0
  220. package/docs/variables/XyoDomainSchema-1.html +274 -0
  221. package/docs/variables/XyoDomainWitnessConfigSchema-1.html +274 -0
  222. package/docs/variables/XyoEthereumGasEtherchainPayloadPlugins.html +273 -0
  223. package/docs/variables/XyoEthereumGasEtherchainPlugins.html +273 -0
  224. package/docs/variables/XyoEthereumGasEtherchainV2Schema-1.html +274 -0
  225. package/docs/variables/XyoEthereumGasEtherchainV2WitnessConfigSchema-1.html +274 -0
  226. package/docs/variables/XyoEthereumGasEtherscanSchema-1.html +274 -0
  227. package/docs/variables/XyoEthereumGasEtherscanWitnessConfigSchema-1.html +274 -0
  228. package/docs/variables/XyoEthereumGasPayloadPlugins.html +273 -0
  229. package/docs/variables/XyoEthereumGasPlugins.html +273 -0
  230. package/docs/variables/XyoEthereumPayloadPlugins.html +273 -0
  231. package/docs/variables/XyoEthereumPlugins.html +273 -0
  232. package/docs/variables/XyoSchemaSchema-1.html +274 -0
  233. package/docs/variables/XyoSchemaWitnessConfigSchema-1.html +274 -0
  234. package/docs/variables/XyoSystemInfoPlugins.html +273 -0
  235. package/docs/variables/XyoSystemPlugins.html +273 -0
  236. package/docs/variables/XyoUniswapCryptoMarketSchema-1.html +274 -0
  237. package/docs/variables/XyoUniswapCryptoMarketWitnessConfigSchema-1.html +274 -0
  238. package/docs/variables/coingeckoCoinToAssetMap.html +273 -0
  239. package/docs/variables/defaultCoins.html +273 -0
  240. package/docs/variables/defaultCurrencies.html +273 -0
  241. package/package.json +5 -5
  242. 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.