circle-developer-controlled-wallets 9.0.0__tar.gz → 9.2.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.0.0 → circle_developer_controlled_wallets-9.2.0}/PKG-INFO +4 -4
  2. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/README.md +1 -1
  3. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/__init__.py +1 -1
  4. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/api/signing_api.py +4 -4
  5. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/api_client.py +1 -1
  6. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/configuration.py +1 -1
  7. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/account_type.py +1 -1
  8. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/create_contract_execution_transaction_for_developer_request.py +3 -3
  9. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/create_transfer_transaction_for_developer_request.py +3 -3
  10. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/create_wallet_upgrade_transaction_for_developer_request.py +3 -3
  11. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/eoa_wallet.py +1 -1
  12. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/eoa_wallet_with_balances.py +1 -1
  13. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/fee_parameters.py +2 -2
  14. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/sca_wallet.py +1 -1
  15. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/sca_wallet_with_balances.py +1 -1
  16. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/transaction_fee.py +3 -3
  17. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle_developer_controlled_wallets.egg-info/PKG-INFO +4 -4
  18. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle_developer_controlled_wallets.egg-info/requires.txt +2 -2
  19. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/pyproject.toml +2 -2
  20. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/setup.py +3 -3
  21. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/__init__.py +0 -0
  22. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/__init__.py +0 -0
  23. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/api/__init__.py +0 -0
  24. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/api/token_lookup_api.py +0 -0
  25. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/api/transactions_api.py +0 -0
  26. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/api/wallet_sets_api.py +0 -0
  27. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/api/wallets_api.py +0 -0
  28. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/api_response.py +0 -0
  29. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/exceptions.py +0 -0
  30. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/__init__.py +0 -0
  31. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/abi_parameters_inner.py +0 -0
  32. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/accelerate_transaction_for_developer.py +0 -0
  33. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/accelerate_transaction_for_developer_data.py +0 -0
  34. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/accelerate_transaction_for_developer_request.py +0 -0
  35. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/bad_request_response.py +0 -0
  36. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/balance.py +0 -0
  37. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/balances.py +0 -0
  38. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/balances_data.py +0 -0
  39. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/base_screening_decision.py +0 -0
  40. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/blockchain.py +0 -0
  41. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/cancel_transaction_for_developer.py +0 -0
  42. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/cancel_transaction_for_developer_request.py +0 -0
  43. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/contract_execution_blockchain.py +0 -0
  44. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/create_contract_execution_transaction_for_developer.py +0 -0
  45. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/create_transfer_transaction_for_developer_request_blockchain.py +0 -0
  46. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/create_transfer_transaction_for_developer_response.py +0 -0
  47. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/create_transfer_transaction_for_developer_response_data.py +0 -0
  48. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/create_wallet_request.py +0 -0
  49. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/create_wallet_set_request.py +0 -0
  50. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/create_wallet_upgrade_transaction_for_developer.py +0 -0
  51. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/custody_type.py +0 -0
  52. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/derive_wallet_by_address_request.py +0 -0
  53. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/derive_wallet_request.py +0 -0
  54. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/developer_wallet_set.py +0 -0
  55. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/end_user_wallet_set.py +0 -0
  56. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/error.py +0 -0
  57. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/estimate_contract_execution_transaction_fee_request.py +0 -0
  58. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/estimate_transaction_fee.py +0 -0
  59. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/estimate_transaction_fee_data.py +0 -0
  60. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/estimate_transfer_transaction_fee_request.py +0 -0
  61. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/evm_blockchain.py +0 -0
  62. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/fee_level.py +0 -0
  63. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/fee_parameters_response.py +0 -0
  64. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/fee_parameters_response_data.py +0 -0
  65. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/get_lowest_nonce_transaction_response.py +0 -0
  66. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/get_lowest_nonce_transaction_response_data.py +0 -0
  67. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/lowest_nonce_transaction_fee_info.py +0 -0
  68. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/new_sca_core.py +0 -0
  69. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/nft.py +0 -0
  70. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/nfts.py +0 -0
  71. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/nfts_data.py +0 -0
  72. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/not_authorized_response.py +0 -0
  73. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/not_found_response.py +0 -0
  74. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/operation.py +0 -0
  75. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/risk_action.py +0 -0
  76. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/risk_category.py +0 -0
  77. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/risk_score.py +0 -0
  78. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/risk_signal.py +0 -0
  79. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/risk_type.py +0 -0
  80. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/sca_core.py +0 -0
  81. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/sign_delegate_action_request.py +0 -0
  82. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/sign_delegate_action_response.py +0 -0
  83. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/sign_delegate_action_response_data.py +0 -0
  84. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/sign_message_request.py +0 -0
  85. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/sign_transaction_request.py +0 -0
  86. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/sign_transaction_response.py +0 -0
  87. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/sign_transaction_response_data.py +0 -0
  88. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/sign_typed_data_request.py +0 -0
  89. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/signature_response.py +0 -0
  90. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/signature_response_data.py +0 -0
  91. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/token.py +0 -0
  92. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/token_blockchain.py +0 -0
  93. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/token_response.py +0 -0
  94. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/token_response_data.py +0 -0
  95. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/token_standard.py +0 -0
  96. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/transaction.py +0 -0
  97. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/transaction_response.py +0 -0
  98. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/transaction_response_data.py +0 -0
  99. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/transaction_screening_decision.py +0 -0
  100. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/transaction_state.py +0 -0
  101. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/transaction_type.py +0 -0
  102. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/transactions.py +0 -0
  103. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/transactions_data.py +0 -0
  104. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/transfer_blockchain.py +0 -0
  105. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/update_wallet_request.py +0 -0
  106. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/update_wallet_set_request.py +0 -0
  107. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/validate_address.py +0 -0
  108. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/validate_address_data.py +0 -0
  109. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/validate_address_request.py +0 -0
  110. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallet.py +0 -0
  111. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallet_metadata.py +0 -0
  112. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallet_response.py +0 -0
  113. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallet_response_data.py +0 -0
  114. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallet_set.py +0 -0
  115. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallet_set_response.py +0 -0
  116. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallet_set_response_data.py +0 -0
  117. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallet_sets.py +0 -0
  118. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallet_sets_data.py +0 -0
  119. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallet_sets_data_wallet_sets_inner.py +0 -0
  120. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallet_state.py +0 -0
  121. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallets.py +0 -0
  122. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallets_data.py +0 -0
  123. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallets_data_wallets_inner.py +0 -0
  124. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallets_with_balances.py +0 -0
  125. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallets_with_balances_data.py +0 -0
  126. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/models/wallets_with_balances_data_wallets_inner.py +0 -0
  127. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/py.typed +0 -0
  128. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle/web3/developer_controlled_wallets/rest.py +0 -0
  129. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle_developer_controlled_wallets.egg-info/SOURCES.txt +0 -0
  130. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle_developer_controlled_wallets.egg-info/dependency_links.txt +0 -0
  131. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.0}/circle_developer_controlled_wallets.egg-info/top_level.txt +0 -0
  132. {circle_developer_controlled_wallets-9.0.0 → circle_developer_controlled_wallets-9.2.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.0.0
3
+ Version: 9.2.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.0.0
17
- Requires-Dist: circle-web3-sdk-util==9.0.0
16
+ Requires-Dist: circle-configurations==9.2.0
17
+ Requires-Dist: circle-web3-sdk-util==9.2.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.0.0
29
+ - Package version: 9.2.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.0.0
4
+ - Package version: 9.2.0
5
5
 
6
6
  ## Requirements.
7
7
 
@@ -10,7 +10,7 @@
10
10
  """ # noqa: E501
11
11
 
12
12
 
13
- __version__ = "9.0.0"
13
+ __version__ = "9.2.0"
14
14
 
15
15
  # Define package exports
16
16
  __all__ = [
@@ -228,7 +228,7 @@ class SigningApi(object):
228
228
  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[StrictStr], Field(description="Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.")] = None, **kwargs) -> SignatureResponse: # noqa: E501
229
229
  """Sign message # noqa: E501
230
230
 
231
- 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/w3s/docs/programmable-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
231
+ 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
232
232
  This method makes a synchronous HTTP request by default. To make an
233
233
  asynchronous HTTP request, please pass async_req=True
234
234
 
@@ -260,7 +260,7 @@ class SigningApi(object):
260
260
  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[StrictStr], Field(description="Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.")] = None, **kwargs) -> ApiResponse: # noqa: E501
