circle-developer-controlled-wallets 9.4.1__tar.gz → 9.5.0__tar.gz

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 (132) hide show
  1. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/PKG-INFO +4 -4
  2. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/README.md +1 -1
  3. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/__init__.py +1 -1
  4. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/api/signing_api.py +8 -8
  5. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/api/transactions_api.py +4 -4
  6. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/api_client.py +1 -1
  7. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/configuration.py +1 -1
  8. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/sign_delegate_action_request.py +8 -3
  9. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle_developer_controlled_wallets.egg-info/PKG-INFO +4 -4
  10. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle_developer_controlled_wallets.egg-info/requires.txt +2 -2
  11. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/pyproject.toml +2 -2
  12. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/setup.py +3 -3
  13. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/__init__.py +0 -0
  14. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/__init__.py +0 -0
  15. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/api/__init__.py +0 -0
  16. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/api/token_lookup_api.py +0 -0
  17. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/api/wallet_sets_api.py +0 -0
  18. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/api/wallets_api.py +0 -0
  19. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/api_response.py +0 -0
  20. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/exceptions.py +0 -0
  21. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/__init__.py +0 -0
  22. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/abi_parameters_inner.py +0 -0
  23. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/accelerate_transaction_for_developer.py +0 -0
  24. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/accelerate_transaction_for_developer_data.py +0 -0
  25. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/accelerate_transaction_for_developer_request.py +0 -0
  26. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/account_type.py +0 -0
  27. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/bad_request_response.py +0 -0
  28. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/balance.py +0 -0
  29. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/balances.py +0 -0
  30. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/balances_data.py +0 -0
  31. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/base_screening_decision.py +0 -0
  32. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/blockchain.py +0 -0
  33. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/cancel_transaction_for_developer.py +0 -0
  34. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/cancel_transaction_for_developer_request.py +0 -0
  35. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/contract_execution_blockchain.py +0 -0
  36. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/create_contract_execution_transaction_for_developer.py +0 -0
  37. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/create_contract_execution_transaction_for_developer_request.py +0 -0
  38. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/create_transfer_transaction_for_developer_request.py +0 -0
  39. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/create_transfer_transaction_for_developer_request_blockchain.py +0 -0
  40. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/create_transfer_transaction_for_developer_response.py +0 -0
  41. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/create_transfer_transaction_for_developer_response_data.py +0 -0
  42. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/create_wallet_request.py +0 -0
  43. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/create_wallet_set_request.py +0 -0
  44. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/create_wallet_upgrade_transaction_for_developer.py +0 -0
  45. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/create_wallet_upgrade_transaction_for_developer_request.py +0 -0
  46. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/custody_type.py +0 -0
  47. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/derive_wallet_by_address_request.py +0 -0
  48. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/derive_wallet_request.py +0 -0
  49. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/developer_wallet_set.py +0 -0
  50. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/end_user_wallet_set.py +0 -0
  51. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/eoa_wallet.py +0 -0
  52. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/eoa_wallet_with_balances.py +0 -0
  53. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/error.py +0 -0
  54. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/estimate_contract_execution_transaction_fee_request.py +0 -0
  55. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/estimate_transaction_fee.py +0 -0
  56. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/estimate_transaction_fee_data.py +0 -0
  57. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/estimate_transfer_transaction_fee_request.py +0 -0
  58. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/evm_blockchain.py +0 -0
  59. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/fee_level.py +0 -0
  60. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/fee_parameters.py +0 -0
  61. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/fee_parameters_response.py +0 -0
  62. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/fee_parameters_response_data.py +0 -0
  63. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/get_lowest_nonce_transaction_response.py +0 -0
  64. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/get_lowest_nonce_transaction_response_data.py +0 -0
  65. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/lowest_nonce_transaction_fee_info.py +0 -0
  66. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/new_sca_core.py +0 -0
  67. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/nft.py +0 -0
  68. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/nfts.py +0 -0
  69. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/nfts_data.py +0 -0
  70. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/not_authorized_response.py +0 -0
  71. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/not_found_response.py +0 -0
  72. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/operation.py +0 -0
  73. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/risk_action.py +0 -0
  74. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/risk_category.py +0 -0
  75. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/risk_score.py +0 -0
  76. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/risk_signal.py +0 -0
  77. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/risk_type.py +0 -0
  78. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/sca_core.py +0 -0
  79. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/sca_wallet.py +0 -0
  80. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/sca_wallet_with_balances.py +0 -0
  81. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/sign_delegate_action_response.py +0 -0
  82. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/sign_delegate_action_response_data.py +0 -0
  83. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/sign_message_request.py +0 -0
  84. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/sign_transaction_request.py +0 -0
  85. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/sign_transaction_response.py +0 -0
  86. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/sign_transaction_response_data.py +0 -0
  87. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/sign_typed_data_request.py +0 -0
  88. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/signature_response.py +0 -0
  89. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/signature_response_data.py +0 -0
  90. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/token.py +0 -0
  91. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/token_blockchain.py +0 -0
  92. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/token_response.py +0 -0
  93. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/token_response_data.py +0 -0
  94. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/token_standard.py +0 -0
  95. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/transaction.py +0 -0
  96. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/transaction_fee.py +0 -0
  97. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/transaction_response.py +0 -0
  98. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/transaction_response_data.py +0 -0
  99. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/transaction_screening_decision.py +0 -0
  100. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/transaction_state.py +5 -5
  101. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/transaction_type.py +0 -0
  102. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/transactions.py +0 -0
  103. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/transactions_data.py +0 -0
  104. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/transfer_blockchain.py +0 -0
  105. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/update_wallet_request.py +0 -0
  106. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/update_wallet_set_request.py +0 -0
  107. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/validate_address.py +0 -0
  108. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/validate_address_data.py +0 -0
  109. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/validate_address_request.py +0 -0
  110. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallet.py +0 -0
  111. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallet_metadata.py +0 -0
  112. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallet_response.py +0 -0
  113. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallet_response_data.py +0 -0
  114. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallet_set.py +0 -0
  115. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallet_set_response.py +0 -0
  116. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallet_set_response_data.py +0 -0
  117. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallet_sets.py +0 -0
  118. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallet_sets_data.py +0 -0
  119. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallet_sets_data_wallet_sets_inner.py +0 -0
  120. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallet_state.py +0 -0
  121. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallets.py +0 -0
  122. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallets_data.py +0 -0
  123. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallets_data_wallets_inner.py +0 -0
  124. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallets_with_balances.py +0 -0
  125. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallets_with_balances_data.py +0 -0
  126. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/models/wallets_with_balances_data_wallets_inner.py +0 -0
  127. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/py.typed +0 -0
  128. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle/web3/developer_controlled_wallets/rest.py +0 -0
  129. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle_developer_controlled_wallets.egg-info/SOURCES.txt +0 -0
  130. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle_developer_controlled_wallets.egg-info/dependency_links.txt +0 -0
  131. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/circle_developer_controlled_wallets.egg-info/top_level.txt +0 -0
  132. {circle_developer_controlled_wallets-9.4.1 → circle_developer_controlled_wallets-9.5.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: circle-developer-controlled-wallets
3
- Version: 9.4.1
3
+ Version: 9.5.0
4
4
  Summary: Developer-Controlled Wallets
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -13,8 +13,8 @@ Requires-Dist: pydantic>=2
13
13
  Requires-Dist: typing-extensions>=4.7.1
14
14
  Requires-Dist: lazy-imports<2,>=1
15
15
  Requires-Dist: pycryptodome>=3.20.0
16
- Requires-Dist: circle-configurations==9.4.1
17
- Requires-Dist: circle-web3-sdk-util==9.4.1
16
+ Requires-Dist: circle-configurations==9.5.0
17
+ Requires-Dist: circle-web3-sdk-util==9.5.0
18
18
  Dynamic: author
19
19
  Dynamic: author-email
20
20
  Dynamic: description
@@ -26,7 +26,7 @@ Dynamic: summary
26
26
  # circle-developer-controlled-wallets
27
27
  This SDK provides convenient access to Circle's Developer Controlled Wallets APIs for applications written in Python. For the API reference, see the [Circle Web3 API docs](https://developers.circle.com/api-reference/w3s/common/ping).
28
28
 
29
- - Package version: 9.4.1
29
+ - Package version: 9.5.0
30
30
 
31
31
  ## Requirements.
32
32
 
@@ -1,7 +1,7 @@
1
1
  # circle-developer-controlled-wallets
2
2
  This SDK provides convenient access to Circle's Developer Controlled Wallets APIs for applications written in Python. For the API reference, see the [Circle Web3 API docs](https://developers.circle.com/api-reference/w3s/common/ping).
3
3
 
4
- - Package version: 9.4.1
4
+ - Package version: 9.5.0
5
5
 
6
6
  ## Requirements.
7
7
 
@@ -10,7 +10,7 @@
10
10
  """ # noqa: E501
11
11
 
12
12
 
13
- __version__ = "9.4.1"
13
+ __version__ = "9.5.0"
14
14
 
15
15
  # Define package exports
16
16
  __all__ = [
@@ -70,7 +70,7 @@ class SigningApi(object):
70
70
  def sign_delegate_action(self, sign_delegate_action_request : Annotated[SignDelegateActionRequest, Field(description="Schema for the request payload to sign a delegate action.")], x_request_id : Annotated[Optional[UUID], Field(description="Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems. ")] = None, **kwargs) -> SignDelegateActionResponse: # noqa: E501
71
71
  """Sign delegate action # noqa: E501
72
72
 
73
- Sign a delegate action from a specific developer-controlled wallet. NOTE: This endpoint is only available for NEAR and NEAR-TESTNET. # noqa: E501
73
+ Sign a delegate action from a specific developer-controlled wallet. To identify the wallet, you must provide either `walletId`, or both `walletAddress` and `blockchain` in the request body. NOTE: This endpoint is only available for NEAR and NEAR-TESTNET. # noqa: E501
74
74
  This method makes a synchronous HTTP request by default. To make an
75
75
  asynchronous HTTP request, please pass async_req=True
76
76
 
@@ -102,7 +102,7 @@ class SigningApi(object):
102
102
  def sign_delegate_action_with_http_info(self, sign_delegate_action_request : Annotated[SignDelegateActionRequest, Field(description="Schema for the request payload to sign a delegate action.")], x_request_id : Annotated[Optional[UUID], Field(description="Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems. ")] = None, **kwargs) -> ApiResponse: # noqa: E501
103
103
  """Sign delegate action # noqa: E501
104
104
 
105
- Sign a delegate action from a specific developer-controlled wallet. NOTE: This endpoint is only available for NEAR and NEAR-TESTNET. # noqa: E501
105
+ Sign a delegate action from a specific developer-controlled wallet. To identify the wallet, you must provide either `walletId`, or both `walletAddress` and `blockchain` in the request body. NOTE: This endpoint is only available for NEAR and NEAR-TESTNET. # noqa: E501
106
106
  This method makes a synchronous HTTP request by default. To make an
107
107
  asynchronous HTTP request, please pass async_req=True
108
108
 
@@ -232,7 +232,7 @@ class SigningApi(object):
232
232
  def sign_message(self, sign_message_request : Annotated[SignMessageRequest, Field(description="Schema for the request payload to sign a message.")], x_request_id : Annotated[Optional[UUID], Field(description="Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems. ")] = None, **kwargs) -> SignatureResponse: # noqa: E501
233
233
  """Sign message # noqa: E501
234
234
 
235
- Sign a message from a specified developer-controlled wallet. This endpoint supports message signing for Ethereum-based blockchains (using EIP-191), Solana and Aptos (using Ed25519 signatures). Note that Smart Contract Accounts (SCA) are specific to Ethereum and EVM-compatible chains. The difference between Ethereum's EOA and SCA can be found in the [account types guide](https://developers.circle.com/wallets/account-types). You can also check the list of Ethereum Dapps that support SCA: https://eip1271.io/.\" You must provide either a `walletId` or a `walletAddress` and `blockchain` pair in the request body. # noqa: E501
235
+ Sign a message from a specified developer-controlled wallet. This endpoint supports message signing for Ethereum-based blockchains (using EIP-191), Solana and Aptos (using Ed25519 signatures). Note that Smart Contract Accounts (SCA) are specific to Ethereum and EVM-compatible chains. The difference between Ethereum's EOA and SCA can be found in the [account types guide](https://developers.circle.com/wallets/account-types). You can also check the list of Ethereum Dapps that support SCA: https://eip1271.io/.\" To identify the wallet, you must provide either `walletId`, or both `walletAddress` and `blockchain` in the request body. # noqa: E501
236
236
  This method makes a synchronous HTTP request by default. To make an
237
237
  asynchronous HTTP request, please pass async_req=True
238
238
 
@@ -264,7 +264,7 @@ class SigningApi(object):
264
264
  def sign_message_with_http_info(self, sign_message_request : Annotated[SignMessageRequest, Field(description="Schema for the request payload to sign a message.")], x_request_id : Annotated[Optional[UUID], Field(description="Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems. ")] = None, **kwargs) -> ApiResponse: # noqa: E501
265
265
  """Sign message # noqa: E501
266
266
 
267
- Sign a message from a specified developer-controlled wallet. This endpoint supports message signing for Ethereum-based blockchains (using EIP-191), Solana and Aptos (using Ed25519 signatures). Note that Smart Contract Accounts (SCA) are specific to Ethereum and EVM-compatible chains. The difference between Ethereum's EOA and SCA can be found in the [account types guide](https://developers.circle.com/wallets/account-types). You can also check the list of Ethereum Dapps that support SCA: https://eip1271.io/.\" You must provide either a `walletId` or a `walletAddress` and `blockchain` pair in the request body. # noqa: E501
267
+ Sign a message from a specified developer-controlled wallet. This endpoint supports message signing for Ethereum-based blockchains (using EIP-191), Solana and Aptos (using Ed25519 signatures). Note that Smart Contract Accounts (SCA) are specific to Ethereum and EVM-compatible chains. The difference between Ethereum's EOA and SCA can be found in the [account types guide](https://developers.circle.com/wallets/account-types). You can also check the list of Ethereum Dapps that support SCA: https://eip1271.io/.\" To identify the wallet, you must provide either `walletId`, or both `walletAddress` and `blockchain` in the request body. # noqa: E501
268
268
  This method makes a synchronous HTTP request by default. To make an
269
269
  asynchronous HTTP request, please pass async_req=True
270
270
 
@@ -394,7 +394,7 @@ class SigningApi(object):
394
394
  def sign_transaction(self, sign_transaction_request : Annotated[SignTransactionRequest, Field(description="Schema for the request payload to sign a transaction.")], x_request_id : Annotated[Optional[UUID], Field(description="Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems. ")] = None, **kwargs) -> SignTransactionResponse: # noqa: E501
395
395
  """Sign transaction # noqa: E501
396
396
 
397
- Sign a transaction from a specific developer-controlled wallet. You must provide either a `walletId` or a `walletAddress` and `blockchain` pair in the request body. NOTE: This endpoint is only available for the following chains: `SOL`, `SOL-DEVNET`, `NEAR`, `NEAR-TESTNET`, `EVM`, `EVM-TESTNET`. Each chain defines its own standard, please refer to [Signing APIs doc](https://learn.circle.com/w3s/signing-apis). # noqa: E501
397
+ Sign a transaction from a specific developer-controlled wallet. To identify the wallet, you must provide either `walletId`, or both `walletAddress` and `blockchain` in the request body. NOTE: This endpoint is only available for the following chains: `SOL`, `SOL-DEVNET`, `NEAR`, `NEAR-TESTNET`, `EVM`, `EVM-TESTNET`. Each chain defines its own standard, please refer to [Signing APIs doc](https://learn.circle.com/w3s/signing-apis). # noqa: E501
398
398
  This method makes a synchronous HTTP request by default. To make an
399
399
  asynchronous HTTP request, please pass async_req=True
400
400
 
@@ -426,7 +426,7 @@ class SigningApi(object):
426
426
  def sign_transaction_with_http_info(self, sign_transaction_request : Annotated[SignTransactionRequest, Field(description="Schema for the request payload to sign a transaction.")], x_request_id : Annotated[Optional[UUID], Field(description="Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems. ")] = None, **kwargs) -> ApiResponse: # noqa: E501
427
427
  """Sign transaction # noqa: E501
428
428
 
429
- Sign a transaction from a specific developer-controlled wallet. You must provide either a `walletId` or a `walletAddress` and `blockchain` pair in the request body. NOTE: This endpoint is only available for the following chains: `SOL`, `SOL-DEVNET`, `NEAR`, `NEAR-TESTNET`, `EVM`, `EVM-TESTNET`. Each chain defines its own standard, please refer to [Signing APIs doc](https://learn.circle.com/w3s/signing-apis). # noqa: E501
429
+ Sign a transaction from a specific developer-controlled wallet. To identify the wallet, you must provide either `walletId`, or both `walletAddress` and `blockchain` in the request body. NOTE: This endpoint is only available for the following chains: `SOL`, `SOL-DEVNET`, `NEAR`, `NEAR-TESTNET`, `EVM`, `EVM-TESTNET`. Each chain defines its own standard, please refer to [Signing APIs doc](https://learn.circle.com/w3s/signing-apis). # noqa: E501
430
430
  This method makes a synchronous HTTP request by default. To make an
431
431
  asynchronous HTTP request, please pass async_req=True
432
432
 
@@ -556,7 +556,7 @@ class SigningApi(object):
556
556
  def sign_typed_data(self, sign_typed_data_request : Annotated[SignTypedDataRequest, Field(description="Schema for the request payload to sign typed data.")], x_request_id : Annotated[Optional[UUID], Field(description="Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems. ")] = None, **kwargs) -> SignatureResponse: # noqa: E501
557
557
  """Sign typed data # noqa: E501
558
558
 
559
- | Sign the EIP-712 typed structured data from a specified developer-controlled wallet. You must provide either a `walletId` or a `walletAddress` and `blockchain` pair in the request body. This endpoint only supports Ethereum and EVM-compatible blockchains. Please note that not all apps currently support Smart Contract Accounts (SCA); the difference between Ethereum's EOA and SCA can be found in the [account types guide](https://developers.circle.com/wallets/account-types). You can also check the list of Ethereum apps that support SCA: https://eip1271.io/. # noqa: E501
559
+ | Sign the EIP-712 typed structured data from a specified developer-controlled wallet. To identify the wallet, you must provide either `walletId`, or both `walletAddress` and `blockchain` in the request body. This endpoint only supports Ethereum and EVM-compatible blockchains. Please note that not all apps currently support Smart Contract Accounts (SCA); the difference between Ethereum's EOA and SCA can be found in the [account types guide](https://developers.circle.com/wallets/account-types). You can also check the list of Ethereum apps that support SCA: https://eip1271.io/. # noqa: E501
560
560
  This method makes a synchronous HTTP request by default. To make an
561
561
  asynchronous HTTP request, please pass async_req=True
562
562
 
@@ -588,7 +588,7 @@ class SigningApi(object):
588
588
  def sign_typed_data_with_http_info(self, sign_typed_data_request : Annotated[SignTypedDataRequest, Field(description="Schema for the request payload to sign typed data.")], x_request_id : Annotated[Optional[UUID], Field(description="Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems. ")] = None, **kwargs) -> ApiResponse: # noqa: E501
589
589
  """Sign typed data # noqa: E501
590
590
 
591
- | Sign the EIP-712 typed structured data from a specified developer-controlled wallet. You must provide either a `walletId` or a `walletAddress` and `blockchain` pair in the request body. This endpoint only supports Ethereum and EVM-compatible blockchains. Please note that not all apps currently support Smart Contract Accounts (SCA); the difference between Ethereum's EOA and SCA can be found in the [account types guide](https://developers.circle.com/wallets/account-types). You can also check the list of Ethereum apps that support SCA: https://eip1271.io/. # noqa: E501
591
+ | Sign the EIP-712 typed structured data from a specified developer-controlled wallet. To identify the wallet, you must provide either `walletId`, or both `walletAddress` and `blockchain` in the request body. This endpoint only supports Ethereum and EVM-compatible blockchains. Please note that not all apps currently support Smart Contract Accounts (SCA); the difference between Ethereum's EOA and SCA can be found in the [account types guide](https://developers.circle.com/wallets/account-types). You can also check the list of Ethereum apps that support SCA: https://eip1271.io/. # noqa: E501
592
592
  This method makes a synchronous HTTP request by default. To make an
593
593
  asynchronous HTTP request, please pass async_req=True
594
594
 
@@ -434,7 +434,7 @@ class TransactionsApi(object):
434
434
  def create_developer_transaction_contract_execution(self, create_contract_execution_transaction_for_developer_request : Annotated[CreateContractExecutionTransactionForDeveloperRequest, Field(description="Create transaction for developer request")], x_request_id : Annotated[Optional[UUID], Field(description="Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems. ")] = None, **kwargs) -> CreateContractExecutionTransactionForDeveloper: # noqa: E501
435
435
  """Create a contract execution transaction # noqa: E501
436
436
 
437
- Creates a transaction which executes a smart contract. ABI parameters must be passed in the request. Related transactions may be submitted as a batch transaction in a single call. You must provide either a `walletId` or a `walletAddress` and `blockchain` pair in the request body. # noqa: E501
437
+ Creates a transaction which executes a smart contract. ABI parameters must be passed in the request. Related transactions may be submitted as a batch transaction in a single call. To identify the wallet, you must provide either `walletId`, or both `walletAddress` and `blockchain` in the request body. # noqa: E501
438
438
  This method makes a synchronous HTTP request by default. To make an
439
439
  asynchronous HTTP request, please pass async_req=True
440
440
 
@@ -466,7 +466,7 @@ class TransactionsApi(object):
466
466
  def create_developer_transaction_contract_execution_with_http_info(self, create_contract_execution_transaction_for_developer_request : Annotated[CreateContractExecutionTransactionForDeveloperRequest, Field(description="Create transaction for developer request")], x_request_id : Annotated[Optional[UUID], Field(description="Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems. ")] = None, **kwargs) -> ApiResponse: # noqa: E501
467
467
  """Create a contract execution transaction # noqa: E501
468
468
 
469
- Creates a transaction which executes a smart contract. ABI parameters must be passed in the request. Related transactions may be submitted as a batch transaction in a single call. You must provide either a `walletId` or a `walletAddress` and `blockchain` pair in the request body. # noqa: E501
469
+ Creates a transaction which executes a smart contract. ABI parameters must be passed in the request. Related transactions may be submitted as a batch transaction in a single call. To identify the wallet, you must provide either `walletId`, or both `walletAddress` and `blockchain` in the request body. # noqa: E501
470
470
  This method makes a synchronous HTTP request by default. To make an
471
471
  asynchronous HTTP request, please pass async_req=True
472
472
 
@@ -597,7 +597,7 @@ class TransactionsApi(object):
597
597
  def create_developer_transaction_transfer(self, create_transfer_transaction_for_developer_request : Annotated[CreateTransferTransactionForDeveloperRequest, Field(description="Create transaction for developer request")], x_request_id : Annotated[Optional[UUID], Field(description="Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems. ")] = None, **kwargs) -> CreateTransferTransactionForDeveloperResponse: # noqa: E501
598
598
  """Create a transfer transaction # noqa: E501
599
599
 
600
- Initiates an on-chain digital asset transfer from a specified developer-controlled wallet. You must provide either a `walletId` or a `walletAddress` and `blockchain` pair in the request body. # noqa: E501
600
+ Initiates an on-chain digital asset transfer from a specified developer-controlled wallet. To identify the wallet, you must provide either `walletId`, or both `walletAddress` and `blockchain` in the request body. # noqa: E501
601
601
  This method makes a synchronous HTTP request by default. To make an
602
602
  asynchronous HTTP request, please pass async_req=True
603
603
 
@@ -629,7 +629,7 @@ class TransactionsApi(object):
629
629
  def create_developer_transaction_transfer_with_http_info(self, create_transfer_transaction_for_developer_request : Annotated[CreateTransferTransactionForDeveloperRequest, Field(description="Create transaction for developer request")], x_request_id : Annotated[Optional[UUID], Field(description="Developer-provided identifier for this request, used for tracing requests in Wallets API logs and the Developer Console, and when communicating with Circle Support. **Must be a UUID to appear in logs.** Non-UUID values are accepted by the API but are ignored by logging and tracing systems. ")] = None, **kwargs) -> ApiResponse: # noqa: E501
630
630
  """Create a transfer transaction # noqa: E501
631
631
 
632
- Initiates an on-chain digital asset transfer from a specified developer-controlled wallet. You must provide either a `walletId` or a `walletAddress` and `blockchain` pair in the request body. # noqa: E501
632
+ Initiates an on-chain digital asset transfer from a specified developer-controlled wallet. To identify the wallet, you must provide either `walletId`, or both `walletAddress` and `blockchain` in the request body. # noqa: E501
633
633
  This method makes a synchronous HTTP request by default. To make an
634
634
  asynchronous HTTP request, please pass async_req=True
635
635
 
@@ -80,7 +80,7 @@ class ApiClient(object):
80
80
  self.default_headers[header_name] = header_value
81
81
  self.cookie = cookie
82
82
  # Set default User-Agent.
83
- self.user_agent = (user_agent + ' / ' if user_agent else '') + 'CircleWeb3PythonSDK / DeveloperControlledWallets / 9.4.1'
83
+ self.user_agent = (user_agent + ' / ' if user_agent else '') + 'CircleWeb3PythonSDK / DeveloperControlledWallets / 9.5.0'
84
84
  self.client_side_validation = configuration.client_side_validation
85
85
 
86
86
  def __enter__(self):
@@ -385,7 +385,7 @@ class Configuration(object):
385
385
  "OS: {env}\n"\
386
386
  "Python Version: {pyversion}\n"\
387
387
  "Version of the API: 1.0\n"\
388
- "SDK Package Version: 9.4.1".\
388
+ "SDK Package Version: 9.5.0".\
389
389
  format(env=sys.platform, pyversion=sys.version)
390
390
 
391
391
  # CUSTOMIZATION: Modified get_host_settings to use hardcoded URLs
@@ -19,8 +19,9 @@ from enum import Enum
19
19
  from datetime import datetime
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictBytes, StrictStr
22
- from typing import Any, ClassVar, Dict, List, Union
22
+ from typing import Any, ClassVar, Dict, List, Optional, Union
23
23
  from uuid import UUID
24
+ from circle.web3.developer_controlled_wallets.models.blockchain import Blockchain
24
25
  from pydantic import StrictStr # Additional import for UUID backward compatibility
25
26
  from typing import Optional, Set
26
27
  from typing_extensions import Self
@@ -29,10 +30,12 @@ class SignDelegateActionRequest(BaseModel):
29
30
  """
30
31
  SignDelegateActionRequest
31
32
  """ # noqa: E501
32
- wallet_id: StrictStr = Field(description="System-generated unique identifier of the resource.", alias="walletId")
33
+ wallet_id: Optional[StrictStr] = Field(None, description="System-generated unique identifier of the resource.", alias="walletId")
34
+ blockchain: Optional[Blockchain] = None
35
+ wallet_address: Optional[StrictStr] = Field(default=None, description="Blockchain generated unique identifier, associated with wallet (account), smart contract or other blockchain objects. ", alias="walletAddress")
33
36
  unsigned_delegate_action: StrictStr = Field(description="Unsigned delegate action string that needs to be signed. Must be base64 encoded.", alias="unsignedDelegateAction")
34
37
  entity_secret_ciphertext: Union[StrictBytes, StrictStr] = Field(description="A base64 string expression of the entity secret ciphertext. The entity secret should be encrypted by the entity public key. Circle mandates that the entity secret ciphertext is unique for each API request. ", alias="entitySecretCiphertext")
35
- __properties: ClassVar[List[str]] = ["walletId", "unsignedDelegateAction", "entitySecretCiphertext"]
38
+ __properties: ClassVar[List[str]] = ["walletId", "blockchain", "walletAddress", "unsignedDelegateAction", "entitySecretCiphertext"]
36
39
 
37
40
  def __init__(self, **kwargs):
38
41
  if "idempotencyKey" in self.__properties and not kwargs.get("idempotency_key"):
@@ -160,6 +163,8 @@ class SignDelegateActionRequest(BaseModel):
160
163
 
161
164
  _obj = cls.model_validate({
162
165
  "walletId": obj.get("walletId"),
166
+ "blockchain": obj.get("blockchain"),
167
+ "walletAddress": obj.get("walletAddress"),
163
168
  "unsignedDelegateAction": obj.get("unsignedDelegateAction"),
164
169
  "entitySecretCiphertext": obj.get("entitySecretCiphertext")
165
170
  })
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: circle-developer-controlled-wallets
3
- Version: 9.4.1
3
+ Version: 9.5.0
4
4
  Summary: Developer-Controlled Wallets
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -13,8 +13,8 @@ Requires-Dist: pydantic>=2
13
13
  Requires-Dist: typing-extensions>=4.7.1
14
14
  Requires-Dist: lazy-imports<2,>=1
15
15
  Requires-Dist: pycryptodome>=3.20.0
16
- Requires-Dist: circle-configurations==9.4.1
17
- Requires-Dist: circle-web3-sdk-util==9.4.1
16
+ Requires-Dist: circle-configurations==9.5.0
17
+ Requires-Dist: circle-web3-sdk-util==9.5.0
18
18
  Dynamic: author
19
19
  Dynamic: author-email
20
20
  Dynamic: description
@@ -26,7 +26,7 @@ Dynamic: summary
26
26
  # circle-developer-controlled-wallets
27
27
  This SDK provides convenient access to Circle's Developer Controlled Wallets APIs for applications written in Python. For the API reference, see the [Circle Web3 API docs](https://developers.circle.com/api-reference/w3s/common/ping).
28
28
 
29
- - Package version: 9.4.1
29
+ - Package version: 9.5.0
30
30
 
31
31
  ## Requirements.
32
32
 
@@ -4,5 +4,5 @@ pydantic>=2
4
4
  typing-extensions>=4.7.1
5
5
  lazy-imports<2,>=1
6
6
  pycryptodome>=3.20.0
7
- circle-configurations==9.4.1
8
- circle-web3-sdk-util==9.4.1
7
+ circle-configurations==9.5.0
8
+ circle-web3-sdk-util==9.5.0
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "circle.web3.developer_controlled_wallets"
3
- version = "9.4.1"
3
+ version = "9.5.0"
4
4
  description = "Developer-Controlled Wallets"
5
5
  authors = ["OpenAPI Generator Community <team@openapitools.org>"]
6
6
  license = "NoLicense"
@@ -18,7 +18,7 @@ pydantic = ">= 2"
18
18
  typing-extensions = ">= 4.7.1"
19
19
  pycryptodome = ">= 3.20.0"
20
20
  setuptools = ">= 21.0.0"
21
- circle-configurations = "== 9.4.1"
21
+ circle-configurations = "== 9.5.0"
22
22
 
23
23
  [tool.poetry.dev-dependencies]
24
24
  pytest = ">= 8.3.0"
@@ -17,7 +17,7 @@ import pathlib
17
17
  # prerequisite: setuptools
18
18
  # http://pypi.python.org/pypi/setuptools
19
19
  NAME = "circle-developer-controlled-wallets"
20
- VERSION = "9.4.1"
20
+ VERSION = "9.5.0"
21
21
  PYTHON_REQUIRES = ">=3.10,<4"
22
22
  REQUIRES = [
23
23
  "urllib3 >= 2.1.0, < 3.0.0",
@@ -26,8 +26,8 @@ REQUIRES = [
26
26
  "typing-extensions >= 4.7.1",
27
27
  "lazy-imports >= 1, < 2",
28
28
  "pycryptodome >= 3.20.0",
29
- "circle-configurations == 9.4.1",
30
- "circle-web3-sdk-util == 9.4.1"
29
+ "circle-configurations == 9.5.0",
30
+ "circle-web3-sdk-util == 9.5.0"
31
31
  ]
32
32
 
33
33
  here = pathlib.Path(__file__).parent.resolve()
@@ -22,16 +22,16 @@ class TransactionState(str, Enum):
22
22
  """
23
23
  allowed enum values
24
24
  """
25
- CANCELLED = 'CANCELLED'
26
- CONFIRMED = 'CONFIRMED'
27
- COMPLETE = 'COMPLETE'
28
- DENIED = 'DENIED'
29
- FAILED = 'FAILED'
30
25
  INITIATED = 'INITIATED'
31
26
  CLEARED = 'CLEARED'
32
27
  QUEUED = 'QUEUED'
33
28
  SENT = 'SENT'
34
29
  STUCK = 'STUCK'
30
+ CONFIRMED = 'CONFIRMED'
31
+ COMPLETE = 'COMPLETE'
32
+ FAILED = 'FAILED'
33
+ DENIED = 'DENIED'
34
+ CANCELLED = 'CANCELLED'
35
35
 
36
36
  @classmethod
37
37
  def from_json(cls, json_str: str) -> Self: