near-jsonrpc-client 1.0.22__tar.gz → 1.0.24__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 (366) hide show
  1. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/PKG-INFO +1 -1
  2. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_client/api_methods_async.py +0 -22
  3. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_client/api_methods_sync.py +0 -22
  4. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_client.egg-info/PKG-INFO +1 -1
  5. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/__init__.py +0 -111
  6. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/action_error_kind.py +1 -15
  7. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/action_view.py +1 -24
  8. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/actions_validation_error.py +1 -15
  9. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/dynamic_resharding_config_view.py +8 -9
  10. near_jsonrpc_client-1.0.24/near_jsonrpc_models/epoch_sync_config.py +14 -0
  11. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/non_delegate_action.py +1 -13
  12. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_query_request.py +1 -34
  13. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_query_response.py +1 -11
  14. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_state_changes_in_block_by_type_request.py +1 -31
  15. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/runtime_config_view.py +1 -1
  16. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/state_change_with_cause_view.py +1 -32
  17. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/pyproject.toml +1 -1
  18. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/tests/test_api_integration_mocked.py +0 -146
  19. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/tests/test_model_serialization.py +0 -266
  20. near_jsonrpc_client-1.0.22/near_jsonrpc_models/epoch_sync_config.py +0 -25
  21. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/LICENSE +0 -0
  22. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/README.md +0 -0
  23. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_client/__init__.py +0 -0
  24. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_client/base_client.py +0 -0
  25. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_client/client.py +0 -0
  26. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_client/errors.py +0 -0
  27. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_client/transport.py +0 -0
  28. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_client.egg-info/SOURCES.txt +0 -0
  29. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_client.egg-info/dependency_links.txt +0 -0
  30. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_client.egg-info/requires.txt +0 -0
  31. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_client.egg-info/top_level.txt +0 -0
  32. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/access_key.py +0 -0
  33. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/access_key_creation_config_view.py +0 -0
  34. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/access_key_info_view.py +0 -0
  35. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/access_key_list.py +0 -0
  36. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/access_key_permission.py +0 -0
  37. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/access_key_permission_view.py +0 -0
  38. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/access_key_view.py +0 -0
  39. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/account_creation_config_view.py +0 -0
  40. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/account_data_view.py +0 -0
  41. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/account_id.py +0 -0
  42. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/account_id_validity_rules_version.py +0 -0
  43. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/account_info.py +0 -0
  44. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/account_view.py +0 -0
  45. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/account_with_public_key.py +0 -0
  46. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/action_creation_config_view.py +0 -0
  47. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/action_error.py +0 -0
  48. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/add_gas_key_action.py +0 -0
  49. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/add_key_action.py +0 -0
  50. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/bandwidth_request.py +0 -0
  51. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/bandwidth_request_bitmap.py +0 -0
  52. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/bandwidth_requests.py +0 -0
  53. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/bandwidth_requests_v1.py +0 -0
  54. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/block_header_inner_lite_view.py +0 -0
  55. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/block_header_view.py +0 -0
  56. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/block_id.py +0 -0
  57. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/block_reference.py +0 -0
  58. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/block_status_view.py +0 -0
  59. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/call_result.py +0 -0
  60. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/catchup_status_view.py +0 -0
  61. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/chunk_distribution_network_config.py +0 -0
  62. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/chunk_distribution_uris.py +0 -0
  63. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/chunk_hash.py +0 -0
  64. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/chunk_header_view.py +0 -0
  65. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/cloud_archival_writer_config.py +0 -0
  66. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/compilation_error.py +0 -0
  67. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/congestion_control_config_view.py +0 -0
  68. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/congestion_info_view.py +0 -0
  69. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/contract_code_view.py +0 -0
  70. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/cost_gas_used.py +0 -0
  71. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/create_account_action.py +0 -0
  72. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/crypto_hash.py +0 -0
  73. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/current_epoch_validator_info.py +0 -0
  74. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/data_receipt_creation_config_view.py +0 -0
  75. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/data_receiver_view.py +0 -0
  76. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/delegate_action.py +0 -0
  77. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/delete_account_action.py +0 -0
  78. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/delete_gas_key_action.py +0 -0
  79. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/delete_key_action.py +0 -0
  80. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/deploy_contract_action.py +0 -0
  81. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/deploy_global_contract_action.py +0 -0
  82. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/detailed_debug_status.py +0 -0
  83. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/deterministic_account_state_init.py +0 -0
  84. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/deterministic_account_state_init_v1.py +0 -0
  85. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/deterministic_state_init_action.py +0 -0
  86. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/direction.py +0 -0
  87. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/dump_config.py +0 -0
  88. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/duration_as_std_schema_provider.py +0 -0
  89. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/epoch_id.py +0 -0
  90. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_genesis_config_error.py +0 -0
  91. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_block_error.py +0 -0
  92. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_call_function_error.py +0 -0
  93. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_chunk_error.py +0 -0
  94. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_client_config_error.py +0 -0
  95. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_gas_price_error.py +0 -0
  96. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_light_client_next_block_error.py +0 -0
  97. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_light_client_proof_error.py +0 -0
  98. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_maintenance_windows_error.py +0 -0
  99. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_network_info_error.py +0 -0
  100. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_protocol_config_error.py +0 -0
  101. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_query_error.py +0 -0
  102. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_receipt_error.py +0 -0
  103. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_split_storage_info_error.py +0 -0
  104. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_state_changes_error.py +0 -0
  105. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_status_error.py +0 -0
  106. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_transaction_error.py +0 -0
  107. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_validator_error.py +0 -0
  108. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_view_access_key_error.py +0 -0
  109. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_view_access_key_list_error.py +0 -0
  110. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_view_account_error.py +0 -0
  111. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_view_code_error.py +0 -0
  112. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_view_gas_key_error.py +0 -0
  113. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_view_gas_key_list_error.py +0 -0
  114. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/error_wrapper_for_rpc_view_state_error.py +0 -0
  115. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/execution_metadata_view.py +0 -0
  116. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/execution_outcome_view.py +0 -0
  117. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/execution_outcome_with_id_view.py +0 -0
  118. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/execution_status_view.py +0 -0
  119. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/ext_costs_config_view.py +0 -0
  120. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/external_storage_config.py +0 -0
  121. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/external_storage_location.py +0 -0
  122. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/fee.py +0 -0
  123. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/final_execution_outcome_view.py +0 -0
  124. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/final_execution_outcome_with_receipt_view.py +0 -0
  125. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/final_execution_status.py +0 -0
  126. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/finality.py +0 -0
  127. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/function_args.py +0 -0
  128. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/function_call_action.py +0 -0
  129. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/function_call_error.py +0 -0
  130. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/function_call_permission.py +0 -0
  131. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/gas_key.py +0 -0
  132. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/gas_key_info_view.py +0 -0
  133. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/gas_key_list.py +0 -0
  134. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/gas_key_view.py +0 -0
  135. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/gcconfig.py +0 -0
  136. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/genesis_config.py +0 -0
  137. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/genesis_config_error.py +0 -0
  138. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/genesis_config_request.py +0 -0
  139. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/global_contract_deploy_mode.py +0 -0
  140. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/global_contract_identifier.py +0 -0
  141. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/global_contract_identifier_view.py +0 -0
  142. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/host_error.py +0 -0
  143. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/internal_error.py +0 -0
  144. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/invalid_access_key_error.py +0 -0
  145. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/invalid_tx_error.py +0 -0
  146. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_block.py +0 -0
  147. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_block_effects.py +0 -0
  148. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_broadcast_tx_async.py +0 -0
  149. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_broadcast_tx_commit.py +0 -0
  150. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_changes.py +0 -0
  151. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_chunk.py +0 -0
  152. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_client_config.py +0 -0
  153. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_call_function.py +0 -0
  154. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_changes.py +0 -0
  155. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_changes_in_block.py +0 -0
  156. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_congestion_level.py +0 -0
  157. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_genesis_config.py +0 -0
  158. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_light_client_block_proof.py +0 -0
  159. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_light_client_proof.py +0 -0
  160. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_maintenance_windows.py +0 -0
  161. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_protocol_config.py +0 -0
  162. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_receipt.py +0 -0
  163. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_split_storage_info.py +0 -0
  164. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_tx_status.py +0 -0
  165. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_validators_ordered.py +0 -0
  166. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_view_access_key.py +0 -0
  167. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_view_access_key_list.py +0 -0
  168. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_view_account.py +0 -0
  169. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_view_code.py +0 -0
  170. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_view_gas_key.py +0 -0
  171. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_view_gas_key_list.py +0 -0
  172. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_experimental_view_state.py +0 -0
  173. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_gas_price.py +0 -0
  174. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_genesis_config.py +0 -0
  175. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_health.py +0 -0
  176. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_light_client_proof.py +0 -0
  177. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_maintenance_windows.py +0 -0
  178. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_network_info.py +0 -0
  179. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_next_light_client_block.py +0 -0
  180. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_query.py +0 -0
  181. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_send_tx.py +0 -0
  182. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_status.py +0 -0
  183. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_tx.py +0 -0
  184. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_request_for_validators.py +0 -0
  185. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_array_of_range_of_uint64_and_rpc_maintenance_windows_error.py +0 -0
  186. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_array_of_validator_stake_view_and_rpc_validator_error.py +0 -0
  187. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_crypto_hash_and_rpc_transaction_error.py +0 -0
  188. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_genesis_config_and_genesis_config_error.py +0 -0
  189. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_nullable_rpc_health_response_and_rpc_status_error.py +0 -0
  190. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_block_response_and_rpc_block_error.py +0 -0
  191. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_call_function_response_and_rpc_call_function_error.py +0 -0
  192. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_chunk_response_and_rpc_chunk_error.py +0 -0
  193. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_client_config_response_and_rpc_client_config_error.py +0 -0
  194. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_congestion_level_response_and_rpc_chunk_error.py +0 -0
  195. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_gas_price_response_and_rpc_gas_price_error.py +0 -0
  196. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_light_client_block_proof_response_and_rpc_light_client_proof_error.py +0 -0
  197. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_light_client_execution_proof_response_and_rpc_light_client_proof_error.py +0 -0
  198. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_light_client_next_block_response_and_rpc_light_client_next_block_error.py +0 -0
  199. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_network_info_response_and_rpc_network_info_error.py +0 -0
  200. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_protocol_config_response_and_rpc_protocol_config_error.py +0 -0
  201. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_query_response_and_rpc_query_error.py +0 -0
  202. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_receipt_response_and_rpc_receipt_error.py +0 -0
  203. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_split_storage_info_response_and_rpc_split_storage_info_error.py +0 -0
  204. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_state_changes_in_block_by_type_response_and_rpc_state_changes_error.py +0 -0
  205. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_state_changes_in_block_response_and_rpc_state_changes_error.py +0 -0
  206. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_status_response_and_rpc_status_error.py +0 -0
  207. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_transaction_response_and_rpc_transaction_error.py +0 -0
  208. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_validator_response_and_rpc_validator_error.py +0 -0
  209. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_view_access_key_list_response_and_rpc_view_access_key_list_error.py +0 -0
  210. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_view_access_key_response_and_rpc_view_access_key_error.py +0 -0
  211. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_view_account_response_and_rpc_view_account_error.py +0 -0
  212. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_view_code_response_and_rpc_view_code_error.py +0 -0
  213. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_view_gas_key_list_response_and_rpc_view_gas_key_list_error.py +0 -0
  214. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_view_gas_key_response_and_rpc_view_gas_key_error.py +0 -0
  215. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/json_rpc_response_for_rpc_view_state_response_and_rpc_view_state_error.py +0 -0
  216. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/known_producer_view.py +0 -0
  217. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/light_client_block_lite_view.py +0 -0
  218. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/limit_config.py +0 -0
  219. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/log_summary_style.py +0 -0
  220. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/merkle_path_item.py +0 -0
  221. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/method_resolve_error.py +0 -0
  222. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/missing_trie_value.py +0 -0
  223. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/missing_trie_value_context.py +0 -0
  224. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/mutable_config_value.py +0 -0
  225. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/near_gas.py +0 -0
  226. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/near_token.py +0 -0
  227. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/network_info_view.py +0 -0
  228. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/next_epoch_validator_info.py +0 -0
  229. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/peer_id.py +0 -0
  230. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/peer_info_view.py +0 -0
  231. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/prepare_error.py +0 -0
  232. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/protocol_version_check_config.py +0 -0
  233. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/public_key.py +0 -0
  234. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/range_of_uint64.py +0 -0
  235. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/receipt_enum_view.py +0 -0
  236. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/receipt_validation_error.py +0 -0
  237. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/receipt_view.py +0 -0
  238. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_block_error.py +0 -0
  239. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_block_request.py +0 -0
  240. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_block_response.py +0 -0
  241. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_call_function_error.py +0 -0
  242. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_call_function_request.py +0 -0
  243. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_call_function_response.py +0 -0
  244. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_chunk_error.py +0 -0
  245. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_chunk_request.py +0 -0
  246. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_chunk_response.py +0 -0
  247. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_client_config_error.py +0 -0
  248. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_client_config_request.py +0 -0
  249. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_client_config_response.py +0 -0
  250. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_congestion_level_request.py +0 -0
  251. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_congestion_level_response.py +0 -0
  252. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_gas_price_error.py +0 -0
  253. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_gas_price_request.py +0 -0
  254. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_gas_price_response.py +0 -0
  255. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_health_request.py +0 -0
  256. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_health_response.py +0 -0
  257. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_known_producer.py +0 -0
  258. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_light_client_block_proof_request.py +0 -0
  259. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_light_client_block_proof_response.py +0 -0
  260. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_light_client_execution_proof_request.py +0 -0
  261. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_light_client_execution_proof_response.py +0 -0
  262. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_light_client_next_block_error.py +0 -0
  263. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_light_client_next_block_request.py +0 -0
  264. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_light_client_next_block_response.py +0 -0
  265. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_light_client_proof_error.py +0 -0
  266. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_maintenance_windows_error.py +0 -0
  267. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_maintenance_windows_request.py +0 -0
  268. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_network_info_error.py +0 -0
  269. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_network_info_request.py +0 -0
  270. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_network_info_response.py +0 -0
  271. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_peer_info.py +0 -0
  272. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_protocol_config_error.py +0 -0
  273. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_protocol_config_request.py +0 -0
  274. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_protocol_config_response.py +0 -0
  275. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_query_error.py +0 -0
  276. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_receipt_error.py +0 -0
  277. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_receipt_request.py +0 -0
  278. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_receipt_response.py +0 -0
  279. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_request_validation_error_kind.py +0 -0
  280. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_send_transaction_request.py +0 -0
  281. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_split_storage_info_error.py +0 -0
  282. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_split_storage_info_request.py +0 -0
  283. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_split_storage_info_response.py +0 -0
  284. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_state_changes_error.py +0 -0
  285. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_state_changes_in_block_by_type_response.py +0 -0
  286. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_state_changes_in_block_request.py +0 -0
  287. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_state_changes_in_block_response.py +0 -0
  288. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_status_error.py +0 -0
  289. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_status_request.py +0 -0
  290. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_status_response.py +0 -0
  291. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_transaction_error.py +0 -0
  292. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_transaction_response.py +0 -0
  293. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_transaction_status_request.py +0 -0
  294. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_validator_error.py +0 -0
  295. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_validator_request.py +0 -0
  296. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_validator_response.py +0 -0
  297. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_validators_ordered_request.py +0 -0
  298. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_access_key_error.py +0 -0
  299. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_access_key_list_error.py +0 -0
  300. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_access_key_list_request.py +0 -0
  301. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_access_key_list_response.py +0 -0
  302. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_access_key_request.py +0 -0
  303. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_access_key_response.py +0 -0
  304. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_account_error.py +0 -0
  305. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_account_request.py +0 -0
  306. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_account_response.py +0 -0
  307. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_code_error.py +0 -0
  308. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_code_request.py +0 -0
  309. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_code_response.py +0 -0
  310. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_gas_key_error.py +0 -0
  311. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_gas_key_list_error.py +0 -0
  312. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_gas_key_list_request.py +0 -0
  313. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_gas_key_list_response.py +0 -0
  314. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_gas_key_request.py +0 -0
  315. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_gas_key_response.py +0 -0
  316. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_state_error.py +0 -0
  317. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_state_request.py +0 -0
  318. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/rpc_view_state_response.py +0 -0
  319. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/runtime_fees_config_view.py +0 -0
  320. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/shard_id.py +0 -0
  321. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/shard_layout.py +0 -0
  322. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/shard_layout_v0.py +0 -0
  323. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/shard_layout_v1.py +0 -0
  324. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/shard_layout_v2.py +0 -0
  325. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/shard_layout_v3.py +0 -0
  326. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/shard_uid.py +0 -0
  327. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/signature.py +0 -0
  328. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/signed_delegate_action.py +0 -0
  329. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/signed_transaction.py +0 -0
  330. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/signed_transaction_view.py +0 -0
  331. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/slashed_validator.py +0 -0
  332. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/stake_action.py +0 -0
  333. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/state_change_cause_view.py +0 -0
  334. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/state_change_kind_view.py +0 -0
  335. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/state_item.py +0 -0
  336. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/state_sync_config.py +0 -0
  337. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/status_sync_info.py +0 -0
  338. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/storage_error.py +0 -0
  339. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/storage_get_mode.py +0 -0
  340. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/storage_usage_config_view.py +0 -0
  341. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/store_key.py +0 -0
  342. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/store_value.py +0 -0
  343. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/strict_model.py +0 -0
  344. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/sync_checkpoint.py +0 -0
  345. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/sync_concurrency.py +0 -0
  346. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/sync_config.py +0 -0
  347. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/tier1proxy_view.py +0 -0
  348. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/tracked_shards_config.py +0 -0
  349. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/transfer_action.py +0 -0
  350. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/transfer_to_gas_key_action.py +0 -0
  351. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/tx_execution_error.py +0 -0
  352. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/tx_execution_status.py +0 -0
  353. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/use_global_contract_action.py +0 -0
  354. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/validator_info.py +0 -0
  355. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/validator_kickout_reason.py +0 -0
  356. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/validator_kickout_view.py +0 -0
  357. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/validator_stake_view.py +0 -0
  358. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/validator_stake_view_v1.py +0 -0
  359. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/version.py +0 -0
  360. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/view_state_result.py +0 -0
  361. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/vmconfig_view.py +0 -0
  362. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/vmkind.py +0 -0
  363. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/wasm_trap.py +0 -0
  364. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/near_jsonrpc_models/witness_config_view.py +0 -0
  365. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/setup.cfg +0 -0
  366. {near_jsonrpc_client-1.0.22 → near_jsonrpc_client-1.0.24}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: near-jsonrpc-client