261
261
  """Sign message # noqa: E501
262
262
 
263
- 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/w3s/docs/programmable-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
263
+ 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
264
264
  This method makes a synchronous HTTP request by default. To make an
265
265
  asynchronous HTTP request, please pass async_req=True
266
266
 
@@ -546,7 +546,7 @@ class SigningApi(object):
546
546
  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[StrictStr], Field(description="Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.")] = None, **kwargs) -> SignatureResponse: # noqa: E501
547
547
  """Sign typed data # noqa: E501
548
548
 
549
- | 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/w3s/docs/programmable-wallets-account-types). You can also check the list of Ethereum apps that support SCA: https://eip1271.io/. # noqa: E501
549
+ | 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
550
550
  This method makes a synchronous HTTP request by default. To make an
551
551
  asynchronous HTTP request, please pass async_req=True
552
552
 
@@ -578,7 +578,7 @@ class SigningApi(object):
578
578
  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[StrictStr], Field(description="Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.")] = None, **kwargs) -> ApiResponse: # noqa: E501
579
579
  """Sign typed data # noqa: E501
580
580
 
581
- | 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/w3s/docs/programmable-wallets-account-types). You can also check the list of Ethereum apps that support SCA: https://eip1271.io/. # noqa: E501
581
+ | 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
582
582
  This method makes a synchronous HTTP request by default. To make an
583
583
  asynchronous HTTP request, please pass async_req=True
584
584
 
@@ -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.0.0'
83
+ self.user_agent = (user_agent + ' / ' if user_agent else '') + 'CircleWeb3PythonSDK / DeveloperControlledWallets / 9.2.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.0.0".\
388
+ "SDK Package Version: 9.2.0".\
389
389
  format(env=sys.platform, pyversion=sys.version)
390
390
 
391
391
  # CUSTOMIZATION: Modified get_host_settings to use hardcoded URLs
@@ -16,7 +16,7 @@ from typing_extensions import Self
16
16
 
17
17
  class AccountType(str, Enum):
18
18
  """
