LICENSE
README.md
pyproject.toml
src/uvd_x402_sdk/__init__.py
src/uvd_x402_sdk/advanced_escrow.py
src/uvd_x402_sdk/client.py
src/uvd_x402_sdk/config.py
src/uvd_x402_sdk/decorators.py
src/uvd_x402_sdk/discovery.py
src/uvd_x402_sdk/dx402.py
src/uvd_x402_sdk/envelope_v2.py
src/uvd_x402_sdk/erc7702.py
src/uvd_x402_sdk/erc8004.py
src/uvd_x402_sdk/escrow.py
src/uvd_x402_sdk/escrow_signing.py
src/uvd_x402_sdk/events.py
src/uvd_x402_sdk/exceptions.py
src/uvd_x402_sdk/facilitator.py
src/uvd_x402_sdk/models.py
src/uvd_x402_sdk/money_safety.py
src/uvd_x402_sdk/response.py
src/uvd_x402_sdk/wallet.py
src/uvd_x402_sdk.egg-info/PKG-INFO
src/uvd_x402_sdk.egg-info/SOURCES.txt
src/uvd_x402_sdk.egg-info/dependency_links.txt
src/uvd_x402_sdk.egg-info/requires.txt
src/uvd_x402_sdk.egg-info/top_level.txt
src/uvd_x402_sdk/erc8128/__init__.py
src/uvd_x402_sdk/erc8128/core.py
src/uvd_x402_sdk/erc8128/erc8128.f3-1.json
src/uvd_x402_sdk/erc8128/erc8128.f3-3.json
src/uvd_x402_sdk/erc8128/errors.py
src/uvd_x402_sdk/erc8128/nonce.py
src/uvd_x402_sdk/erc8128/presets.py
src/uvd_x402_sdk/erc8128/signer.py
src/uvd_x402_sdk/erc8128/vectors.py
src/uvd_x402_sdk/erc8128/verifier.py
src/uvd_x402_sdk/integrations/__init__.py
src/uvd_x402_sdk/integrations/django_integration.py
src/uvd_x402_sdk/integrations/fastapi_integration.py
src/uvd_x402_sdk/integrations/flask_integration.py
src/uvd_x402_sdk/integrations/lambda_integration.py
src/uvd_x402_sdk/networks/__init__.py
src/uvd_x402_sdk/networks/algorand.py
src/uvd_x402_sdk/networks/base.py
src/uvd_x402_sdk/networks/evm.py
src/uvd_x402_sdk/networks/near.py
src/uvd_x402_sdk/networks/solana.py
src/uvd_x402_sdk/networks/stellar.py
src/uvd_x402_sdk/networks/sui.py
src/uvd_x402_sdk/networks/xrpl.py
tests/test_client.py
tests/test_discovery.py
tests/test_dx402.py
tests/test_envelope_v2.py
tests/test_erc7702.py
tests/test_erc8128.py
tests/test_erc8128_conformance.py
tests/test_erc8128_verifier.py
tests/test_escrow_signing.py
tests/test_events.py
tests/test_external_signer.py
tests/test_extract_v2_envelope.py
tests/test_facilitator_routing.py
tests/test_fastapi_offload.py
tests/test_money_safety.py
tests/test_multi_token_requirements.py
tests/test_owner_lookup_verdict.py
tests/test_register_async.py
tests/test_register_conflict_body.py
tests/test_settle_hooks.py
tests/test_v2_envelope_client.py
tests/test_version_sync.py
tests/test_xrpl.py