circle-developer-controlled-wallets 6.0.0__tar.gz → 6.1.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.

Potentially problematic release.


This version of circle-developer-controlled-wallets might be problematic. Click here for more details.

Files changed (225) hide show
  1. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/PKG-INFO +4 -4
  2. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/README.md +1 -1
  3. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/__init__.py +1 -1
  4. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/api/wallet_sets_api.py +2 -2
  5. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/api/wallets_api.py +4 -4
  6. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/api_client.py +1 -1
  7. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/configuration.py +1 -1
  8. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/create_contract_execution_transaction_for_developer_request.py +4 -4
  9. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/create_transfer_transaction_for_developer_request.py +4 -4
  10. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/create_wallet_upgrade_transaction_for_developer_request.py +4 -4
  11. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/fee_level.py +1 -1
  12. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/transaction.py +1 -1
  13. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/transaction_fee.py +4 -4
  14. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle_developer_controlled_wallets.egg-info/PKG-INFO +4 -4
  15. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle_developer_controlled_wallets.egg-info/requires.txt +2 -2
  16. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/pyproject.toml +1 -1
  17. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/setup.py +3 -3
  18. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_accelerate_transaction_for_developer_request.py +2 -2
  19. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_cancel_transaction_for_developer_request.py +2 -2
  20. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_create_contract_execution_transaction_for_developer_request.py +2 -2
  21. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_create_transfer_transaction_for_developer_request.py +2 -2
  22. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_create_wallet_request.py +2 -2
  23. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_create_wallet_set_request.py +2 -2
  24. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_create_wallet_upgrade_transaction_for_developer_request.py +2 -2
  25. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_sign_delegate_action_request.py +2 -2
  26. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_sign_message_request.py +2 -2
  27. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_sign_transaction_request.py +2 -2
  28. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_sign_typed_data_request.py +2 -2
  29. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/__init__.py +0 -0
  30. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/__init__.py +0 -0
  31. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/api/__init__.py +0 -0
  32. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/api/signing_api.py +0 -0
  33. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/api/token_lookup_api.py +0 -0
  34. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/api/transactions_api.py +0 -0
  35. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/api_response.py +0 -0
  36. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/exceptions.py +0 -0
  37. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/__init__.py +0 -0
  38. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/abi_parameters_inner.py +0 -0
  39. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/accelerate_transaction_for_developer.py +0 -0
  40. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/accelerate_transaction_for_developer_data.py +0 -0
  41. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/accelerate_transaction_for_developer_request.py +0 -0
  42. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/account_type.py +0 -0
  43. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/bad_request_response.py +0 -0
  44. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/balance.py +0 -0
  45. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/balances.py +0 -0
  46. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/balances_data.py +0 -0
  47. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/base_screening_decision.py +0 -0
  48. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/blockchain.py +0 -0
  49. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/cancel_transaction_for_developer.py +0 -0
  50. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/cancel_transaction_for_developer_request.py +0 -0
  51. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/contract_execution_blockchain.py +0 -0
  52. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/create_contract_execution_transaction_for_developer.py +0 -0
  53. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/create_transfer_transaction_for_developer_response.py +0 -0
  54. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/create_transfer_transaction_for_developer_response_data.py +0 -0
  55. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/create_wallet_request.py +0 -0
  56. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/create_wallet_set_request.py +0 -0
  57. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/create_wallet_upgrade_transaction_for_developer.py +0 -0
  58. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/custody_type.py +0 -0
  59. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/derive_wallet_request.py +0 -0
  60. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/developer_wallet_set.py +0 -0
  61. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/end_user_wallet_set.py +0 -0
  62. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/eoa_wallet.py +0 -0
  63. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/eoa_wallet_with_balances.py +0 -0
  64. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/error.py +0 -0
  65. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/estimate_contract_execution_transaction_fee_request.py +0 -0
  66. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/estimate_transaction_fee.py +0 -0
  67. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/estimate_transaction_fee_data.py +0 -0
  68. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/estimate_transfer_transaction_fee_request.py +0 -0
  69. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/evm_blockchain.py +0 -0
  70. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/new_sca_core.py +0 -0
  71. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/nft.py +0 -0
  72. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/nfts.py +0 -0
  73. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/nfts_data.py +0 -0
  74. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/not_authorized_response.py +0 -0
  75. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/not_found_response.py +0 -0
  76. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/operation.py +0 -0
  77. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/risk_action.py +0 -0
  78. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/risk_category.py +0 -0
  79. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/risk_score.py +0 -0
  80. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/risk_signal.py +0 -0
  81. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/risk_type.py +0 -0
  82. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/sca_core.py +0 -0
  83. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/sca_wallet.py +0 -0
  84. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/sca_wallet_with_balances.py +0 -0
  85. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/sign_delegate_action_request.py +0 -0
  86. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/sign_delegate_action_response.py +0 -0
  87. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/sign_delegate_action_response_data.py +0 -0
  88. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/sign_message_request.py +0 -0
  89. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/sign_transaction_request.py +0 -0
  90. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/sign_transaction_response.py +0 -0
  91. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/sign_transaction_response_data.py +0 -0
  92. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/sign_typed_data_request.py +0 -0
  93. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/signature_response.py +0 -0
  94. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/signature_response_data.py +0 -0
  95. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/token.py +0 -0
  96. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/token_blockchain.py +0 -0
  97. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/token_response.py +0 -0
  98. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/token_response_data.py +0 -0
  99. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/token_standard.py +0 -0
  100. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/transaction_response.py +0 -0
  101. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/transaction_response_data.py +0 -0
  102. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/transaction_screening_decision.py +0 -0
  103. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/transaction_state.py +0 -0
  104. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/transaction_type.py +0 -0
  105. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/transactions.py +0 -0
  106. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/transactions_data.py +0 -0
  107. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/update_wallet_request.py +0 -0
  108. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/update_wallet_set_request.py +0 -0
  109. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/validate_address.py +0 -0
  110. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/validate_address_data.py +0 -0
  111. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/validate_address_request.py +0 -0
  112. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallet.py +0 -0
  113. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallet_metadata.py +0 -0
  114. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallet_response.py +0 -0
  115. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallet_response_data.py +0 -0
  116. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallet_set.py +0 -0
  117. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallet_set_response.py +0 -0
  118. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallet_set_response_data.py +0 -0
  119. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallet_sets.py +0 -0
  120. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallet_sets_data.py +0 -0
  121. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallet_sets_data_wallet_sets_inner.py +0 -0
  122. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallet_state.py +0 -0
  123. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallets.py +0 -0
  124. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallets_data.py +0 -0
  125. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallets_data_wallets_inner.py +0 -0
  126. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallets_with_balances.py +0 -0
  127. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallets_with_balances_data.py +0 -0
  128. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/models/wallets_with_balances_data_wallets_inner.py +0 -0
  129. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/py.typed +0 -0
  130. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle/web3/developer_controlled_wallets/rest.py +0 -0
  131. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle_developer_controlled_wallets.egg-info/SOURCES.txt +0 -0
  132. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle_developer_controlled_wallets.egg-info/dependency_links.txt +0 -0
  133. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/circle_developer_controlled_wallets.egg-info/top_level.txt +0 -0
  134. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/setup.cfg +0 -0
  135. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_abi_parameters_inner.py +0 -0
  136. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_accelerate_transaction_for_developer.py +0 -0
  137. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_accelerate_transaction_for_developer_data.py +0 -0
  138. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_account_type.py +0 -0
  139. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_bad_request_response.py +0 -0
  140. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_balance.py +0 -0
  141. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_balances.py +0 -0
  142. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_balances_data.py +0 -0
  143. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_base_screening_decision.py +0 -0
  144. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_blockchain.py +0 -0
  145. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_cancel_transaction_for_developer.py +0 -0
  146. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_contract_execution_blockchain.py +0 -0
  147. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_create_contract_execution_transaction_for_developer.py +0 -0
  148. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_create_transfer_transaction_for_developer_response.py +0 -0
  149. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_create_transfer_transaction_for_developer_response_data.py +0 -0
  150. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_create_wallet_upgrade_transaction_for_developer.py +0 -0
  151. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_custody_type.py +0 -0
  152. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_derive_wallet_request.py +0 -0
  153. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_developer_wallet_set.py +0 -0
  154. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_end_user_wallet_set.py +0 -0
  155. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_eoa_wallet.py +0 -0
  156. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_eoa_wallet_with_balances.py +0 -0
  157. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_error.py +0 -0
  158. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_estimate_contract_execution_transaction_fee_request.py +0 -0
  159. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_estimate_transaction_fee.py +0 -0
  160. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_estimate_transaction_fee_data.py +0 -0
  161. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_estimate_transfer_transaction_fee_request.py +0 -0
  162. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_evm_blockchain.py +0 -0
  163. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_fee_level.py +0 -0
  164. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_new_sca_core.py +0 -0
  165. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_nft.py +0 -0
  166. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_nfts.py +0 -0
  167. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_nfts_data.py +0 -0
  168. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_not_authorized_response.py +0 -0
  169. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_not_found_response.py +0 -0
  170. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_operation.py +0 -0
  171. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_risk_action.py +0 -0
  172. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_risk_category.py +0 -0
  173. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_risk_score.py +0 -0
  174. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_risk_signal.py +0 -0
  175. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_risk_type.py +0 -0
  176. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_sca_core.py +0 -0
  177. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_sca_wallet.py +0 -0
  178. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_sca_wallet_with_balances.py +0 -0
  179. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_sign_delegate_action_response.py +0 -0
  180. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_sign_delegate_action_response_data.py +0 -0
  181. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_sign_transaction_response.py +0 -0
  182. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_sign_transaction_response_data.py +0 -0
  183. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_signature_response.py +0 -0
  184. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_signature_response_data.py +0 -0
  185. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_signing_api.py +0 -0
  186. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_token.py +0 -0
  187. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_token_blockchain.py +0 -0
  188. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_token_lookup_api.py +0 -0
  189. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_token_response.py +0 -0
  190. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_token_response_data.py +0 -0
  191. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_token_standard.py +0 -0
  192. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_transaction.py +0 -0
  193. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_transaction_fee.py +0 -0
  194. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_transaction_response.py +0 -0
  195. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_transaction_response_data.py +0 -0
  196. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_transaction_screening_decision.py +0 -0
  197. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_transaction_state.py +0 -0
  198. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_transaction_type.py +0 -0
  199. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_transactions.py +0 -0
  200. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_transactions_api.py +0 -0
  201. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_transactions_data.py +0 -0
  202. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_update_wallet_request.py +0 -0
  203. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_update_wallet_set_request.py +0 -0
  204. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_validate_address.py +0 -0
  205. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_validate_address_data.py +0 -0
  206. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_validate_address_request.py +0 -0
  207. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallet.py +0 -0
  208. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallet_metadata.py +0 -0
  209. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallet_response.py +0 -0
  210. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallet_response_data.py +0 -0
  211. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallet_set.py +0 -0
  212. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallet_set_response.py +0 -0
  213. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallet_set_response_data.py +0 -0
  214. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallet_sets.py +0 -0
  215. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallet_sets_api.py +0 -0
  216. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallet_sets_data.py +0 -0
  217. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallet_sets_data_wallet_sets_inner.py +0 -0
  218. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallet_state.py +0 -0
  219. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallets.py +0 -0
  220. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallets_api.py +0 -0
  221. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallets_data.py +0 -0
  222. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallets_data_wallets_inner.py +0 -0
  223. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallets_with_balances.py +0 -0
  224. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallets_with_balances_data.py +0 -0
  225. {circle_developer_controlled_wallets-6.0.0 → circle_developer_controlled_wallets-6.1.0}/test/test_wallets_with_balances_data_wallets_inner.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: circle-developer-controlled-wallets