19
- An account can be a Smart Contract Account (SCA) or an Externally Owned Account (EOA). To learn more, see the [account types guide](https://developers.circle.com/w3s/docs/programmable-wallets-account-types). If an account type is not specified during the creation of a wallet, it defaults to `EOA` (Externally Owned Account). Note that Solana and Aptos don't support Smart Contract Account (SCA).
19
+ An account can be a Smart Contract Account (SCA) or an Externally Owned Account (EOA). To learn more, see the [account types guide](https://developers.circle.com/wallets/account-types). If an account type is not specified during the creation of a wallet, it defaults to `EOA` (Externally Owned Account). Note that Solana and Aptos don't support Smart Contract Account (SCA).
20
20
  """
21
21
 
22
22
  """
@@ -40,10 +40,10 @@ class CreateContractExecutionTransactionForDeveloperRequest(BaseModel):
40
40
  contract_address: StrictStr = Field(description="The blockchain address of the contract to be executed.", alias="contractAddress")
41
41
  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")
42
42
  fee_level: Optional[FeeLevel] = Field(default=None, alias="feeLevel")
43
- gas_limit: Optional[StrictStr] = Field(default=None, description="The maximum units of gas to use for the transaction. Required if `feeLevel` is not provided. Estimates for this limit can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. GasLimit override (only supported for EOA wallets): Using `gasLimit` together with `feeLevel`, the provided `gasLimit` is required to be greater or equal to `feeLevel` estimation and will override the estimation's gasLimit. ", alias="gasLimit")
44
- gas_price: Optional[StrictStr] = Field(default=None, description="For blockchains without EIP-1559 support, the maximum price of gas, in gwei, to use per each unit of gas (see `gasLimit`). Requires `gasLimit`. Cannot be used with `feeLevel`, `priorityFee`, or `maxFee`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="gasPrice")
43
+ gas_limit: Optional[StrictStr] = Field(default=None, description="The maximum units of gas to use for the transaction. Required if `feeLevel` is not provided. Estimates for this limit can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. An insufficient gas limit may cause the transaction to fail on-chain. Use this field with care when manually providing values. GasLimit override (only supported for EOA wallets): Using `gasLimit` together with `feeLevel`, the provided `gasLimit` will override the estimation's gasLimit. ", alias="gasLimit")
44
+ gas_price: Optional[StrictStr] = Field(default=None, description="For blockchains without EIP-1559 support, the maximum price of gas, in gwei, to use per each unit of gas (see `gasLimit`). Requires `gasLimit`. Cannot be used with `feeLevel`, `priorityFee`, or `maxFee`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. The wallet service enforces a dynamic minimum `gasPrice` based on current network conditions. Requests specifying a `gasPrice` below this minimum will be rejected ", alias="gasPrice")
45
45
  max_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the maximum price per unit of gas (see `gasLimit`), in gwei. Requires `priorityFee`, and `gasLimit` to be present. Cannot be used with `feeLevel` or `gasPrice`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="maxFee")
46
- priority_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the “tip”, in gwei, to add to the base fee as an incentive for validators. Please note that the `maxFee` and `gasLimit` parameters are required alongside the `priorityFee`. The `feeLevel` and `gasPrice` parameters cannot be used with the `priorityFee`. Estimations for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="priorityFee")
46
+ priority_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the “tip”, in gwei, to add to the base fee as an incentive for validators. Please note that the `maxFee` and `gasLimit` parameters are required alongside the `priorityFee`. The `feeLevel` and `gasPrice` parameters cannot be used with the `priorityFee`. Estimations for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. The wallet service enforces a dynamic minimum `priorityFee` based on current network conditions. Requests specifying a `priorityFee` below this minimum will be rejected ", alias="priorityFee")
47
47
  ref_id: Optional[StrictStr] = Field(default=None, description="Optional reference or description used to identify the transaction.", alias="refId")
48
48
  wallet_id: Optional[StrictStr] = Field(None, description="Unique system generated identifier of the wallet. For contract deploys this wallet ID will be used as the source. ", alias="walletId")
49
49
  blockchain: Optional[ContractExecutionBlockchain] = None
@@ -37,10 +37,10 @@ class CreateTransferTransactionForDeveloperRequest(BaseModel):
37
37
  destination_address: StrictStr = Field(description="Blockchain generated unique identifier, associated with wallet (account), smart contract or other blockchain objects. ", alias="destinationAddress")
38
38
  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")
39
39
  fee_level: Optional[FeeLevel] = Field(default=None, alias="feeLevel")
40
- gas_limit: Optional[StrictStr] = Field(default=None, description="The maximum units of gas to use for the transaction. Required if `feeLevel` is not provided. Estimates for this limit can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. GasLimit override (only supported for EOA wallets): Using `gasLimit` together with `feeLevel`, the provided `gasLimit` is required to be greater or equal to `feeLevel` estimation and will override the estimation's gasLimit. ", alias="gasLimit")
41
- gas_price: Optional[StrictStr] = Field(default=None, description="For blockchains without EIP-1559 support, the maximum price of gas, in gwei, to use per each unit of gas (see `gasLimit`). Requires `gasLimit`. Cannot be used with `feeLevel`, `priorityFee`, or `maxFee`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="gasPrice")
40
+ gas_limit: Optional[StrictStr] = Field(default=None, description="The maximum units of gas to use for the transaction. Required if `feeLevel` is not provided. Estimates for this limit can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. An insufficient gas limit may cause the transaction to fail on-chain. Use this field with care when manually providing values. GasLimit override (only supported for EOA wallets): Using `gasLimit` together with `feeLevel`, the provided `gasLimit` will override the estimation's gasLimit. ", alias="gasLimit")
41
+ gas_price: Optional[StrictStr] = Field(default=None, description="For blockchains without EIP-1559 support, the maximum price of gas, in gwei, to use per each unit of gas (see `gasLimit`). Requires `gasLimit`. Cannot be used with `feeLevel`, `priorityFee`, or `maxFee`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. The wallet service enforces a dynamic minimum `gasPrice` based on current network conditions. Requests specifying a `gasPrice` below this minimum will be rejected ", alias="gasPrice")
42
42
  max_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the maximum price per unit of gas (see `gasLimit`), in gwei. Requires `priorityFee`, and `gasLimit` to be present. Cannot be used with `feeLevel` or `gasPrice`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="maxFee")
43
- priority_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the “tip”, in gwei, to add to the base fee as an incentive for validators. Please note that the `maxFee` and `gasLimit` parameters are required alongside the `priorityFee`. The `feeLevel` and `gasPrice` parameters cannot be used with the `priorityFee`. Estimations for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="priorityFee")
43
+ priority_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the “tip”, in gwei, to add to the base fee as an incentive for validators. Please note that the `maxFee` and `gasLimit` parameters are required alongside the `priorityFee`. The `feeLevel` and `gasPrice` parameters cannot be used with the `priorityFee`. Estimations for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. The wallet service enforces a dynamic minimum `priorityFee` based on current network conditions. Requests specifying a `priorityFee` below this minimum will be rejected ", alias="priorityFee")
44
44
  nft_token_ids: Optional[List[StrictStr]] = Field(default=None, description="List of NFT token IDs corresponding with the NFTs to transfer. Batch transfers are supported only for ERC-1155 tokens. The length of NFT token IDs must match the length of amounts.", alias="nftTokenIds")