3
- Version: 1.0.22
3
+ Version: 1.0.24
4
4
  Summary: A typed Python client for the NEAR JSON-RPC API with Pydantic models and async HTTP support
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -202,28 +202,6 @@ class APIMixinAsync:
202
202
  params=params,
203
203
  )
204
204
 
205
- async def experimental_view_gas_key(self: NearBaseClientAsync, *, params: near_jsonrpc_models.RpcViewGasKeyRequest) -> near_jsonrpc_models.RpcViewGasKeyResponse:
206
- """
207
- Returns information about a single gas key for given account.
208
- High-level method: returns the result model or raises NearClientError/NearRpcError/NearHttpError.
209
- """
210
- return await self._call(
211
- request_model=near_jsonrpc_models.JsonRpcRequestForExperimentalViewGasKey,
212
- response_model=near_jsonrpc_models.JsonRpcResponseForRpcViewGasKeyResponseAndRpcViewGasKeyError,
213
- params=params,
214
- )
215
-
216
- async def experimental_view_gas_key_list(self: NearBaseClientAsync, *, params: near_jsonrpc_models.RpcViewGasKeyListRequest) -> near_jsonrpc_models.RpcViewGasKeyListResponse:
217
- """
218
- Returns all gas keys for a given account.
219
- High-level method: returns the result model or raises NearClientError/NearRpcError/NearHttpError.
220
- """
221
- return await self._call(
222
- request_model=near_jsonrpc_models.JsonRpcRequestForExperimentalViewGasKeyList,
223
- response_model=near_jsonrpc_models.JsonRpcResponseForRpcViewGasKeyListResponseAndRpcViewGasKeyListError,
224
- params=params,
225
- )
226
-
227
205
  async def experimental_view_state(self: NearBaseClientAsync, *, params: near_jsonrpc_models.RpcViewStateRequest) -> near_jsonrpc_models.RpcViewStateResponse:
228
206
  """
229
207
  Returns the state (key-value pairs) of a contract based on the key prefix.
@@ -202,28 +202,6 @@ class APIMixinSync:
202
202
  params=params,
203
203
  )
204
204
 
205
- def experimental_view_gas_key(self: NearBaseClientSync, *, params: near_jsonrpc_models.RpcViewGasKeyRequest) -> near_jsonrpc_models.RpcViewGasKeyResponse:
206
- """
207
- Returns information about a single gas key for given account.
208
- High-level method: returns the result model or raises NearClientError/NearRpcError/NearHttpError.
209
- """
210
- return self._call(
211
- request_model=near_jsonrpc_models.JsonRpcRequestForExperimentalViewGasKey,
212
- response_model=near_jsonrpc_models.JsonRpcResponseForRpcViewGasKeyResponseAndRpcViewGasKeyError,
213
- params=params,
214
- )
215
-
216
- def experimental_view_gas_key_list(self: NearBaseClientSync, *, params: near_jsonrpc_models.RpcViewGasKeyListRequest) -> near_jsonrpc_models.RpcViewGasKeyListResponse:
217
- """
218
- Returns all gas keys for a given account.
219
- High-level method: returns the result model or raises NearClientError/NearRpcError/NearHttpError.
220
- """
221
- return self._call(
222
- request_model=near_jsonrpc_models.JsonRpcRequestForExperimentalViewGasKeyList,
223
- response_model=near_jsonrpc_models.JsonRpcResponseForRpcViewGasKeyListResponseAndRpcViewGasKeyListError,
224
- params=params,
225
- )
226
-
227
205
  def experimental_view_state(self: NearBaseClientSync, *, params: near_jsonrpc_models.RpcViewStateRequest) -> near_jsonrpc_models.RpcViewStateResponse:
228
206
  """
229
207
  Returns the state (key-value pairs) of a contract based on the key prefix.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: near-jsonrpc-client
3
- Version: 1.0.22
3
+ Version: 1.0.24
4
4
  Summary: A typed Python client for the NEAR JSON-RPC API with Pydantic models and async HTTP support
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -279,10 +279,6 @@ if TYPE_CHECKING:
279
279
  from .action_error_kind import ActionErrorKindDelegateActionNonceTooLarge
280
280
  from .action_error_kind import ActionErrorKindGlobalContractDoesNotExistPayload
281
281
  from .action_error_kind import ActionErrorKindGlobalContractDoesNotExist
282
- from .action_error_kind import ActionErrorKindGasKeyDoesNotExistPayload
283
- from .action_error_kind import ActionErrorKindGasKeyDoesNotExist
284
- from .action_error_kind import ActionErrorKindGasKeyAlreadyExistsPayload
285
- from .action_error_kind import ActionErrorKindGasKeyAlreadyExists
286
282
  from .action_error_kind import ActionErrorKind
287
283
  from .json_rpc_request_for_broadcast_tx_async import JsonRpcRequestForBroadcastTxAsync
288
284
  from .rpc_health_request import RpcHealthRequest
@@ -504,12 +500,6 @@ if TYPE_CHECKING:
504
500
  from .state_change_with_cause_view import StateChangeWithCauseViewAccessKeyUpdate
505
501
  from .state_change_with_cause_view import StateChangeWithCauseViewAccessKeyDeletionChange
506
502
  from .state_change_with_cause_view import StateChangeWithCauseViewAccessKeyDeletion
507
- from .state_change_with_cause_view import StateChangeWithCauseViewGasKeyUpdateChange
508
- from .state_change_with_cause_view import StateChangeWithCauseViewGasKeyUpdate
509
- from .state_change_with_cause_view import StateChangeWithCauseViewGasKeyNonceUpdateChange
510
- from .state_change_with_cause_view import StateChangeWithCauseViewGasKeyNonceUpdate
511
- from .state_change_with_cause_view import StateChangeWithCauseViewGasKeyDeletionChange
512
- from .state_change_with_cause_view import StateChangeWithCauseViewGasKeyDeletion
513
503
  from .state_change_with_cause_view import StateChangeWithCauseViewDataUpdateChange
514
504
  from .state_change_with_cause_view import StateChangeWithCauseViewDataUpdate
515
505
  from .state_change_with_cause_view import StateChangeWithCauseViewDataDeletionChange
@@ -584,10 +574,6 @@ if TYPE_CHECKING:
584
574
  from .actions_validation_error import ActionsValidationErrorDeterministicStateInitKeyLengthExceeded