3
- Version: 6.0.0
3
+ Version: 6.1.0
4
4
  Summary: Developer-Controlled Wallets
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -12,8 +12,8 @@ Requires-Dist: python-dateutil
12
12
  Requires-Dist: pydantic<2,>=1.10.5
13
13
  Requires-Dist: aenum
14
14
  Requires-Dist: pycryptodome>=3.20.0
15
- Requires-Dist: circle-configurations==6.0.0
16
- Requires-Dist: circle-web3-sdk-util==6.0.0
15
+ Requires-Dist: circle-configurations==6.1.0
16
+ Requires-Dist: circle-web3-sdk-util==6.1.0
17
17
  Dynamic: author
18
18
  Dynamic: author-email
19
19
  Dynamic: description
@@ -25,7 +25,7 @@ Dynamic: summary
25
25
  # circle-developer-controlled-wallets
26
26
  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).
27
27
 
28
- - Package version: 6.0.0
28
+ - Package version: 6.1.0
29
29
 
30
30
  ## Requirements.
31
31
 
@@ -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: 6.0.0
4
+ - Package version: 6.1.0
5
5
 
6
6
  ## Requirements.
7
7
 
@@ -10,7 +10,7 @@
10
10
  """ # noqa: E501
11
11
 
12
12
 
13
- __version__ = "6.0.0"
13
+ __version__ = "6.1.0"
14
14
 
15
15
  # import apis into sdk package
16
16
  from circle.web3.developer_controlled_wallets.api.signing_api import SigningApi
@@ -68,7 +68,7 @@ class WalletSetsApi(object):
68
68
  def create_wallet_set(self, create_wallet_set_request : Annotated[CreateWalletSetRequest, Field(..., description="Schema for the request payload to create a new wallet set.")], x_request_id : Annotated[Optional[StrictStr], Field(description="Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.")] = None, **kwargs) -> WalletSetResponse: # noqa: E501
69
69
  """Create a new wallet set # noqa: E501