45
45
  ref_id: Optional[StrictStr] = Field(default=None, description="Optional reference or description used to identify the transaction.", alias="refId")
46
46
  token_id: Optional[StrictStr] = Field(None, description="System generated identifier of the token. Excluded with &#x60;tokenAddress&#x60; and &#x60;tokenBlockchain&#x60;.", alias="tokenId")
@@ -35,10 +35,10 @@ class CreateWalletUpgradeTransactionForDeveloperRequest(BaseModel):
35
35
  new_sca_core: NewScaCore = Field(alias="newScaCore")
36
36
  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")
37
37
  fee_level: Optional[FeeLevel] = Field(default=None, alias="feeLevel")
38
- gas_limit: Optional[StrictStr] = Field(default=None, description="The maximum units of gas to use for the transaction. Required if `feeLevel` is not provided. Estimates for this limit can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. GasLimit override (only supported for EOA wallets): Using `gasLimit` together with `feeLevel`, the provided `gasLimit` is required to be greater or equal to `feeLevel` estimation and will override the estimation's gasLimit. ", alias="gasLimit")
39
- gas_price: Optional[StrictStr] = Field(default=None, description="For blockchains without EIP-1559 support, the maximum price of gas, in gwei, to use per each unit of gas (see `gasLimit`). Requires `gasLimit`. Cannot be used with `feeLevel`, `priorityFee`, or `maxFee`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="gasPrice")
38
+ gas_limit: Optional[StrictStr] = Field(default=None, description="The maximum units of gas to use for the transaction. Required if `feeLevel` is not provided. Estimates for this limit can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. An insufficient gas limit may cause the transaction to fail on-chain. Use this field with care when manually providing values. GasLimit override (only supported for EOA wallets): Using `gasLimit` together with `feeLevel`, the provided `gasLimit` will override the estimation's gasLimit. ", alias="gasLimit")
39
+ gas_price: Optional[StrictStr] = Field(default=None, description="For blockchains without EIP-1559 support, the maximum price of gas, in gwei, to use per each unit of gas (see `gasLimit`). Requires `gasLimit`. Cannot be used with `feeLevel`, `priorityFee`, or `maxFee`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. The wallet service enforces a dynamic minimum `gasPrice` based on current network conditions. Requests specifying a `gasPrice` below this minimum will be rejected ", alias="gasPrice")
40
40
  max_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the maximum price per unit of gas (see `gasLimit`), in gwei. Requires `priorityFee`, and `gasLimit` to be present. Cannot be used with `feeLevel` or `gasPrice`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="maxFee")