585
575
  from .actions_validation_error import ActionsValidationErrorDeterministicStateInitValueLengthExceededPayload
586
576
  from .actions_validation_error import ActionsValidationErrorDeterministicStateInitValueLengthExceeded
587
- from .actions_validation_error import ActionsValidationErrorGasKeyPermissionInvalidPayload
588
- from .actions_validation_error import ActionsValidationErrorGasKeyPermissionInvalid
589
- from .actions_validation_error import ActionsValidationErrorGasKeyTooManyNoncesRequestedPayload
590
- from .actions_validation_error import ActionsValidationErrorGasKeyTooManyNoncesRequested
591
577
  from .actions_validation_error import ActionsValidationError
592
578
  from .tracked_shards_config import TrackedShardsConfigNoShards
593
579
  from .tracked_shards_config import TrackedShardsConfigShards
@@ -645,8 +631,6 @@ if TYPE_CHECKING:
645
631
  from .rpc_query_response import RpcQueryResponseCallResult
646
632
  from .rpc_query_response import RpcQueryResponseAccessKeyView
647
633
  from .rpc_query_response import RpcQueryResponseAccessKeyList
648
- from .rpc_query_response import RpcQueryResponseGasKeyView
649
- from .rpc_query_response import RpcQueryResponseGasKeyList
650
634
  from .rpc_query_response import RpcQueryResponse
651
635
  from .json_rpc_request_for_experimental_genesis_config import JsonRpcRequestForExperimentalGenesisConfig
652
636
  from .json_rpc_response_for_rpc_protocol_config_response_and_rpc_protocol_config_error import JsonRpcResponseForRpcProtocolConfigResponseAndRpcProtocolConfigErrorResult
@@ -671,23 +655,17 @@ if TYPE_CHECKING:
671
655
  from .signed_transaction_view import SignedTransactionView
672
656
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAccountChangesByBlockId
673
657
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesByBlockId
674
- from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesByBlockId
675
658
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesByBlockId
676
- from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAllGasKeyChangesByBlockId
677
659
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestContractCodeChangesByBlockId
678
660
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestDataChangesByBlockId
679
661
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAccountChangesByFinality
680
662
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesByFinality
681
- from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesByFinality
682
663
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesByFinality
683
- from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAllGasKeyChangesByFinality
684
664
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestContractCodeChangesByFinality
685
665
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestDataChangesByFinality
686
666
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAccountChangesBySyncCheckpoint
687
667
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesBySyncCheckpoint
688
- from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesBySyncCheckpoint
689
668
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesBySyncCheckpoint
690
- from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAllGasKeyChangesBySyncCheckpoint
691
669
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestContractCodeChangesBySyncCheckpoint
692
670
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestDataChangesBySyncCheckpoint
693
671
  from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequest
@@ -828,9 +806,6 @@ if TYPE_CHECKING:
828
806
  from .non_delegate_action import NonDelegateActionDeployGlobalContract
829
807
  from .non_delegate_action import NonDelegateActionUseGlobalContract
830
808
  from .non_delegate_action import NonDelegateActionDeterministicStateInit
831
- from .non_delegate_action import NonDelegateActionAddGasKey
832
- from .non_delegate_action import NonDelegateActionDeleteGasKey
833
- from .non_delegate_action import NonDelegateActionTransferToGasKey
834
809
  from .non_delegate_action import NonDelegateAction
835
810
  from .action_error import ActionError
836
811
  from .epoch_id import EpochId
@@ -939,8 +914,6 @@ if TYPE_CHECKING:
939
914
  from .rpc_query_request import RpcQueryRequestViewStateByBlockId
940
915
  from .rpc_query_request import RpcQueryRequestViewAccessKeyByBlockId
941
916
  from .rpc_query_request import RpcQueryRequestViewAccessKeyListByBlockId
942
- from .rpc_query_request import RpcQueryRequestViewGasKeyByBlockId
943
- from .rpc_query_request import RpcQueryRequestViewGasKeyListByBlockId
944
917
  from .rpc_query_request import RpcQueryRequestCallFunctionByBlockId
945
918
  from .rpc_query_request import RpcQueryRequestViewGlobalContractCodeByBlockId
946
919
  from .rpc_query_request import RpcQueryRequestViewGlobalContractCodeByAccountIdByBlockId
@@ -949,8 +922,6 @@ if TYPE_CHECKING:
949
922
  from .rpc_query_request import RpcQueryRequestViewStateByFinality
950
923
  from .rpc_query_request import RpcQueryRequestViewAccessKeyByFinality
951
924
  from .rpc_query_request import RpcQueryRequestViewAccessKeyListByFinality
952
- from .rpc_query_request import RpcQueryRequestViewGasKeyByFinality
953
- from .rpc_query_request import RpcQueryRequestViewGasKeyListByFinality
954
925
  from .rpc_query_request import RpcQueryRequestCallFunctionByFinality
955
926
  from .rpc_query_request import RpcQueryRequestViewGlobalContractCodeByFinality
956
927
  from .rpc_query_request import RpcQueryRequestViewGlobalContractCodeByAccountIdByFinality
@@ -959,8 +930,6 @@ if TYPE_CHECKING:
959
930
  from .rpc_query_request import RpcQueryRequestViewStateBySyncCheckpoint
960
931
  from .rpc_query_request import RpcQueryRequestViewAccessKeyBySyncCheckpoint
961
932
  from .rpc_query_request import RpcQueryRequestViewAccessKeyListBySyncCheckpoint
962
- from .rpc_query_request import RpcQueryRequestViewGasKeyBySyncCheckpoint
963
- from .rpc_query_request import RpcQueryRequestViewGasKeyListBySyncCheckpoint
964
933
  from .rpc_query_request import RpcQueryRequestCallFunctionBySyncCheckpoint
965
934
  from .rpc_query_request import RpcQueryRequestViewGlobalContractCodeBySyncCheckpoint
966
935
  from .rpc_query_request import RpcQueryRequestViewGlobalContractCodeByAccountIdBySyncCheckpoint
@@ -1044,12 +1013,6 @@ if TYPE_CHECKING:
1044
1013
  from .action_view import ActionViewUseGlobalContractByAccountId
1045
1014
  from .action_view import ActionViewDeterministicStateInitPayload
1046
1015
  from .action_view import ActionViewDeterministicStateInit
1047
- from .action_view import ActionViewAddGasKeyPayload
1048
- from .action_view import ActionViewAddGasKey
1049
- from .action_view import ActionViewDeleteGasKeyPayload
1050
- from .action_view import ActionViewDeleteGasKey
1051
- from .action_view import ActionViewTransferToGasKeyPayload
1052
- from .action_view import ActionViewTransferToGasKey
1053
1016
  from .action_view import ActionView
1054
1017
  from .rpc_congestion_level_request import RpcCongestionLevelRequestBlockShardId
1055
1018
  from .rpc_congestion_level_request import RpcCongestionLevelRequestChunkHash