70
70
 
71
- Create a developer controlled wallet set. # noqa: E501
71
+ Creates a new developer-controlled wallet set. **Note:** A developer account can create up to 1,000 wallet sets, with each set supporting up to 10 million wallets. To ensure EVM wallets are created with the same address across chains, see [Unified Wallet Addressing on EVM Chains](/w3s/unified-wallet-addressing-evm). # noqa: E501
72
72
  This method makes a synchronous HTTP request by default. To make an
73
73
  asynchronous HTTP request, please pass async_req=True
74
74
 
@@ -100,7 +100,7 @@ class WalletSetsApi(object):
100
100
  def create_wallet_set_with_http_info(self, create_wallet_set_request : Annotated[CreateWalletSetRequest, Field(..., description="Schema for the request payload to create a new wallet set.")], 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
101
101
  """Create a new wallet set # noqa: E501
102
102
 
103
- Create a developer controlled wallet set. # noqa: E501
103
+ Creates a new developer-controlled wallet set. **Note:** A developer account can create up to 1,000 wallet sets, with each set supporting up to 10 million wallets. To ensure EVM wallets are created with the same address across chains, see [Unified Wallet Addressing on EVM Chains](/w3s/unified-wallet-addressing-evm). # noqa: E501
104
104
  This method makes a synchronous HTTP request by default. To make an
105
105
  asynchronous HTTP request, please pass async_req=True
106
106
 
@@ -76,7 +76,7 @@ class WalletsApi(object):
76
76
  def create_wallet(self, create_wallet_request : Annotated[CreateWalletRequest, Field(..., description="Schema for the request payload to create a new wallet.")], x_request_id : Annotated[Optional[StrictStr], Field(description="Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.")] = None, **kwargs) -> Wallets: # noqa: E501
77
77
  """Create wallets # noqa: E501
78
78
 
79
- Generates a new developer-controlled wallet or batch of wallets within a wallet set, specifying blockchain and wallet name. # noqa: E501
79
+ Creates a new developer-controlled wallet or a batch of wallets within a wallet set, given the target blockchain and wallet name. **Note:** Each `walletSetId` supports a maximum of 10 million wallets. # noqa: E501
80
80
  This method makes a synchronous HTTP request by default. To make an
81
81
  asynchronous HTTP request, please pass async_req=True
82
82
 
@@ -108,7 +108,7 @@ class WalletsApi(object):
108
108
  def create_wallet_with_http_info(self, create_wallet_request : Annotated[CreateWalletRequest, Field(..., description="Schema for the request payload to create a new wallet.")], 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
109
109
  """Create wallets # noqa: E501
110
110
 
111
- Generates a new developer-controlled wallet or batch of wallets within a wallet set, specifying blockchain and wallet name. # noqa: E501
111
+ Creates a new developer-controlled wallet or a batch of wallets within a wallet set, given the target blockchain and wallet name. **Note:** Each `walletSetId` supports a maximum of 10 million wallets. # noqa: E501
112
112
  This method makes a synchronous HTTP request by default. To make an
113
113
  asynchronous HTTP request, please pass async_req=True
114
114
 
@@ -236,7 +236,7 @@ class WalletsApi(object):
236
236
  def derive_wallet(self, id : Annotated[StrictStr, Field(..., description="The universally unique identifier of the resource.")], blockchain : Annotated[EvmBlockchain, Field(..., description="The unique identifier of the blockchains.")], x_request_id : Annotated[Optional[StrictStr], Field(description="Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.")] = None, derive_wallet_request : Annotated[Optional[DeriveWalletRequest], Field(description="Defines the request payload schema for deriving a new wallet.")] = None, **kwargs) -> WalletResponse: # noqa: E501
237
237
  """Derive a wallet # noqa: E501
238
238
 
239
- Derives an EOA wallet using the address of the specified wallet and blockchain. If the target wallet already exists, its metadata will be updated with the provided metadata. This operation is only supported for EVM-based blockchains. # noqa: E501
239
+ Derives an EOA (Externally Owned Account) or SCA (Smart Contract Account) wallet using the address of the specified wallet and blockchain. If the target wallet already exists, its metadata will be updated with the provided metadata. This operation is only supported for EVM-based blockchains. # noqa: E501
240
240
  This method makes a synchronous HTTP request by default. To make an
241
241
  asynchronous HTTP request, please pass async_req=True
242
242
 
@@ -272,7 +272,7 @@ class WalletsApi(object):
272
272
  def derive_wallet_with_http_info(self, id : Annotated[StrictStr, Field(..., description="The universally unique identifier of the resource.")], blockchain : Annotated[EvmBlockchain, Field(..., description="The unique identifier of the blockchains.")], x_request_id : Annotated[Optional[StrictStr], Field(description="Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.")] = None, derive_wallet_request : Annotated[Optional[DeriveWalletRequest], Field(description="Defines the request payload schema for deriving a new wallet.")] = None, **kwargs) -> ApiResponse: # noqa: E501
273
273
  """Derive a wallet # noqa: E501
274
274
 
275
- Derives an EOA wallet using the address of the specified wallet and blockchain. If the target wallet already exists, its metadata will be updated with the provided metadata. This operation is only supported for EVM-based blockchains. # noqa: E501
275
+ Derives an EOA (Externally Owned Account) or SCA (Smart Contract Account) wallet using the address of the specified wallet and blockchain. If the target wallet already exists, its metadata will be updated with the provided metadata. This operation is only supported for EVM-based blockchains. # noqa: E501
276
276
  This method makes a synchronous HTTP request by default. To make an
277
277
  asynchronous HTTP request, please pass async_req=True
278
278
 
@@ -77,7 +77,7 @@ class ApiClient(object):
77
77
  self.default_headers[header_name] = header_value
78
78
  self.cookie = cookie
79
79
  # Set default User-Agent.
80
- self.user_agent = (user_agent + ' / ' if user_agent else '') + 'CircleWeb3PythonSDK / DeveloperControlledWallets / 6.0.0'
80
+ self.user_agent = (user_agent + ' / ' if user_agent else '') + 'CircleWeb3PythonSDK / DeveloperControlledWallets / 6.1.0'
81
81
  self.client_side_validation = configuration.client_side_validation
82
82
 
83
83
  def __enter__(self):
@@ -383,7 +383,7 @@ class Configuration(object):
383
383
  "OS: {env}\n"\
384
384
  "Python Version: {pyversion}\n"\
385
385
  "Version of the API: 1.0\n"\
386
- "SDK Package Version: 6.0.0".\
386
+ "SDK Package Version: 6.1.0".\
387
387
  format(env=sys.platform, pyversion=sys.version)
388
388
 
389
389
  def get_host_settings(self):
@@ -31,10 +31,10 @@ class CreateContractExecutionTransactionForDeveloperRequest(BaseModel):
31
31
  contract_address: StrictStr = Field(..., alias="contractAddress", description="The blockchain address of the contract to be executed.")
32
32
  entity_secret_ciphertext: Union[StrictBytes, StrictStr] = Field(..., alias="entitySecretCiphertext", 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. ")
33
33
  fee_level: Optional[FeeLevel] = Field(None, alias="feeLevel")
34
- gas_limit: Optional[StrictStr] = Field(None, alias="gasLimit", 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. 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. ")
35
- gas_price: Optional[StrictStr] = Field(None, alias="gasPrice", 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. ")
36
- max_fee: Optional[StrictStr] = Field(None, alias="maxFee", 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. ")
37
- priority_fee: Optional[StrictStr] = Field(None, alias="priorityFee", 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. ")
34
+ gas_limit: Optional[StrictStr] = Field(None, alias="gasLimit", 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. ")
35
+ gas_price: Optional[StrictStr] = Field(None, alias="gasPrice", 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. ")
36
+ max_fee: Optional[StrictStr] = Field(None, alias="maxFee", 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. ")
37
+ priority_fee: Optional[StrictStr] = Field(None, alias="priorityFee", 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. ")
38
38
  ref_id: Optional[StrictStr] = Field(None, alias="refId", description="Optional reference or description used to identify the transaction.")
39
39
  wallet_id: StrictStr = Field(..., alias="walletId", description="Unique system generated identifier of the wallet. Required when `sourceAddress` and `blockchain` are not provided. Mutually exclusive with `sourceAddress` and `blockchain`. For contract deploys this wallet ID will be used as the source. ")
40
40
  __properties = ["idempotencyKey", "abiFunctionSignature", "abiParameters", "callData", "amount", "contractAddress", "entitySecretCiphertext", "feeLevel", "gasLimit", "gasPrice", "maxFee", "priorityFee", "refId", "walletId"]
@@ -28,10 +28,10 @@ class CreateTransferTransactionForDeveloperRequest(BaseModel):
28
28
  destination_address: StrictStr = Field(..., alias="destinationAddress", description="Blockchain generated unique identifier, associated with wallet (account), smart contract or other blockchain objects. ")
29
29
  entity_secret_ciphertext: Union[StrictBytes, StrictStr] = Field(..., alias="entitySecretCiphertext", 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. ")
30
30
  fee_level: Optional[FeeLevel] = Field(None, alias="feeLevel")
31
- gas_limit: Optional[StrictStr] = Field(None, alias="gasLimit", 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. 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. ")
32
- gas_price: Optional[StrictStr] = Field(None, alias="gasPrice", 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. ")
33
- max_fee: Optional[StrictStr] = Field(None, alias="maxFee", 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. ")
34
- priority_fee: Optional[StrictStr] = Field(None, alias="priorityFee", 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. ")
31
+ gas_limit: Optional[StrictStr] = Field(None, alias="gasLimit", 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. ")
32
+ gas_price: Optional[StrictStr] = Field(None, alias="gasPrice", 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. ")
33
+ max_fee: Optional[StrictStr] = Field(None, alias="maxFee", 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. ")
34
+ priority_fee: Optional[StrictStr] = Field(None, alias="priorityFee", 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. ")
35
35
  nft_token_ids: Optional[conlist(StrictStr)] = Field(None, alias="nftTokenIds", 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.")
36
36
  ref_id: Optional[StrictStr] = Field(None, alias="refId", description="Optional reference or description used to identify the transaction.")
37
37
  token_id: Optional[StrictStr] = Field(None, alias="tokenId", description="System generated identifier of the token. Excluded with `tokenAddress` and `tokenBlockchain`.")
@@ -27,10 +27,10 @@ class CreateWalletUpgradeTransactionForDeveloperRequest(BaseModel):
27
27
  new_sca_core: NewScaCore = Field(..., alias="newScaCore")
28
28
  entity_secret_ciphertext: Union[StrictBytes, StrictStr] = Field(..., alias="entitySecretCiphertext", 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. ")
29
29
  fee_level: Optional[FeeLevel] = Field(None, alias="feeLevel")
30
- gas_limit: Optional[StrictStr] = Field(None, alias="gasLimit", 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. 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. ")
31
- gas_price: Optional[StrictStr] = Field(None, alias="gasPrice", 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. ")
32
- max_fee: Optional[StrictStr] = Field(None, alias="maxFee", 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. ")
33
- priority_fee: Optional[StrictStr] = Field(None, alias="priorityFee", 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. ")
30
+ gas_limit: Optional[StrictStr] = Field(None, alias="gasLimit", 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. ")
31
+ gas_price: Optional[StrictStr] = Field(None, alias="gasPrice", 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. ")
32
+ max_fee: Optional[StrictStr] = Field(None, alias="maxFee", 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. ")
33
+ priority_fee: Optional[StrictStr] = Field(None, alias="priorityFee", 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. ")
34
34
  ref_id: Optional[StrictStr] = Field(None, alias="refId", description="Optional reference or description used to identify the transaction.")
35
35
  wallet_id: StrictStr = Field(..., alias="walletId", description="Unique system generated identifier of the wallet. Required when `sourceAddress` and `blockchain` are not provided. Mutually exclusive with `sourceAddress` and `blockchain`. For contract deploys this wallet ID will be used as the source. ")
36
36
  __properties = ["idempotencyKey", "newScaCore", "entitySecretCiphertext", "feeLevel", "gasLimit", "gasPrice", "maxFee", "priorityFee", "refId", "walletId"]
@@ -19,7 +19,7 @@ from aenum import Enum, no_arg
19
19
 
20
20
  class FeeLevel(str, Enum):
21
21
  """
22
- A dynamic blockchain fee level setting (`LOW`, `MEDIUM`, or `HIGH`) that will be used to pay gas for the transaction. Calculated based on network traffic, supply of validators, and demand for transaction verification. Cannot be used with `gasPrice`, `priorityFee`, or `maxFee`. Estimates for each fee level can be obtained through the `POST /transactions/transfer/estimateFee` API.
22
+ A dynamic blockchain fee level setting (`LOW`, `MEDIUM`, or `HIGH`) that will be used to pay gas for the transaction. Calculated based on network traffic, supply of validators, and demand for transaction verification. Cannot be used with `gasPrice`, `priorityFee`, or `maxFee`. Estimates for each fee level can be obtained through the [`POST /transactions/transfer/estimateFee`](/api-reference/w3s/developer-controlled-wallets/create-transfer-estimate-fee) API.
23
23
  """
24
24
 
25
25
  """
@@ -33,7 +33,7 @@ class Transaction(BaseModel):
33
33
  id: StrictStr = Field(..., description="System-generated unique identifier of the resource.")
34
34
  abi_function_signature: Optional[StrictStr] = Field(None, alias="abiFunctionSignature", description="The contract ABI function signature or `callData` field is required for interacting with the smart contract. The ABI function signature cannot be used simultaneously with `callData`. e.g. burn(uint256)")
35
35
  abi_parameters: Optional[conlist(AbiParametersInner)] = Field(None, alias="abiParameters", description="The contract ABI function signature parameters for executing the contract interaction. Supported parameter types include string, integer, boolean, and array. These parameters should be used exclusively with the abiFunctionSignature and cannot be used with `callData`.")
36
- amounts: Optional[conlist(StrictStr, min_items=1)] = Field(None, description="Transfer amounts in decimal number format, at least one element is required for transfer. For ERC721 token transfer, the amounts field is required to be [\"1\"] (array with \"1\" as the only element).")
36
+ amounts: Optional[conlist(StrictStr)] = Field(None, description="Transfer amounts in decimal number format, at least one element is required for transfer. For ERC721 token transfer, the amounts field is required to be [\"1\"] (array with \"1\" as the only element).")
37
37
  amount_in_usd: Optional[StrictStr] = Field(None, alias="amountInUSD", description="Transaction amount in USD decimal format.")
38
38
  block_hash: Optional[StrictStr] = Field(None, alias="blockHash", description="Identifier for the block that includes the transaction.")
39
39
  block_height: Optional[StrictInt] = Field(None, alias="blockHeight", description="Block height of the transaction, representing the number of blockchain confirmations.")
@@ -21,10 +21,10 @@ class TransactionFee(BaseModel):
21
21
  """
22
22
  TransactionFee
23
23
  """
24
- gas_limit: Optional[StrictStr] = Field(None, alias="gasLimit", 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. 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. ")
25
- gas_price: Optional[StrictStr] = Field(None, alias="gasPrice", 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. ")
26
- max_fee: Optional[StrictStr] = Field(None, alias="maxFee", 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. ")
27
- priority_fee: Optional[StrictStr] = Field(None, alias="priorityFee", 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. ")
24
+ gas_limit: Optional[StrictStr] = Field(None, alias="gasLimit", 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. ")
25
+ gas_price: Optional[StrictStr] = Field(None, alias="gasPrice", 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. ")
26
+ max_fee: Optional[StrictStr] = Field(None, alias="maxFee", 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. ")
27
+ priority_fee: Optional[StrictStr] = Field(None, alias="priorityFee", 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. ")
28
28
  base_fee: Optional[StrictStr] = Field(None, alias="baseFee", 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. ")
29
29
  network_fee: Optional[StrictStr] = Field(None, alias="networkFee", 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. ")
30
30
  __properties = ["gasLimit", "gasPrice", "maxFee", "priorityFee", "baseFee", "networkFee"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: circle-developer-controlled-wallets
3
- Version: 6.0.0
3
+ Version: 6.1.0
4
4
  Summary: Developer-Controlled Wallets
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -12,8 +12,8 @@ Requires-Dist: python-dateutil
12
12
  Requires-Dist: pydantic<2,>=1.10.5
13
13
  Requires-Dist: aenum
14
14
  Requires-Dist: pycryptodome>=3.20.0
15
- Requires-Dist: circle-configurations==6.0.0
16
- Requires-Dist: circle-web3-sdk-util==6.0.0
15
+ Requires-Dist: circle-configurations==6.1.0
16
+ Requires-Dist: circle-web3-sdk-util==6.1.0
17
17
  Dynamic: author
18
18
  Dynamic: author-email
19
19
  Dynamic: description
@@ -25,7 +25,7 @@ Dynamic: summary
25
25
  # circle-developer-controlled-wallets
26
26
  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).
27
27
 
28
- - Package version: 6.0.0
28
+ - Package version: 6.1.0
29
29
 
30
30
  ## Requirements.
31
31
 
@@ -3,5 +3,5 @@ python-dateutil
3
3
  pydantic<2,>=1.10.5
4
4
  aenum
5
5
  pycryptodome>=3.20.0
6
- circle-configurations==6.0.0
7
- circle-web3-sdk-util==6.0.0
6
+ circle-configurations==6.1.0
7
+ circle-web3-sdk-util==6.1.0
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "circle.web3.developer_controlled_wallets"
3
- version = "6.0.0"
3
+ version = "6.1.0"
4
4
  description = "Developer-Controlled Wallets"
5
5
  authors = ["OpenAPI Generator Community <team@openapitools.org>"]
6
6
  license = "NoLicense"
@@ -18,7 +18,7 @@ import pathlib
18
18
  # prerequisite: setuptools
19
19
  # http://pypi.python.org/pypi/setuptools
20
20
  NAME = "circle-developer-controlled-wallets"
21
- VERSION = "6.0.0"
21
+ VERSION = "6.1.0"
22
22
  PYTHON_REQUIRES = ">=3.7"
23
23
  REQUIRES = [
24
24
  "urllib3 >= 1.25.3, < 2.1.0",
@@ -26,8 +26,8 @@ REQUIRES = [
26
26
  "pydantic >= 1.10.5, < 2",
27
27
  "aenum",
28
28
  "pycryptodome >= 3.20.0",
29
- "circle-configurations == 6.0.0",
30
- "circle-web3-sdk-util == 6.0.0"
29
+ "circle-configurations == 6.1.0",
30
+ "circle-web3-sdk-util == 6.1.0"
31
31
  ]
32
32
 
33
33
  here = pathlib.Path(__file__).parent.resolve()
@@ -35,12 +35,12 @@ class TestAccelerateTransactionForDeveloperRequest(unittest.TestCase):
35
35
  if include_optional :
36
36
  return AccelerateTransactionForDeveloperRequest(
37
37
  idempotency_key = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
38
- entity_secret_ciphertext = '[B@69d3cf7e'
38
+ entity_secret_ciphertext = '[B@771a7d53'
39
39
  )
40
40
  else :
41
41
  return AccelerateTransactionForDeveloperRequest(
42
42
  idempotency_key = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
43
- entity_secret_ciphertext = '[B@69d3cf7e',
43
+ entity_secret_ciphertext = '[B@771a7d53',
44
44
  )
45
45
  """
46
46
 
@@ -35,12 +35,12 @@ class TestCancelTransactionForDeveloperRequest(unittest.TestCase):
35
35
  if include_optional :
36
36
  return CancelTransactionForDeveloperRequest(
37
37
  idempotency_key = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
38
- entity_secret_ciphertext = '[B@69d3cf7e'
38
+ entity_secret_ciphertext = '[B@771a7d53'
39
39
  )
40
40
  else :
41
41
  return CancelTransactionForDeveloperRequest(
42
42
  idempotency_key = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
43
- entity_secret_ciphertext = '[B@69d3cf7e',
43
+ entity_secret_ciphertext = '[B@771a7d53',
44
44
  )
45
45
  """
46
46
 
@@ -40,7 +40,7 @@ class TestCreateContractExecutionTransactionForDeveloperRequest(unittest.TestCas
40
40
  call_data = '0xcdcd77c000000000000000000000000000000000000000000000000000000000000000450000000000000000000000000000000000000000000000000000000000000001',
41
41
  amount = '1.0',
42
42
  contract_address = '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
43
- entity_secret_ciphertext = '[B@69d3cf7e',
43
+ entity_secret_ciphertext = '[B@771a7d53',
44
44
  fee_level = 'MEDIUM',
45
45
  gas_limit = '21000',
46
46
  gas_price = '',
@@ -53,7 +53,7 @@ class TestCreateContractExecutionTransactionForDeveloperRequest(unittest.TestCas
53
53
  return CreateContractExecutionTransactionForDeveloperRequest(
54
54
  idempotency_key = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
55
55
  contract_address = '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
56
- entity_secret_ciphertext = '[B@69d3cf7e',
56
+ entity_secret_ciphertext = '[B@771a7d53',
57
57
  wallet_id = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
58
58
  )
59
59
  """
@@ -37,7 +37,7 @@ class TestCreateTransferTransactionForDeveloperRequest(unittest.TestCase):
37
37
  idempotency_key = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
38
38
  amounts = ["6.62607015"],
39
39
  destination_address = '0xca9142d0b9804ef5e239d3bc1c7aa0d1c74e7350',
40
- entity_secret_ciphertext = '[B@69d3cf7e',
40
+ entity_secret_ciphertext = '[B@771a7d53',
41
41
  fee_level = 'MEDIUM',
42
42
  gas_limit = '21000',
43
43
  gas_price = '',
@@ -56,7 +56,7 @@ class TestCreateTransferTransactionForDeveloperRequest(unittest.TestCase):
56
56
  return CreateTransferTransactionForDeveloperRequest(
57
57
  idempotency_key = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
58
58
  destination_address = '0xca9142d0b9804ef5e239d3bc1c7aa0d1c74e7350',
59
- entity_secret_ciphertext = '[B@69d3cf7e',
59
+ entity_secret_ciphertext = '[B@771a7d53',
60
60
  wallet_id = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
61
61
  )
62
62
  """
@@ -40,7 +40,7 @@ class TestCreateWalletRequest(unittest.TestCase):
40
40
  'MATIC-AMOY'
41
41
  ],
42
42
  count = 2,
43
- entity_secret_ciphertext = '[B@69d3cf7e',
43
+ entity_secret_ciphertext = '[B@771a7d53',
44
44
  metadata = [
45
45
  circle.web3.developer_controlled_wallets.models.wallet_metadata.WalletMetadata(
46
46
  name = '',
@@ -54,7 +54,7 @@ class TestCreateWalletRequest(unittest.TestCase):
54
54
  blockchains = [
55
55
  'MATIC-AMOY'
56
56
  ],
57
- entity_secret_ciphertext = '[B@69d3cf7e',
57
+ entity_secret_ciphertext = '[B@771a7d53',
58
58
  wallet_set_id = 'c4d1da72-111e-4d52-bdbf-2e74a2d803d5',
59
59
  )
60
60
  """
@@ -34,13 +34,13 @@ class TestCreateWalletSetRequest(unittest.TestCase):
34
34
  model = circle.web3.developer_controlled_wallets.models.create_wallet_set_request.CreateWalletSetRequest() # noqa: E501
35
35
  if include_optional :
36
36
  return CreateWalletSetRequest(
37
- entity_secret_ciphertext = '[B@69d3cf7e',
37
+ entity_secret_ciphertext = '[B@771a7d53',
38
38
  idempotency_key = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
39
39
  name = ''
40
40
  )
41
41
  else :
42
42
  return CreateWalletSetRequest(
43
- entity_secret_ciphertext = '[B@69d3cf7e',
43
+ entity_secret_ciphertext = '[B@771a7d53',
44
44
  idempotency_key = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
45
45
  )
46
46
  """
@@ -36,7 +36,7 @@ class TestCreateWalletUpgradeTransactionForDeveloperRequest(unittest.TestCase):
36
36
  return CreateWalletUpgradeTransactionForDeveloperRequest(
37
37
  idempotency_key = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
38
38
  new_sca_core = 'circle_6900_singleowner_v2',
39
- entity_secret_ciphertext = '[B@69d3cf7e',
39
+ entity_secret_ciphertext = '[B@771a7d53',
40
40
  fee_level = 'MEDIUM',
41
41
  gas_limit = '21000',
42
42
  gas_price = '',
@@ -49,7 +49,7 @@ class TestCreateWalletUpgradeTransactionForDeveloperRequest(unittest.TestCase):
49
49
  return CreateWalletUpgradeTransactionForDeveloperRequest(
50
50
  idempotency_key = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
51
51
  new_sca_core = 'circle_6900_singleowner_v2',
52
- entity_secret_ciphertext = '[B@69d3cf7e',
52
+ entity_secret_ciphertext = '[B@771a7d53',
53
53
  wallet_id = 'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
54
54
  )
55
55
  """
@@ -36,13 +36,13 @@ class TestSignDelegateActionRequest(unittest.TestCase):
36
36
  return SignDelegateActionRequest(
37
37
  wallet_id = 'c4d1da72-111e-4d52-bdbf-2e74a2d803d5',
38
38
  unsigned_delegate_action = 'AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAIAAQROrEbiYfF3zCII9...',
39
- entity_secret_ciphertext = '[B@69d3cf7e'
39
+ entity_secret_ciphertext = '[B@771a7d53'
40
40
  )
41
41
  else :
42
42
  return SignDelegateActionRequest(
43
43
  wallet_id = 'c4d1da72-111e-4d52-bdbf-2e74a2d803d5',
44
44
  unsigned_delegate_action = 'AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAIAAQROrEbiYfF3zCII9...',
45
- entity_secret_ciphertext = '[B@69d3cf7e',
45
+ entity_secret_ciphertext = '[B@771a7d53',
46
46
  )
47
47
  """
48
48
 
@@ -38,13 +38,13 @@ class TestSignMessageRequest(unittest.TestCase):
38
38
  encoded_by_hex = False,
39
39
  message = 'I agree with this transfer',
40
40
  memo = 'Transfer USDC to Sam',
41
- entity_secret_ciphertext = '[B@69d3cf7e'
41
+ entity_secret_ciphertext = '[B@771a7d53'
42
42
  )
43
43
  else :
44
44
  return SignMessageRequest(
45
45
  wallet_id = 'c4d1da72-111e-4d52-bdbf-2e74a2d803d5',
46
46
  message = 'I agree with this transfer',
47
- entity_secret_ciphertext = '[B@69d3cf7e',
47
+ entity_secret_ciphertext = '[B@771a7d53',
48
48
  )
49
49
  """
50
50
 
@@ -38,12 +38,12 @@ class TestSignTransactionRequest(unittest.TestCase):
38
38
  raw_transaction = 'AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAIAAQROrEbiYfF3zCII9...',
39
39
  transaction = '{"nonce":1,"to":"0x9e4ebf23f713268b8e72cd162337f20c536357c9","value":"10000000000000000","gas":"21000","maxFeePerGas":"42000000000","maxPriorityFeePerGas":"25000000000","chainId":80002}',
40
40
  memo = 'Transfer USDC to Sam',
41
- entity_secret_ciphertext = '[B@69d3cf7e'
41
+ entity_secret_ciphertext = '[B@771a7d53'
42
42
  )
43
43
  else :
44
44
  return SignTransactionRequest(
45
45
  wallet_id = 'c4d1da72-111e-4d52-bdbf-2e74a2d803d5',
46
- entity_secret_ciphertext = '[B@69d3cf7e',
46
+ entity_secret_ciphertext = '[B@771a7d53',
47
47
  )
48
48
  """
49
49
 
@@ -37,13 +37,13 @@ class TestSignTypedDataRequest(unittest.TestCase):
37
37
  wallet_id = 'c4d1da72-111e-4d52-bdbf-2e74a2d803d5',
38
38
  data = '{ "types": { "Data": [{ "name": "dummy", "type": "string" }],"EIP712Domain":[{ "name": "name", "type": "string" },{ "name": "chainId", "type": "uint256" }]}, "domain": { "name": "Test", "chainId": 1337 }, "primaryType": "Data", "message": { "dummy": "dummy" }}',
39
39
  memo = 'Transfer USDC to Sam',
40
- entity_secret_ciphertext = '[B@69d3cf7e'
40
+ entity_secret_ciphertext = '[B@771a7d53'
41
41
  )
42
42
  else :
43
43
  return SignTypedDataRequest(
44
44
  wallet_id = 'c4d1da72-111e-4d52-bdbf-2e74a2d803d5',
45
45
  data = '{ "types": { "Data": [{ "name": "dummy", "type": "string" }],"EIP712Domain":[{ "name": "name", "type": "string" },{ "name": "chainId", "type": "uint256" }]}, "domain": { "name": "Test", "chainId": 1337 }, "primaryType": "Data", "message": { "dummy": "dummy" }}',
46
- entity_secret_ciphertext = '[B@69d3cf7e',
46
+ entity_secret_ciphertext = '[B@771a7d53',
47
47
  )
48
48
  """
49
49