41
- priority_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the “tip”, in gwei, to add to the base fee as an incentive for validators. Please note that the `maxFee` and `gasLimit` parameters are required alongside the `priorityFee`. The `feeLevel` and `gasPrice` parameters cannot be used with the `priorityFee`. Estimations for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="priorityFee")
41
+ priority_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the “tip”, in gwei, to add to the base fee as an incentive for validators. Please note that the `maxFee` and `gasLimit` parameters are required alongside the `priorityFee`. The `feeLevel` and `gasPrice` parameters cannot be used with the `priorityFee`. Estimations for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. The wallet service enforces a dynamic minimum `priorityFee` based on current network conditions. Requests specifying a `priorityFee` below this minimum will be rejected ", alias="priorityFee")
42
42
  ref_id: Optional[StrictStr] = Field(default=None, description="Optional reference or description used to identify the transaction.", alias="refId")
43
43
  wallet_id: StrictStr = Field(description="Unique system generated identifier of the wallet. For contract deploys this wallet ID will be used as the source. ", alias="walletId")
44
44
  __properties: ClassVar[List[str]] = ["idempotencyKey", "newScaCore", "entitySecretCiphertext", "feeLevel", "gasLimit", "gasPrice", "maxFee", "priorityFee", "refId", "walletId"]
@@ -46,7 +46,7 @@ class EOAWallet(BaseModel):
46
46
  user_id: Optional[Annotated[str, Field(min_length=5, strict=True, max_length=50)]] = Field(default=None, description="Unique system generated identifier for the user.", alias="userId")
47
47
  wallet_set_id: StrictStr = Field(description="System-generated unique identifier of the resource.", alias="walletSetId")
48
48
  initial_public_key: Optional[StrictStr] = Field(default=None, description="For NEAR blockchains only, the originally assigned public key of a wallet at the time of its creation.", alias="initialPublicKey")
49
- account_type: StrictStr = Field(description="An account can be a Smart Contract Account (SCA) or an Externally Owned Account (EOA). To learn more, see the [account types guide](https://developers.circle.com/w3s/docs/programmable-wallets-account-types). If an account type is not specified during the creation of a wallet, it defaults to `EOA` (Externally Owned Account). Note that Solana and Aptos don't support Smart Contract Account (SCA). ", alias="accountType")
49
+ account_type: StrictStr = Field(description="An account can be a Smart Contract Account (SCA) or an Externally Owned Account (EOA). To learn more, see the [account types guide](https://developers.circle.com/wallets/account-types). If an account type is not specified during the creation of a wallet, it defaults to `EOA` (Externally Owned Account). Note that Solana and Aptos don't support Smart Contract Account (SCA). ", alias="accountType")
50
50
  __properties: ClassVar[List[str]] = ["id", "address", "blockchain", "createDate", "updateDate", "custodyType", "name", "refId", "state", "userId", "walletSetId", "initialPublicKey", "accountType"]
