@xyo-network/payload-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 +5344 -1137
- 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/XyoDomainPayloadWrapper.html +657 -0
- package/docs/functions/AddressPayloadPlugin.html +164 -0
- package/docs/functions/CoingeckoCryptoMarketPayloadPlugin.html +164 -0
- package/docs/functions/ConfigPayloadPlugin.html +164 -0
- package/docs/functions/CryptoCardsGamePayloadPlugin.html +164 -0
- package/docs/functions/CryptoCardsMovePayloadPlugin.html +164 -0
- package/docs/functions/CryptoMarketAssetPayloadPlugin.html +164 -0
- package/docs/functions/DomainPayloadPlugin.html +164 -0
- package/docs/functions/IdPayloadPlugin.html +164 -0
- package/docs/functions/LocationCertaintyPayloadPlugin.html +164 -0
- package/docs/functions/LocationCertaintyPayloadTemplate.html +164 -0
- package/docs/functions/LocationPayloadPlugin.html +164 -0
- package/docs/functions/QueryPayloadPlugin.html +164 -0
- package/docs/functions/SchemaPayloadPlugin.html +164 -0
- package/docs/functions/UniswapCryptoMarketPayloadPlugin.html +164 -0
- package/docs/functions/XyoEthereumGasEtherchainV2PayloadPlugin.html +164 -0
- package/docs/functions/XyoEthereumGasEtherscanPayloadPlugin.html +164 -0
- package/docs/functions/addressPayloadTemplate.html +164 -0
- package/docs/functions/coingeckoCryptoMarketPayloadTemplate.html +164 -0
- package/docs/functions/configPayloadTemplate.html +164 -0
- package/docs/functions/cryptoCardsGamePayloadTemplate.html +164 -0
- package/docs/functions/cryptoCardsMovePayloadTemplate.html +164 -0
- package/docs/functions/cryptoMarketAssetPayloadTemplate.html +164 -0
- package/docs/functions/domainConfigTemplate.html +164 -0
- package/docs/functions/idPayloadTemplate.html +164 -0
- package/docs/functions/isLocationCertaintyPayload.html +169 -0
- package/docs/functions/queryPayloadTemplate.html +164 -0
- package/docs/functions/schemaPayloadTemplate.html +164 -0
- package/docs/functions/uniswapCryptoMarketPayloadTemplate.html +164 -0
- package/docs/index.html +171 -0
- package/docs/interfaces/AssetInfo.html +184 -0
- package/docs/interfaces/EthereumGasEtherchainV2Response.html +206 -0
- package/docs/interfaces/EthereumGasEtherscanResponse.html +228 -0
- package/docs/interfaces/GeographicCoordinateSystemLocation.html +212 -0
- package/docs/interfaces/LocationCertaintyHeuristic.html +198 -0
- package/docs/interfaces/QuadkeyLocation.html +198 -0
- package/docs/interfaces/XyoAlias.html +197 -0
- package/docs/interfaces/XyoCryptoAsset.html +191 -0
- package/docs/interfaces/XyoCryptoMarketAssetPayload.html +210 -0
- package/docs/interfaces/XyoFetchedAlias.html +202 -0
- package/docs/interfaces/XyoUniswapCryptoPair.html +184 -0
- package/docs/interfaces/XyoUniswapCryptoToken.html +198 -0
- package/docs/modules.html +306 -0
- package/docs/types/Acceleration.html +165 -0
- package/docs/types/AddressPayload.html +160 -0
- package/docs/types/AddressSchema.html +161 -0
- package/docs/types/AssetSymbol.html +160 -0
- package/docs/types/ConfigPayload.html +165 -0
- package/docs/types/ConfigSchema.html +161 -0
- package/docs/types/Currency.html +160 -0
- package/docs/types/CurrentLocationSchema.html +161 -0
- package/docs/types/GeographicCoordinateSystemLocationPayload.html +160 -0
- package/docs/types/GeographicCoordinateSystemLocationSchema.html +161 -0
- package/docs/types/Heading.html +165 -0
- package/docs/types/IdPayload.html +160 -0
- package/docs/types/IdSchema.html +161 -0
- package/docs/types/Location.html +160 -0
- package/docs/types/LocationCertainty.html +176 -0
- package/docs/types/LocationCertaintyPayload.html +160 -0
- package/docs/types/LocationCertaintySchema.html +161 -0
- package/docs/types/LocationHeading.html +160 -0
- package/docs/types/LocationHeadingPayload.html +160 -0
- package/docs/types/LocationHeadingSchema.html +161 -0
- package/docs/types/LocationPayload.html +160 -0
- package/docs/types/LocationSchema.html +161 -0
- package/docs/types/Motion.html +160 -0
- package/docs/types/QuadkeyLocationPayload.html +160 -0
- package/docs/types/QuadkeyLocationSchema.html +161 -0
- package/docs/types/QueryPayload.html +160 -0
- package/docs/types/QuerySchema.html +161 -0
- package/docs/types/Speed.html +165 -0
- package/docs/types/Token.html +160 -0
- package/docs/types/ValueBasis.html +160 -0
- package/docs/types/Velocity.html +160 -0
- package/docs/types/XyoCoingeckoCryptoMarketPayload.html +160 -0
- package/docs/types/XyoCoingeckoCryptoMarketSchema.html +161 -0
- package/docs/types/XyoCryptoAssetPrices.html +160 -0
- package/docs/types/XyoCryptoCardsGamePayload.html +160 -0
- package/docs/types/XyoCryptoCardsGameSchema.html +161 -0
- package/docs/types/XyoCryptoCardsMovePayload.html +160 -0
- package/docs/types/XyoCryptoCardsMoveSchema.html +161 -0
- package/docs/types/XyoCryptoMarketAssetSchema.html +161 -0
- package/docs/types/XyoDomainPayload.html +160 -0
- package/docs/types/XyoDomainSchema.html +161 -0
- package/docs/types/XyoEthereumGasEtherchainV2Payload.html +160 -0
- package/docs/types/XyoEthereumGasEtherchainV2Schema.html +161 -0
- package/docs/types/XyoEthereumGasEtherscanPayload.html +160 -0
- package/docs/types/XyoEthereumGasEtherscanSchema.html +161 -0
- package/docs/types/XyoSchemaPayload.html +160 -0
- package/docs/types/XyoSchemaSchema.html +161 -0
- package/docs/types/XyoUniswapCryptoMarketPayload.html +160 -0
- package/docs/types/XyoUniswapCryptoMarketSchema.html +161 -0
- package/docs/types/XyoUniswapCryptoMarketWitnessConfigSchema.html +161 -0
- package/docs/variables/AddressSchema-1.html +161 -0
- package/docs/variables/ConfigSchema-1.html +161 -0
- package/docs/variables/CryptoPayloadPlugins.html +160 -0
- package/docs/variables/CurrentLocationSchema-1.html +161 -0
- package/docs/variables/GeographicCoordinateSystemLocationSchema-1.html +161 -0
- package/docs/variables/IdSchema-1.html +161 -0
- package/docs/variables/LocationCertaintySchema-1.html +161 -0
- package/docs/variables/LocationHeadingSchema-1.html +161 -0
- package/docs/variables/LocationSchema-1.html +161 -0
- package/docs/variables/PayloadPlugins.html +160 -0
- package/docs/variables/QuadkeyLocationSchema-1.html +161 -0
- package/docs/variables/QuerySchema-1.html +161 -0
- package/docs/variables/XyoBlockchainPayloadPlugins.html +160 -0
- package/docs/variables/XyoCoingeckoCryptoMarketSchema-1.html +161 -0
- package/docs/variables/XyoCryptoCardsGameSchema-1.html +161 -0
- package/docs/variables/XyoCryptoCardsMoveSchema-1.html +161 -0
- package/docs/variables/XyoCryptoCardsPayloadPlugins.html +160 -0
- package/docs/variables/XyoCryptoMarketAssetSchema-1.html +161 -0
- package/docs/variables/XyoCryptoMarketPayloadPlugins.html +160 -0
- package/docs/variables/XyoDomainSchema-1.html +161 -0
- package/docs/variables/XyoEthereumGasEtherchainPayloadPlugins.html +160 -0
- package/docs/variables/XyoEthereumGasEtherchainV2Schema-1.html +161 -0
- package/docs/variables/XyoEthereumGasEtherscanSchema-1.html +161 -0
- package/docs/variables/XyoEthereumGasPayloadPlugins.html +160 -0
- package/docs/variables/XyoEthereumPayloadPlugins.html +160 -0
- package/docs/variables/XyoSchemaSchema-1.html +161 -0
- package/docs/variables/XyoUniswapCryptoMarketSchema-1.html +161 -0
- package/docs/variables/XyoUniswapCryptoMarketWitnessConfigSchema-1.html +161 -0
- package/package.json +13 -13
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.