@@ -1173,10 +1136,6 @@ __all__ = [
1173
1136
  'ActionErrorKindDeleteKeyDoesNotExist',
1174
1137
  'ActionErrorKindDeleteKeyDoesNotExistPayload',
1175
1138
  'ActionErrorKindFunctionCallError',
1176
- 'ActionErrorKindGasKeyAlreadyExists',
1177
- 'ActionErrorKindGasKeyAlreadyExistsPayload',
1178
- 'ActionErrorKindGasKeyDoesNotExist',
1179
- 'ActionErrorKindGasKeyDoesNotExistPayload',
1180
1139
  'ActionErrorKindGlobalContractDoesNotExist',
1181
1140
  'ActionErrorKindGlobalContractDoesNotExistPayload',
1182
1141
  'ActionErrorKindInsufficientStake',
@@ -1191,8 +1150,6 @@ __all__ = [
1191
1150
  'ActionErrorKindTriesToUnstake',
1192
1151
  'ActionErrorKindTriesToUnstakePayload',
1193
1152
  'ActionView',
1194
- 'ActionViewAddGasKey',
1195
- 'ActionViewAddGasKeyPayload',
1196
1153
  'ActionViewAddKey',
1197
1154
  'ActionViewAddKeyPayload',
1198
1155
  'ActionViewCreateAccount',
@@ -1200,8 +1157,6 @@ __all__ = [
1200
1157
  'ActionViewDelegatePayload',
1201
1158
  'ActionViewDeleteAccount',
1202
1159
  'ActionViewDeleteAccountPayload',
1203
- 'ActionViewDeleteGasKey',
1204
- 'ActionViewDeleteGasKeyPayload',
1205
1160
  'ActionViewDeleteKey',
1206
1161
  'ActionViewDeleteKeyPayload',
1207
1162
  'ActionViewDeployContract',
@@ -1218,8 +1173,6 @@ __all__ = [
1218
1173
  'ActionViewStakePayload',
1219
1174
  'ActionViewTransfer',
1220
1175
  'ActionViewTransferPayload',
1221
- 'ActionViewTransferToGasKey',
1222
- 'ActionViewTransferToGasKeyPayload',
1223
1176
  'ActionViewUseGlobalContract',
1224
1177
  'ActionViewUseGlobalContractByAccountId',
1225
1178
  'ActionViewUseGlobalContractByAccountIdPayload',
@@ -1242,10 +1195,6 @@ __all__ = [
1242
1195
  'ActionsValidationErrorFunctionCallMethodNameLengthExceeded',
1243
1196
  'ActionsValidationErrorFunctionCallMethodNameLengthExceededPayload',
1244
1197
  'ActionsValidationErrorFunctionCallZeroAttachedGas',
1245
- 'ActionsValidationErrorGasKeyPermissionInvalid',
1246
- 'ActionsValidationErrorGasKeyPermissionInvalidPayload',
1247
- 'ActionsValidationErrorGasKeyTooManyNoncesRequested',
1248
- 'ActionsValidationErrorGasKeyTooManyNoncesRequestedPayload',
1249
1198
  'ActionsValidationErrorIntegerOverflow',
1250
1199
  'ActionsValidationErrorInvalidAccountId',
1251
1200
  'ActionsValidationErrorInvalidAccountIdPayload',
@@ -1711,11 +1660,9 @@ __all__ = [
1711
1660
  'NetworkInfoView',
1712
1661
  'NextEpochValidatorInfo',
1713
1662
  'NonDelegateAction',
1714
- 'NonDelegateActionAddGasKey',
1715
1663
  'NonDelegateActionAddKey',
1716
1664
  'NonDelegateActionCreateAccount',
1717
1665
  'NonDelegateActionDeleteAccount',
1718
- 'NonDelegateActionDeleteGasKey',
1719
1666
  'NonDelegateActionDeleteKey',
1720
1667
  'NonDelegateActionDeployContract',
1721
1668
  'NonDelegateActionDeployGlobalContract',
@@ -1723,7 +1670,6 @@ __all__ = [
1723
1670
  'NonDelegateActionFunctionCall',
1724
1671
  'NonDelegateActionStake',
1725
1672
  'NonDelegateActionTransfer',
1726
- 'NonDelegateActionTransferToGasKey',
1727
1673
  'NonDelegateActionUseGlobalContract',
1728
1674
  'PeerId',
1729
1675
  'PeerInfoView',
@@ -1902,12 +1848,6 @@ __all__ = [
1902
1848
  'RpcQueryRequestViewCodeByBlockId',
1903
1849
  'RpcQueryRequestViewCodeByFinality',
1904
1850
  'RpcQueryRequestViewCodeBySyncCheckpoint',
1905
- 'RpcQueryRequestViewGasKeyByBlockId',
1906
- 'RpcQueryRequestViewGasKeyByFinality',
1907
- 'RpcQueryRequestViewGasKeyBySyncCheckpoint',
1908
- 'RpcQueryRequestViewGasKeyListByBlockId',
1909
- 'RpcQueryRequestViewGasKeyListByFinality',
1910
- 'RpcQueryRequestViewGasKeyListBySyncCheckpoint',
1911
1851
  'RpcQueryRequestViewGlobalContractCodeByAccountIdByBlockId',
1912
1852
  'RpcQueryRequestViewGlobalContractCodeByAccountIdByFinality',
1913
1853
  'RpcQueryRequestViewGlobalContractCodeByAccountIdBySyncCheckpoint',
@@ -1923,8 +1863,6 @@ __all__ = [
1923
1863
  'RpcQueryResponseAccountView',
1924
1864
  'RpcQueryResponseCallResult',
1925
1865
  'RpcQueryResponseContractCodeView',
1926
- 'RpcQueryResponseGasKeyList',
1927
- 'RpcQueryResponseGasKeyView',
1928
1866
  'RpcQueryResponseViewStateResult',
1929
1867
  'RpcReceiptError',
1930
1868
  'RpcReceiptErrorInternalError',
@@ -1956,9 +1894,6 @@ __all__ = [
1956
1894
  'RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesByBlockId',
1957
1895
  'RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesByFinality',
1958
1896
  'RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesBySyncCheckpoint',
1959
- 'RpcStateChangesInBlockByTypeRequestAllGasKeyChangesByBlockId',
1960
- 'RpcStateChangesInBlockByTypeRequestAllGasKeyChangesByFinality',
1961
- 'RpcStateChangesInBlockByTypeRequestAllGasKeyChangesBySyncCheckpoint',
1962
1897
  'RpcStateChangesInBlockByTypeRequestContractCodeChangesByBlockId',
1963
1898
  'RpcStateChangesInBlockByTypeRequestContractCodeChangesByFinality',
1964
1899
  'RpcStateChangesInBlockByTypeRequestContractCodeChangesBySyncCheckpoint',
@@ -1968,9 +1903,6 @@ __all__ = [
1968
1903
  'RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesByBlockId',
1969
1904
  'RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesByFinality',
1970
1905
  'RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesBySyncCheckpoint',
1971
- 'RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesByBlockId',
1972
- 'RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesByFinality',
1973
- 'RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesBySyncCheckpoint',
1974
1906
  'RpcStateChangesInBlockByTypeResponse',
1975
1907
  'RpcStateChangesInBlockRequest',
1976
1908
  'RpcStateChangesInBlockRequestBlockId',
@@ -2173,12 +2105,6 @@ __all__ = [
2173
2105
  'StateChangeWithCauseViewDataDeletionChange',
2174
2106
  'StateChangeWithCauseViewDataUpdate',
2175
2107
  'StateChangeWithCauseViewDataUpdateChange',
2176
- 'StateChangeWithCauseViewGasKeyDeletion',
2177
- 'StateChangeWithCauseViewGasKeyDeletionChange',
2178
- 'StateChangeWithCauseViewGasKeyNonceUpdate',
2179
- 'StateChangeWithCauseViewGasKeyNonceUpdateChange',
2180
- 'StateChangeWithCauseViewGasKeyUpdate',
2181
- 'StateChangeWithCauseViewGasKeyUpdateChange',
2182
2108
  'StateItem',
2183
2109
  'StateSyncConfig',
2184
2110
  'StatusSyncInfo',
@@ -2520,10 +2446,6 @@ _CLASS_TO_MODULE = {
2520
2446
  'ActionErrorKindDelegateActionNonceTooLarge': 'action_error_kind',
2521
2447
  'ActionErrorKindGlobalContractDoesNotExistPayload': 'action_error_kind',
2522
2448
  'ActionErrorKindGlobalContractDoesNotExist': 'action_error_kind',
2523
- 'ActionErrorKindGasKeyDoesNotExistPayload': 'action_error_kind',
2524
- 'ActionErrorKindGasKeyDoesNotExist': 'action_error_kind',
2525
- 'ActionErrorKindGasKeyAlreadyExistsPayload': 'action_error_kind',
2526
- 'ActionErrorKindGasKeyAlreadyExists': 'action_error_kind',
2527
2449
  'ActionErrorKind': 'action_error_kind',
2528
2450
  'JsonRpcRequestForBroadcastTxAsync': 'json_rpc_request_for_broadcast_tx_async',
2529
2451
  'RpcHealthRequest': 'rpc_health_request',
@@ -2745,12 +2667,6 @@ _CLASS_TO_MODULE = {
2745
2667
  'StateChangeWithCauseViewAccessKeyUpdate': 'state_change_with_cause_view',
2746
2668
  'StateChangeWithCauseViewAccessKeyDeletionChange': 'state_change_with_cause_view',
2747
2669
  'StateChangeWithCauseViewAccessKeyDeletion': 'state_change_with_cause_view',
2748
- 'StateChangeWithCauseViewGasKeyUpdateChange': 'state_change_with_cause_view',
2749
- 'StateChangeWithCauseViewGasKeyUpdate': 'state_change_with_cause_view',
2750
- 'StateChangeWithCauseViewGasKeyNonceUpdateChange': 'state_change_with_cause_view',
2751
- 'StateChangeWithCauseViewGasKeyNonceUpdate': 'state_change_with_cause_view',
2752
- 'StateChangeWithCauseViewGasKeyDeletionChange': 'state_change_with_cause_view',
2753
- 'StateChangeWithCauseViewGasKeyDeletion': 'state_change_with_cause_view',
2754
2670
  'StateChangeWithCauseViewDataUpdateChange': 'state_change_with_cause_view',
2755
2671
  'StateChangeWithCauseViewDataUpdate': 'state_change_with_cause_view',
2756
2672
  'StateChangeWithCauseViewDataDeletionChange': 'state_change_with_cause_view',
@@ -2825,10 +2741,6 @@ _CLASS_TO_MODULE = {
2825
2741
  'ActionsValidationErrorDeterministicStateInitKeyLengthExceeded': 'actions_validation_error',
2826
2742
  'ActionsValidationErrorDeterministicStateInitValueLengthExceededPayload': 'actions_validation_error',
2827
2743
  'ActionsValidationErrorDeterministicStateInitValueLengthExceeded': 'actions_validation_error',
2828
- 'ActionsValidationErrorGasKeyPermissionInvalidPayload': 'actions_validation_error',
2829
- 'ActionsValidationErrorGasKeyPermissionInvalid': 'actions_validation_error',
2830
- 'ActionsValidationErrorGasKeyTooManyNoncesRequestedPayload': 'actions_validation_error',
2831
- 'ActionsValidationErrorGasKeyTooManyNoncesRequested': 'actions_validation_error',
2832
2744
  'ActionsValidationError': 'actions_validation_error',
2833
2745
  'TrackedShardsConfigNoShards': 'tracked_shards_config',
2834
2746
  'TrackedShardsConfigShards': 'tracked_shards_config',
@@ -2886,8 +2798,6 @@ _CLASS_TO_MODULE = {
2886
2798
  'RpcQueryResponseCallResult': 'rpc_query_response',
2887
2799
  'RpcQueryResponseAccessKeyView': 'rpc_query_response',
2888
2800
  'RpcQueryResponseAccessKeyList': 'rpc_query_response',
2889
- 'RpcQueryResponseGasKeyView': 'rpc_query_response',
2890
- 'RpcQueryResponseGasKeyList': 'rpc_query_response',
2891
2801
  'RpcQueryResponse': 'rpc_query_response',
2892
2802
  'JsonRpcRequestForExperimentalGenesisConfig': 'json_rpc_request_for_experimental_genesis_config',
2893
2803
  'JsonRpcResponseForRpcProtocolConfigResponseAndRpcProtocolConfigErrorResult': 'json_rpc_response_for_rpc_protocol_config_response_and_rpc_protocol_config_error',
@@ -2912,23 +2822,17 @@ _CLASS_TO_MODULE = {
2912
2822
  'SignedTransactionView': 'signed_transaction_view',
2913
2823
  'RpcStateChangesInBlockByTypeRequestAccountChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
2914
2824
  'RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
2915
- 'RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
2916
2825
  'RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
2917
- 'RpcStateChangesInBlockByTypeRequestAllGasKeyChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
2918
2826
  'RpcStateChangesInBlockByTypeRequestContractCodeChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
2919
2827
  'RpcStateChangesInBlockByTypeRequestDataChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
2920
2828
  'RpcStateChangesInBlockByTypeRequestAccountChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
2921
2829
  'RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
2922
- 'RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
2923
2830
  'RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
2924
- 'RpcStateChangesInBlockByTypeRequestAllGasKeyChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
2925
2831
  'RpcStateChangesInBlockByTypeRequestContractCodeChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
2926
2832
  'RpcStateChangesInBlockByTypeRequestDataChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
2927
2833
  'RpcStateChangesInBlockByTypeRequestAccountChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
2928
2834
  'RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
2929
- 'RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
2930
2835
  'RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
2931
- 'RpcStateChangesInBlockByTypeRequestAllGasKeyChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
2932
2836
  'RpcStateChangesInBlockByTypeRequestContractCodeChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
2933
2837
  'RpcStateChangesInBlockByTypeRequestDataChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
2934
2838
  'RpcStateChangesInBlockByTypeRequest': 'rpc_state_changes_in_block_by_type_request',
@@ -3069,9 +2973,6 @@ _CLASS_TO_MODULE = {
3069
2973
  'NonDelegateActionDeployGlobalContract': 'non_delegate_action',
3070
2974
  'NonDelegateActionUseGlobalContract': 'non_delegate_action',
3071
2975
  'NonDelegateActionDeterministicStateInit': 'non_delegate_action',
3072
- 'NonDelegateActionAddGasKey': 'non_delegate_action',
3073
- 'NonDelegateActionDeleteGasKey': 'non_delegate_action',
3074
- 'NonDelegateActionTransferToGasKey': 'non_delegate_action',
3075
2976
  'NonDelegateAction': 'non_delegate_action',
3076
2977
  'ActionError': 'action_error',
3077
2978
  'EpochId': 'epoch_id',
@@ -3180,8 +3081,6 @@ _CLASS_TO_MODULE = {
3180
3081
  'RpcQueryRequestViewStateByBlockId': 'rpc_query_request',
3181
3082
  'RpcQueryRequestViewAccessKeyByBlockId': 'rpc_query_request',
3182
3083
  'RpcQueryRequestViewAccessKeyListByBlockId': 'rpc_query_request',
3183
- 'RpcQueryRequestViewGasKeyByBlockId': 'rpc_query_request',
3184
- 'RpcQueryRequestViewGasKeyListByBlockId': 'rpc_query_request',
3185
3084
  'RpcQueryRequestCallFunctionByBlockId': 'rpc_query_request',
3186
3085
  'RpcQueryRequestViewGlobalContractCodeByBlockId': 'rpc_query_request',
3187
3086
  'RpcQueryRequestViewGlobalContractCodeByAccountIdByBlockId': 'rpc_query_request',
@@ -3190,8 +3089,6 @@ _CLASS_TO_MODULE = {
3190
3089
  'RpcQueryRequestViewStateByFinality': 'rpc_query_request',
3191
3090
  'RpcQueryRequestViewAccessKeyByFinality': 'rpc_query_request',
3192
3091
  'RpcQueryRequestViewAccessKeyListByFinality': 'rpc_query_request',
3193
- 'RpcQueryRequestViewGasKeyByFinality': 'rpc_query_request',
3194
- 'RpcQueryRequestViewGasKeyListByFinality': 'rpc_query_request',
3195
3092
  'RpcQueryRequestCallFunctionByFinality': 'rpc_query_request',
3196
3093
  'RpcQueryRequestViewGlobalContractCodeByFinality': 'rpc_query_request',
3197
3094
  'RpcQueryRequestViewGlobalContractCodeByAccountIdByFinality': 'rpc_query_request',
@@ -3200,8 +3097,6 @@ _CLASS_TO_MODULE = {
3200
3097
  'RpcQueryRequestViewStateBySyncCheckpoint': 'rpc_query_request',
3201
3098
  'RpcQueryRequestViewAccessKeyBySyncCheckpoint': 'rpc_query_request',
3202
3099
  'RpcQueryRequestViewAccessKeyListBySyncCheckpoint': 'rpc_query_request',
3203
- 'RpcQueryRequestViewGasKeyBySyncCheckpoint': 'rpc_query_request',
3204
- 'RpcQueryRequestViewGasKeyListBySyncCheckpoint': 'rpc_query_request',
3205
3100
  'RpcQueryRequestCallFunctionBySyncCheckpoint': 'rpc_query_request',
3206
3101
  'RpcQueryRequestViewGlobalContractCodeBySyncCheckpoint': 'rpc_query_request',
3207
3102
  'RpcQueryRequestViewGlobalContractCodeByAccountIdBySyncCheckpoint': 'rpc_query_request',
@@ -3285,12 +3180,6 @@ _CLASS_TO_MODULE = {
3285
3180
  'ActionViewUseGlobalContractByAccountId': 'action_view',
3286
3181
  'ActionViewDeterministicStateInitPayload': 'action_view',
3287
3182
  'ActionViewDeterministicStateInit': 'action_view',
3288
- 'ActionViewAddGasKeyPayload': 'action_view',
3289
- 'ActionViewAddGasKey': 'action_view',
3290
- 'ActionViewDeleteGasKeyPayload': 'action_view',
3291
- 'ActionViewDeleteGasKey': 'action_view',
3292
- 'ActionViewTransferToGasKeyPayload': 'action_view',
3293
- 'ActionViewTransferToGasKey': 'action_view',
3294
3183
  'ActionView': 'action_view',
3295
3184
  'RpcCongestionLevelRequestBlockShardId': 'rpc_congestion_level_request',
3296
3185
  'RpcCongestionLevelRequestChunkHash': 'rpc_congestion_level_request',
@@ -181,20 +181,6 @@ class ActionErrorKindGlobalContractDoesNotExistPayload(BaseModel):
181
181
  class ActionErrorKindGlobalContractDoesNotExist(StrictBaseModel):
182
182
  GlobalContractDoesNotExist: ActionErrorKindGlobalContractDoesNotExistPayload
183
183
 
184
- class ActionErrorKindGasKeyDoesNotExistPayload(BaseModel):
185
- account_id: AccountId
186
- public_key: PublicKey
187
-
188
- class ActionErrorKindGasKeyDoesNotExist(StrictBaseModel):
189
- GasKeyDoesNotExist: ActionErrorKindGasKeyDoesNotExistPayload
190
-
191
- class ActionErrorKindGasKeyAlreadyExistsPayload(BaseModel):
192
- account_id: AccountId
193
- public_key: PublicKey
194
-
195
- class ActionErrorKindGasKeyAlreadyExists(StrictBaseModel):
196
- GasKeyAlreadyExists: ActionErrorKindGasKeyAlreadyExistsPayload
197
-
198
- class ActionErrorKind(RootModel[Union[ActionErrorKindAccountAlreadyExists, ActionErrorKindAccountDoesNotExist, ActionErrorKindCreateAccountOnlyByRegistrar, ActionErrorKindCreateAccountNotAllowed, ActionErrorKindActorNoPermission, ActionErrorKindDeleteKeyDoesNotExist, ActionErrorKindAddKeyAlreadyExists, ActionErrorKindDeleteAccountStaking, ActionErrorKindLackBalanceForState, ActionErrorKindTriesToUnstake, ActionErrorKindTriesToStake, ActionErrorKindInsufficientStake, ActionErrorKindFunctionCallError, ActionErrorKindNewReceiptValidationError, ActionErrorKindOnlyImplicitAccountCreationAllowed, ActionErrorKindDeleteAccountWithLargeState, ActionErrorKindDelegateActionInvalidSignature, ActionErrorKindDelegateActionSenderDoesNotMatchTxReceiver, ActionErrorKindDelegateActionExpired, ActionErrorKindDelegateActionAccessKeyError, ActionErrorKindDelegateActionInvalidNonce, ActionErrorKindDelegateActionNonceTooLarge, ActionErrorKindGlobalContractDoesNotExist, ActionErrorKindGasKeyDoesNotExist, ActionErrorKindGasKeyAlreadyExists]]):
184
+ class ActionErrorKind(RootModel[Union[ActionErrorKindAccountAlreadyExists, ActionErrorKindAccountDoesNotExist, ActionErrorKindCreateAccountOnlyByRegistrar, ActionErrorKindCreateAccountNotAllowed, ActionErrorKindActorNoPermission, ActionErrorKindDeleteKeyDoesNotExist, ActionErrorKindAddKeyAlreadyExists, ActionErrorKindDeleteAccountStaking, ActionErrorKindLackBalanceForState, ActionErrorKindTriesToUnstake, ActionErrorKindTriesToStake, ActionErrorKindInsufficientStake, ActionErrorKindFunctionCallError, ActionErrorKindNewReceiptValidationError, ActionErrorKindOnlyImplicitAccountCreationAllowed, ActionErrorKindDeleteAccountWithLargeState, ActionErrorKindDelegateActionInvalidSignature, ActionErrorKindDelegateActionSenderDoesNotMatchTxReceiver, ActionErrorKindDelegateActionExpired, ActionErrorKindDelegateActionAccessKeyError, ActionErrorKindDelegateActionInvalidNonce, ActionErrorKindDelegateActionNonceTooLarge, ActionErrorKindGlobalContractDoesNotExist]]):
199
185
  pass
200
186
 
@@ -1,4 +1,3 @@
1
- from near_jsonrpc_models.access_key_permission_view import AccessKeyPermissionView
2
1
  from near_jsonrpc_models.access_key_view import AccessKeyView
3
2
  from near_jsonrpc_models.account_id import AccountId
4
3
  from near_jsonrpc_models.crypto_hash import CryptoHash
@@ -12,7 +11,6 @@ from near_jsonrpc_models.signature import Signature
12
11
  from near_jsonrpc_models.strict_model import StrictBaseModel
13
12
  from pydantic import BaseModel
14
13
  from pydantic import RootModel
15
- from pydantic import conint
16
14
  from typing import Dict
17
15
  from typing import Literal
18
16
  from typing import Union
@@ -107,27 +105,6 @@ class ActionViewDeterministicStateInitPayload(BaseModel):
107
105
  class ActionViewDeterministicStateInit(StrictBaseModel):
108
106
  DeterministicStateInit: ActionViewDeterministicStateInitPayload
109
107
 
110
- class ActionViewAddGasKeyPayload(BaseModel):
111
- num_nonces: conint(ge=0, le=4294967295)
112
- permission: AccessKeyPermissionView
113
- public_key: PublicKey
114
-
115
- class ActionViewAddGasKey(StrictBaseModel):
116
- AddGasKey: ActionViewAddGasKeyPayload
117
-
118
- class ActionViewDeleteGasKeyPayload(BaseModel):
119
- public_key: PublicKey
120
-
121
- class ActionViewDeleteGasKey(StrictBaseModel):
122
- DeleteGasKey: ActionViewDeleteGasKeyPayload
123
-
124
- class ActionViewTransferToGasKeyPayload(BaseModel):
125
- amount: NearToken
126
- public_key: PublicKey
127
-
128
- class ActionViewTransferToGasKey(StrictBaseModel):
129
- TransferToGasKey: ActionViewTransferToGasKeyPayload
130
-
131
- class ActionView(RootModel[Union[ActionViewCreateAccount, ActionViewDeployContract, ActionViewFunctionCall, ActionViewTransfer, ActionViewStake, ActionViewAddKey, ActionViewDeleteKey, ActionViewDeleteAccount, ActionViewDelegate, ActionViewDeployGlobalContract, ActionViewDeployGlobalContractByAccountId, ActionViewUseGlobalContract, ActionViewUseGlobalContractByAccountId, ActionViewDeterministicStateInit, ActionViewAddGasKey, ActionViewDeleteGasKey, ActionViewTransferToGasKey]]):
108
+ class ActionView(RootModel[Union[ActionViewCreateAccount, ActionViewDeployContract, ActionViewFunctionCall, ActionViewTransfer, ActionViewStake, ActionViewAddKey, ActionViewDeleteKey, ActionViewDeleteAccount, ActionViewDelegate, ActionViewDeployGlobalContract, ActionViewDeployGlobalContractByAccountId, ActionViewUseGlobalContract, ActionViewUseGlobalContractByAccountId, ActionViewDeterministicStateInit]]):
132
109
  pass
133
110
 
@@ -1,6 +1,5 @@
1
1
  """Describes the error for validating a list of actions."""
2
2
 
3
- from near_jsonrpc_models.access_key_permission import AccessKeyPermission
4
3
  from near_jsonrpc_models.account_id import AccountId
5
4
  from near_jsonrpc_models.near_gas import NearGas
6
5
  from near_jsonrpc_models.public_key import PublicKey
@@ -132,19 +131,6 @@ class ActionsValidationErrorDeterministicStateInitValueLengthExceededPayload(Bas
132
131
  class ActionsValidationErrorDeterministicStateInitValueLengthExceeded(StrictBaseModel):
133
132
  DeterministicStateInitValueLengthExceeded: ActionsValidationErrorDeterministicStateInitValueLengthExceededPayload
134
133
 
135
- class ActionsValidationErrorGasKeyPermissionInvalidPayload(BaseModel):
136
- permission: AccessKeyPermission
137
-
138
- class ActionsValidationErrorGasKeyPermissionInvalid(StrictBaseModel):
139
- GasKeyPermissionInvalid: ActionsValidationErrorGasKeyPermissionInvalidPayload
140
-
141
- class ActionsValidationErrorGasKeyTooManyNoncesRequestedPayload(BaseModel):
142
- limit: conint(ge=0, le=4294967295)
143
- requested_nonces: conint(ge=0, le=4294967295)
144
-
145
- class ActionsValidationErrorGasKeyTooManyNoncesRequested(StrictBaseModel):
146
- GasKeyTooManyNoncesRequested: ActionsValidationErrorGasKeyTooManyNoncesRequestedPayload
147
-
148
- class ActionsValidationError(RootModel[Union[ActionsValidationErrorDeleteActionMustBeFinal, ActionsValidationErrorTotalPrepaidGasExceeded, ActionsValidationErrorTotalNumberOfActionsExceeded, ActionsValidationErrorAddKeyMethodNamesNumberOfBytesExceeded, ActionsValidationErrorAddKeyMethodNameLengthExceeded, ActionsValidationErrorIntegerOverflow, ActionsValidationErrorInvalidAccountId, ActionsValidationErrorContractSizeExceeded, ActionsValidationErrorFunctionCallMethodNameLengthExceeded, ActionsValidationErrorFunctionCallArgumentsLengthExceeded, ActionsValidationErrorUnsuitableStakingKey, ActionsValidationErrorFunctionCallZeroAttachedGas, ActionsValidationErrorDelegateActionMustBeOnlyOne, ActionsValidationErrorUnsupportedProtocolFeature, ActionsValidationErrorInvalidDeterministicStateInitReceiver, ActionsValidationErrorDeterministicStateInitKeyLengthExceeded, ActionsValidationErrorDeterministicStateInitValueLengthExceeded, ActionsValidationErrorGasKeyPermissionInvalid, ActionsValidationErrorGasKeyTooManyNoncesRequested]]):
134
+ class ActionsValidationError(RootModel[Union[ActionsValidationErrorDeleteActionMustBeFinal, ActionsValidationErrorTotalPrepaidGasExceeded, ActionsValidationErrorTotalNumberOfActionsExceeded, ActionsValidationErrorAddKeyMethodNamesNumberOfBytesExceeded, ActionsValidationErrorAddKeyMethodNameLengthExceeded, ActionsValidationErrorIntegerOverflow, ActionsValidationErrorInvalidAccountId, ActionsValidationErrorContractSizeExceeded, ActionsValidationErrorFunctionCallMethodNameLengthExceeded, ActionsValidationErrorFunctionCallArgumentsLengthExceeded, ActionsValidationErrorUnsuitableStakingKey, ActionsValidationErrorFunctionCallZeroAttachedGas, ActionsValidationErrorDelegateActionMustBeOnlyOne, ActionsValidationErrorUnsupportedProtocolFeature, ActionsValidationErrorInvalidDeterministicStateInitReceiver, ActionsValidationErrorDeterministicStateInitKeyLengthExceeded, ActionsValidationErrorDeterministicStateInitValueLengthExceeded]]):
149
135
  pass
150
136
 
@@ -1,23 +1,22 @@
1
- """Configuration for dynamic resharding feature"""
1
+ """Configuration for dynamic resharding feature
2
+ See [`DynamicReshardingConfig`] for more details."""
2
3
 
4
+ from near_jsonrpc_models.shard_id import ShardId
3
5
  from pydantic import BaseModel
4
6
  from pydantic import conint
7
+ from typing import List
5
8
 
6
9
 
7
10
  class DynamicReshardingConfigView(BaseModel):
11
+ # Shards that should **not** be split even when they meet the regular split criteria.
12
+ block_split_shards: List[ShardId]
13
+ # Shards that should be split even when they don't meet the regular split criteria.
14
+ force_split_shards: List[ShardId]
8
15
  # Maximum number of shards in the network.
9
- #
10
- # See [`CongestionControlConfig`] for more details.
11
16
  max_number_of_shards: conint(ge=0, le=18446744073709551615)
12
17
  # Memory threshold over which a shard is marked for a split.
13
- #
14
- # See [`CongestionControlConfig`] for more details.
15
18
  memory_usage_threshold: conint(ge=0, le=18446744073709551615)
16
19
  # Minimum memory usage of a child shard.
17
- #
18
- # See [`CongestionControlConfig`] for more details.
19
20
  min_child_memory_usage: conint(ge=0, le=18446744073709551615)
20
21
  # Minimum number of epochs until next resharding can be scheduled.
21
- #
22
- # See [`CongestionControlConfig`] for more details.
23
22
  min_epochs_between_resharding: conint(ge=0, le=18446744073709551615)
@@ -0,0 +1,14 @@
1
+ from near_jsonrpc_models.duration_as_std_schema_provider import DurationAsStdSchemaProvider
2
+ from pydantic import BaseModel
3
+ from pydantic import conint
4
+
5
+
6
+ class EpochSyncConfig(BaseModel):
7
+ # This serves as two purposes: (1) the node will not epoch sync and instead resort to
8
+ # header sync, if the genesis block is within this many blocks from the current block;
9
+ # (2) the node will reject an epoch sync proof if the provided proof is for an epoch
10
+ # that is more than this many blocks behind the current block.
11
+ epoch_sync_horizon: conint(ge=0, le=18446744073709551615) = None
12
+ # Timeout for epoch sync requests. The node will continue retrying indefinitely even
13
+ # if this timeout is exceeded.
14
+ timeout_for_epoch_sync: DurationAsStdSchemaProvider = None
@@ -1,10 +1,8 @@
1
1
  """An Action that can be included in a transaction or receipt, excluding delegate actions. This type represents all possible action types except DelegateAction to prevent infinite recursion in meta-transactions."""
2
2
 
3
- from near_jsonrpc_models.add_gas_key_action import AddGasKeyAction
4
3
  from near_jsonrpc_models.add_key_action import AddKeyAction
5
4
  from near_jsonrpc_models.create_account_action import CreateAccountAction
6
5
  from near_jsonrpc_models.delete_account_action import DeleteAccountAction
7
- from near_jsonrpc_models.delete_gas_key_action import DeleteGasKeyAction
8
6
  from near_jsonrpc_models.delete_key_action import DeleteKeyAction
9
7
  from near_jsonrpc_models.deploy_contract_action import DeployContractAction
10
8
  from near_jsonrpc_models.deploy_global_contract_action import DeployGlobalContractAction
@@ -13,7 +11,6 @@ from near_jsonrpc_models.function_call_action import FunctionCallAction
13
11
  from near_jsonrpc_models.stake_action import StakeAction
14
12
  from near_jsonrpc_models.strict_model import StrictBaseModel
15
13
  from near_jsonrpc_models.transfer_action import TransferAction
16
- from near_jsonrpc_models.transfer_to_gas_key_action import TransferToGasKeyAction
17
14
  from near_jsonrpc_models.use_global_contract_action import UseGlobalContractAction
18
15
  from pydantic import BaseModel
19
16
  from pydantic import RootModel
@@ -57,15 +54,6 @@ class NonDelegateActionUseGlobalContract(StrictBaseModel):
57
54
  class NonDelegateActionDeterministicStateInit(StrictBaseModel):
58
55
  DeterministicStateInit: DeterministicStateInitAction
59
56
 
60
- class NonDelegateActionAddGasKey(StrictBaseModel):
61
- AddGasKey: AddGasKeyAction
62
-
63
- class NonDelegateActionDeleteGasKey(StrictBaseModel):
64
- DeleteGasKey: DeleteGasKeyAction
65
-
66
- class NonDelegateActionTransferToGasKey(StrictBaseModel):
67
- TransferToGasKey: TransferToGasKeyAction
68
-
69
- class NonDelegateAction(RootModel[Union[NonDelegateActionCreateAccount, NonDelegateActionDeployContract, NonDelegateActionFunctionCall, NonDelegateActionTransfer, NonDelegateActionStake, NonDelegateActionAddKey, NonDelegateActionDeleteKey, NonDelegateActionDeleteAccount, NonDelegateActionDeployGlobalContract, NonDelegateActionUseGlobalContract, NonDelegateActionDeterministicStateInit, NonDelegateActionAddGasKey, NonDelegateActionDeleteGasKey, NonDelegateActionTransferToGasKey]]):
57
+ class NonDelegateAction(RootModel[Union[NonDelegateActionCreateAccount, NonDelegateActionDeployContract, NonDelegateActionFunctionCall, NonDelegateActionTransfer, NonDelegateActionStake, NonDelegateActionAddKey, NonDelegateActionDeleteKey, NonDelegateActionDeleteAccount, NonDelegateActionDeployGlobalContract, NonDelegateActionUseGlobalContract, NonDelegateActionDeterministicStateInit]]):
70
58
  pass
71
59