51
51
 
52
52
  def __init__(self, **kwargs):
@@ -47,7 +47,7 @@ class EOAWalletWithBalances(BaseModel):
47
47
  user_id: Optional[Annotated[str, Field(min_length=5, strict=True, max_length=50)]] = Field(default=None, description="Unique system generated identifier for the user.", alias="userId")
48
48
  wallet_set_id: StrictStr = Field(description="System-generated unique identifier of the resource.", alias="walletSetId")
49
49
  initial_public_key: Optional[StrictStr] = Field(default=None, description="For NEAR blockchains only, the originally assigned public key of a wallet at the time of its creation.", alias="initialPublicKey")
50
- account_type: StrictStr = Field(description="An account can be a Smart Contract Account (SCA) or an Externally Owned Account (EOA). To learn more, see the [account types guide](https://developers.circle.com/w3s/docs/programmable-wallets-account-types). If an account type is not specified during the creation of a wallet, it defaults to `EOA` (Externally Owned Account). Note that Solana and Aptos don't support Smart Contract Account (SCA). ", alias="accountType")
50
+ account_type: StrictStr = Field(description="An account can be a Smart Contract Account (SCA) or an Externally Owned Account (EOA). To learn more, see the [account types guide](https://developers.circle.com/wallets/account-types). If an account type is not specified during the creation of a wallet, it defaults to `EOA` (Externally Owned Account). Note that Solana and Aptos don't support Smart Contract Account (SCA). ", alias="accountType")
51
51
  token_balances: List[Balance] = Field(description="Lists native token balances and, if specified, USDC/EURC balances for the wallets.", alias="tokenBalances")
52
52
  __properties: ClassVar[List[str]] = ["id", "address", "blockchain", "createDate", "updateDate", "custodyType", "name", "refId", "state", "userId", "walletSetId", "initialPublicKey", "accountType", "tokenBalances"]
53
53
 
@@ -28,9 +28,9 @@ class FeeParameters(BaseModel):
28
28
  """
29
29
  FeeParameters
30
30
  """ # noqa: E501
31
- gas_price: Optional[StrictStr] = Field(default=None, description="For blockchains without EIP-1559 support, the maximum price of gas, in gwei, to use per each unit of gas (see `gasLimit`). Requires `gasLimit`. Cannot be used with `feeLevel`, `priorityFee`, or `maxFee`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="gasPrice")
31
+ gas_price: Optional[StrictStr] = Field(default=None, description="For blockchains without EIP-1559 support, the maximum price of gas, in gwei, to use per each unit of gas (see `gasLimit`). Requires `gasLimit`. Cannot be used with `feeLevel`, `priorityFee`, or `maxFee`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. The wallet service enforces a dynamic minimum `gasPrice` based on current network conditions. Requests specifying a `gasPrice` below this minimum will be rejected ", alias="gasPrice")
32
32
  max_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the maximum price per unit of gas (see `gasLimit`), in gwei. Requires `priorityFee`, and `gasLimit` to be present. Cannot be used with `feeLevel` or `gasPrice`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="maxFee")
33
- priority_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the “tip”, in gwei, to add to the base fee as an incentive for validators. Please note that the `maxFee` and `gasLimit` parameters are required alongside the `priorityFee`. The `feeLevel` and `gasPrice` parameters cannot be used with the `priorityFee`. Estimations for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="priorityFee")
33
+ priority_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the “tip”, in gwei, to add to the base fee as an incentive for validators. Please note that the `maxFee` and `gasLimit` parameters are required alongside the `priorityFee`. The `feeLevel` and `gasPrice` parameters cannot be used with the `priorityFee`. Estimations for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. The wallet service enforces a dynamic minimum `priorityFee` based on current network conditions. Requests specifying a `priorityFee` below this minimum will be rejected ", alias="priorityFee")
34
34
  base_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the estimated base fee represents the minimum fee required for a transaction to be included in a block on the blockchain. It is measured in gwei and compensates for the computational resources validators consume to process the transaction. The base fee is supplemented by a separate \"tip\" called the priority fee, which acts as an extra incentive for validators to prioritize the transaction. The priority fee is added to the base fee to calculate the final transaction fee. ", alias="baseFee")
35
35
  __properties: ClassVar[List[str]] = ["gasPrice", "maxFee", "priorityFee", "baseFee"]
36
36
 
@@ -47,7 +47,7 @@ class SCAWallet(BaseModel):
47
47
  user_id: Optional[Annotated[str, Field(min_length=5, strict=True, max_length=50)]] = Field(default=None, description="Unique system generated identifier for the user.", alias="userId")
48
48
  wallet_set_id: StrictStr = Field(description="System-generated unique identifier of the resource.", alias="walletSetId")
49
49
  initial_public_key: Optional[StrictStr] = Field(default=None, description="For NEAR blockchains only, the originally assigned public key of a wallet at the time of its creation.", alias="initialPublicKey")
50
- account_type: StrictStr = Field(description="An account can be a Smart Contract Account (SCA) or an Externally Owned Account (EOA). To learn more, see the [account types guide](https://developers.circle.com/w3s/docs/programmable-wallets-account-types). If an account type is not specified during the creation of a wallet, it defaults to `EOA` (Externally Owned Account). Note that Solana and Aptos don't support Smart Contract Account (SCA). ", alias="accountType")
50
+ account_type: StrictStr = Field(description="An account can be a Smart Contract Account (SCA) or an Externally Owned Account (EOA). To learn more, see the [account types guide](https://developers.circle.com/wallets/account-types). If an account type is not specified during the creation of a wallet, it defaults to `EOA` (Externally Owned Account). Note that Solana and Aptos don't support Smart Contract Account (SCA). ", alias="accountType")
51
51
  sca_core: ScaCore = Field(alias="scaCore")
52
52
  __properties: ClassVar[List[str]] = ["id", "address", "blockchain", "createDate", "updateDate", "custodyType", "name", "refId", "state", "userId", "walletSetId", "initialPublicKey", "accountType", "scaCore"]
53
53
 
@@ -48,7 +48,7 @@ class SCAWalletWithBalances(BaseModel):
48
48
  user_id: Optional[Annotated[str, Field(min_length=5, strict=True, max_length=50)]] = Field(default=None, description="Unique system generated identifier for the user.", alias="userId")
49
49
  wallet_set_id: StrictStr = Field(description="System-generated unique identifier of the resource.", alias="walletSetId")
50
50
  initial_public_key: Optional[StrictStr] = Field(default=None, description="For NEAR blockchains only, the originally assigned public key of a wallet at the time of its creation.", alias="initialPublicKey")
51
- account_type: StrictStr = Field(description="An account can be a Smart Contract Account (SCA) or an Externally Owned Account (EOA). To learn more, see the [account types guide](https://developers.circle.com/w3s/docs/programmable-wallets-account-types). If an account type is not specified during the creation of a wallet, it defaults to `EOA` (Externally Owned Account). Note that Solana and Aptos don't support Smart Contract Account (SCA). ", alias="accountType")
51
+ account_type: StrictStr = Field(description="An account can be a Smart Contract Account (SCA) or an Externally Owned Account (EOA). To learn more, see the [account types guide](https://developers.circle.com/wallets/account-types). If an account type is not specified during the creation of a wallet, it defaults to `EOA` (Externally Owned Account). Note that Solana and Aptos don't support Smart Contract Account (SCA). ", alias="accountType")
52
52
  sca_core: ScaCore = Field(alias="scaCore")
53
53
  token_balances: List[Balance] = Field(description="Lists native token balances and, if specified, USDC/EURC balances for the wallets.", alias="tokenBalances")
54
54
  __properties: ClassVar[List[str]] = ["id", "address", "blockchain", "createDate", "updateDate", "custodyType", "name", "refId", "state", "userId", "walletSetId", "initialPublicKey", "accountType", "scaCore", "tokenBalances"]
@@ -28,10 +28,10 @@ class TransactionFee(BaseModel):
28
28
  """
29
29
  TransactionFee
30
30
  """ # noqa: E501
31
- gas_limit: Optional[StrictStr] = Field(default=None, description="The maximum units of gas to use for the transaction. Required if `feeLevel` is not provided. Estimates for this limit can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. GasLimit override (only supported for EOA wallets): Using `gasLimit` together with `feeLevel`, the provided `gasLimit` is required to be greater or equal to `feeLevel` estimation and will override the estimation's gasLimit. ", alias="gasLimit")
32
- gas_price: Optional[StrictStr] = Field(default=None, description="For blockchains without EIP-1559 support, the maximum price of gas, in gwei, to use per each unit of gas (see `gasLimit`). Requires `gasLimit`. Cannot be used with `feeLevel`, `priorityFee`, or `maxFee`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="gasPrice")
31
+ gas_limit: Optional[StrictStr] = Field(default=None, description="The maximum units of gas to use for the transaction. Required if `feeLevel` is not provided. Estimates for this limit can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. An insufficient gas limit may cause the transaction to fail on-chain. Use this field with care when manually providing values. GasLimit override (only supported for EOA wallets): Using `gasLimit` together with `feeLevel`, the provided `gasLimit` will override the estimation's gasLimit. ", alias="gasLimit")
32
+ gas_price: Optional[StrictStr] = Field(default=None, description="For blockchains without EIP-1559 support, the maximum price of gas, in gwei, to use per each unit of gas (see `gasLimit`). Requires `gasLimit`. Cannot be used with `feeLevel`, `priorityFee`, or `maxFee`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. The wallet service enforces a dynamic minimum `gasPrice` based on current network conditions. Requests specifying a `gasPrice` below this minimum will be rejected ", alias="gasPrice")
33
33
  max_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the maximum price per unit of gas (see `gasLimit`), in gwei. Requires `priorityFee`, and `gasLimit` to be present. Cannot be used with `feeLevel` or `gasPrice`. Estimates for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="maxFee")
34
- priority_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the “tip”, in gwei, to add to the base fee as an incentive for validators. Please note that the `maxFee` and `gasLimit` parameters are required alongside the `priorityFee`. The `feeLevel` and `gasPrice` parameters cannot be used with the `priorityFee`. Estimations for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. ", alias="priorityFee")
34
+ priority_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the “tip”, in gwei, to add to the base fee as an incentive for validators. Please note that the `maxFee` and `gasLimit` parameters are required alongside the `priorityFee`. The `feeLevel` and `gasPrice` parameters cannot be used with the `priorityFee`. Estimations for this fee can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API. The wallet service enforces a dynamic minimum `priorityFee` based on current network conditions. Requests specifying a `priorityFee` below this minimum will be rejected ", alias="priorityFee")
35
35
  base_fee: Optional[StrictStr] = Field(default=None, description="For blockchains with EIP-1559 support, the estimated base fee represents the minimum fee required for a transaction to be included in a block on the blockchain. It is measured in gwei and compensates for the computational resources validators consume to process the transaction. The base fee is supplemented by a separate \"tip\" called the priority fee, which acts as an extra incentive for validators to prioritize the transaction. The priority fee is added to the base fee to calculate the final transaction fee. ", alias="baseFee")
36
36
  network_fee: Optional[StrictStr] = Field(default=None, description="The estimated network fee is the maximum amount of cryptocurrency (such as ETH, ARB, or SOL) that you will pay for your transaction. This fee depends on the parameters you set, including Gas Limit, Priority Fee, and Max Fee. It compensates for the computational resources that validators consume to process the transaction. It is measured in native token such as ETH, SOL. For blockchains with L1 data fees such as OP/BASE, the network fee is a combination of the Execution Gas Fee and the L1 Data Fee. Each blockchain might use different formula for network fee. Refer to each specific blockchain's documentation to understand how `networkFee` is calculated. ", alias="networkFee")
37
37
  network_fee_raw: Optional[StrictStr] = Field(default=None, description="Similar to `networkFee`, `networkFeeRaw` is an estimation with lower buffer and thus should be closer to the actual on-chain expense. This field will only be returned in the estimation response. ", alias="networkFeeRaw")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: circle-developer-controlled-wallets
3
- Version: 9.0.0
3
+ Version: 9.2.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.0.0
17
- Requires-Dist: circle-web3-sdk-util==9.0.0
16
+ Requires-Dist: circle-configurations==9.2.0
17
+ Requires-Dist: circle-web3-sdk-util==9.2.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.0.0
29
+ - Package version: 9.2.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.0.0
8
- circle-web3-sdk-util==9.0.0
7
+ circle-configurations==9.2.0
8
+ circle-web3-sdk-util==9.2.0
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "circle.web3.developer_controlled_wallets"
3
- version = "9.0.0"
3
+ version = "9.2.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.0.0"
21
+ circle-configurations = "== 9.2.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.0.0"
20
+ VERSION = "9.2.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.0.0",
30
- "circle-web3-sdk-util == 9.0.0"
29
+ "circle-configurations == 9.2.0",
30
+ "circle-web3-sdk-util == 9.2.0"
31
31
  ]
32
32
 
33
33
  here = pathlib.Path(__file__).parent.resolve()