near-jsonrpc-client 1.0.23__tar.gz → 1.0.25__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.
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/PKG-INFO +1 -1
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client/api_methods_async.py +0 -22
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client/api_methods_sync.py +0 -22
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client.egg-info/PKG-INFO +1 -1
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client.egg-info/SOURCES.txt +2 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/__init__.py +57 -84
- near_jsonrpc_client-1.0.25/near_jsonrpc_models/access_key_permission.py +34 -0
- near_jsonrpc_client-1.0.25/near_jsonrpc_models/access_key_permission_view.py +43 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/action_error_kind.py +8 -4
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/action_view.py +8 -17
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/actions_validation_error.py +12 -8
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/block_header_view.py +4 -0
- near_jsonrpc_client-1.0.25/near_jsonrpc_models/epoch_sync_config.py +14 -0
- near_jsonrpc_client-1.0.25/near_jsonrpc_models/gas_key_info.py +8 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/non_delegate_action.py +5 -9
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/receipt_view.py +1 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_query_request.py +7 -22
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_query_response.py +2 -11
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_receipt_response.py +1 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_state_changes_in_block_by_type_request.py +1 -31
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/runtime_config_view.py +0 -4
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/signed_transaction_view.py +2 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/state_change_with_cause_view.py +1 -21
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/transfer_to_gas_key_action.py +4 -0
- near_jsonrpc_client-1.0.25/near_jsonrpc_models/withdraw_from_gas_key_action.py +12 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/pyproject.toml +1 -1
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/tests/test_api_integration_mocked.py +0 -146
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/tests/test_model_serialization.py +18 -256
- near_jsonrpc_client-1.0.23/near_jsonrpc_models/access_key_permission.py +0 -21
- near_jsonrpc_client-1.0.23/near_jsonrpc_models/access_key_permission_view.py +0 -25
- near_jsonrpc_client-1.0.23/near_jsonrpc_models/epoch_sync_config.py +0 -25
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/LICENSE +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/README.md +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client/__init__.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client/base_client.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client/client.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client/errors.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client/transport.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client.egg-info/dependency_links.txt +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client.egg-info/requires.txt +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client.egg-info/top_level.txt +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/access_key.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/access_key_creation_config_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/access_key_info_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/access_key_list.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/access_key_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/account_creation_config_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/account_data_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/account_id.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/account_id_validity_rules_version.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/account_info.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/account_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/account_with_public_key.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/action_creation_config_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/action_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/add_gas_key_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/add_key_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/bandwidth_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/bandwidth_request_bitmap.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/bandwidth_requests.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/bandwidth_requests_v1.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/block_header_inner_lite_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/block_id.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/block_reference.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/block_status_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/call_result.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/catchup_status_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/chunk_distribution_network_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/chunk_distribution_uris.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/chunk_hash.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/chunk_header_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/cloud_archival_writer_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/compilation_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/congestion_control_config_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/congestion_info_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/contract_code_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/cost_gas_used.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/create_account_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/crypto_hash.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/current_epoch_validator_info.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/data_receipt_creation_config_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/data_receiver_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/delegate_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/delete_account_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/delete_gas_key_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/delete_key_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/deploy_contract_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/deploy_global_contract_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/detailed_debug_status.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/deterministic_account_state_init.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/deterministic_account_state_init_v1.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/deterministic_state_init_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/direction.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/dump_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/duration_as_std_schema_provider.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/dynamic_resharding_config_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/epoch_id.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_genesis_config_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_block_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_call_function_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_chunk_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_client_config_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_gas_price_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_light_client_next_block_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_light_client_proof_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_maintenance_windows_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_network_info_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_protocol_config_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_query_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_receipt_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_split_storage_info_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_state_changes_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_status_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_transaction_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_validator_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_view_access_key_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_view_access_key_list_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_view_account_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_view_code_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_view_gas_key_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_view_gas_key_list_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/error_wrapper_for_rpc_view_state_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/execution_metadata_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/execution_outcome_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/execution_outcome_with_id_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/execution_status_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/ext_costs_config_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/external_storage_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/external_storage_location.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/fee.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/final_execution_outcome_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/final_execution_outcome_with_receipt_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/final_execution_status.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/finality.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/function_args.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/function_call_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/function_call_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/function_call_permission.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/gas_key.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/gas_key_info_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/gas_key_list.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/gas_key_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/gcconfig.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/genesis_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/genesis_config_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/genesis_config_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/global_contract_deploy_mode.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/global_contract_identifier.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/global_contract_identifier_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/host_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/internal_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/invalid_access_key_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/invalid_tx_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_block.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_block_effects.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_broadcast_tx_async.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_broadcast_tx_commit.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_changes.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_chunk.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_client_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_call_function.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_changes.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_changes_in_block.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_congestion_level.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_genesis_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_light_client_block_proof.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_light_client_proof.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_maintenance_windows.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_protocol_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_receipt.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_split_storage_info.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_tx_status.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_validators_ordered.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_view_access_key.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_view_access_key_list.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_view_account.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_view_code.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_view_gas_key.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_view_gas_key_list.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_experimental_view_state.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_gas_price.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_genesis_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_health.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_light_client_proof.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_maintenance_windows.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_network_info.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_next_light_client_block.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_query.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_send_tx.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_status.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_tx.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_request_for_validators.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_array_of_range_of_uint64_and_rpc_maintenance_windows_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_array_of_validator_stake_view_and_rpc_validator_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_crypto_hash_and_rpc_transaction_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_genesis_config_and_genesis_config_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_nullable_rpc_health_response_and_rpc_status_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_block_response_and_rpc_block_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_call_function_response_and_rpc_call_function_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_chunk_response_and_rpc_chunk_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_client_config_response_and_rpc_client_config_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_congestion_level_response_and_rpc_chunk_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_gas_price_response_and_rpc_gas_price_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_light_client_block_proof_response_and_rpc_light_client_proof_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_light_client_execution_proof_response_and_rpc_light_client_proof_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_light_client_next_block_response_and_rpc_light_client_next_block_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_network_info_response_and_rpc_network_info_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_protocol_config_response_and_rpc_protocol_config_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_query_response_and_rpc_query_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_receipt_response_and_rpc_receipt_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_split_storage_info_response_and_rpc_split_storage_info_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_state_changes_in_block_by_type_response_and_rpc_state_changes_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_state_changes_in_block_response_and_rpc_state_changes_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_status_response_and_rpc_status_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_transaction_response_and_rpc_transaction_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_validator_response_and_rpc_validator_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_view_access_key_list_response_and_rpc_view_access_key_list_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_view_access_key_response_and_rpc_view_access_key_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_view_account_response_and_rpc_view_account_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_view_code_response_and_rpc_view_code_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_view_gas_key_list_response_and_rpc_view_gas_key_list_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_view_gas_key_response_and_rpc_view_gas_key_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/json_rpc_response_for_rpc_view_state_response_and_rpc_view_state_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/known_producer_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/light_client_block_lite_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/limit_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/log_summary_style.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/merkle_path_item.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/method_resolve_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/missing_trie_value.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/missing_trie_value_context.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/mutable_config_value.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/near_gas.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/near_token.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/network_info_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/next_epoch_validator_info.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/peer_id.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/peer_info_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/prepare_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/protocol_version_check_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/public_key.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/range_of_uint64.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/receipt_enum_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/receipt_validation_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_block_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_block_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_block_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_call_function_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_call_function_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_call_function_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_chunk_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_chunk_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_chunk_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_client_config_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_client_config_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_client_config_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_congestion_level_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_congestion_level_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_gas_price_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_gas_price_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_gas_price_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_health_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_health_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_known_producer.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_light_client_block_proof_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_light_client_block_proof_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_light_client_execution_proof_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_light_client_execution_proof_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_light_client_next_block_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_light_client_next_block_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_light_client_next_block_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_light_client_proof_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_maintenance_windows_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_maintenance_windows_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_network_info_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_network_info_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_network_info_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_peer_info.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_protocol_config_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_protocol_config_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_protocol_config_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_query_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_receipt_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_receipt_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_request_validation_error_kind.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_send_transaction_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_split_storage_info_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_split_storage_info_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_split_storage_info_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_state_changes_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_state_changes_in_block_by_type_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_state_changes_in_block_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_state_changes_in_block_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_status_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_status_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_status_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_transaction_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_transaction_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_transaction_status_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_validator_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_validator_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_validator_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_validators_ordered_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_access_key_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_access_key_list_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_access_key_list_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_access_key_list_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_access_key_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_access_key_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_account_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_account_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_account_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_code_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_code_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_code_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_gas_key_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_gas_key_list_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_gas_key_list_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_gas_key_list_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_gas_key_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_gas_key_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_state_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_state_request.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/rpc_view_state_response.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/runtime_fees_config_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/shard_id.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/shard_layout.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/shard_layout_v0.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/shard_layout_v1.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/shard_layout_v2.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/shard_layout_v3.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/shard_uid.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/signature.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/signed_delegate_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/signed_transaction.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/slashed_validator.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/stake_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/state_change_cause_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/state_change_kind_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/state_item.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/state_sync_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/status_sync_info.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/storage_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/storage_get_mode.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/storage_usage_config_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/store_key.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/store_value.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/strict_model.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/sync_checkpoint.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/sync_concurrency.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/sync_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/tier1proxy_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/tracked_shards_config.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/transfer_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/tx_execution_error.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/tx_execution_status.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/use_global_contract_action.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/validator_info.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/validator_kickout_reason.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/validator_kickout_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/validator_stake_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/validator_stake_view_v1.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/version.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/view_state_result.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/vmconfig_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/vmkind.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/wasm_trap.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_models/witness_config_view.py +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/setup.cfg +0 -0
- {near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/setup.py +0 -0
{near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client/api_methods_async.py
RENAMED
|
@@ -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.
|
{near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client/api_methods_sync.py
RENAMED
|
@@ -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.
|
{near_jsonrpc_client-1.0.23 → near_jsonrpc_client-1.0.25}/near_jsonrpc_client.egg-info/SOURCES.txt
RENAMED
|
@@ -120,6 +120,7 @@ near_jsonrpc_models/function_call_action.py
|
|
|
120
120
|
near_jsonrpc_models/function_call_error.py
|
|
121
121
|
near_jsonrpc_models/function_call_permission.py
|
|
122
122
|
near_jsonrpc_models/gas_key.py
|
|
123
|
+
near_jsonrpc_models/gas_key_info.py
|
|
123
124
|
near_jsonrpc_models/gas_key_info_view.py
|
|
124
125
|
near_jsonrpc_models/gas_key_list.py
|
|
125
126
|
near_jsonrpc_models/gas_key_view.py
|
|
@@ -358,6 +359,7 @@ near_jsonrpc_models/view_state_result.py
|
|
|
358
359
|
near_jsonrpc_models/vmconfig_view.py
|
|
359
360
|
near_jsonrpc_models/vmkind.py
|
|
360
361
|
near_jsonrpc_models/wasm_trap.py
|
|
362
|
+
near_jsonrpc_models/withdraw_from_gas_key_action.py
|
|
361
363
|
near_jsonrpc_models/witness_config_view.py
|
|
362
364
|
tests/test_api_integration_mocked.py
|
|
363
365
|
tests/test_model_serialization.py
|
|
@@ -69,6 +69,10 @@ if TYPE_CHECKING:
|
|
|
69
69
|
from .access_key_permission_view import AccessKeyPermissionViewFullAccess
|
|
70
70
|
from .access_key_permission_view import AccessKeyPermissionViewFunctionCallPayload
|
|
71
71
|
from .access_key_permission_view import AccessKeyPermissionViewFunctionCall
|
|
72
|
+
from .access_key_permission_view import AccessKeyPermissionViewGasKeyFunctionCallPayload
|
|
73
|
+
from .access_key_permission_view import AccessKeyPermissionViewGasKeyFunctionCall
|
|
74
|
+
from .access_key_permission_view import AccessKeyPermissionViewGasKeyFullAccessPayload
|
|
75
|
+
from .access_key_permission_view import AccessKeyPermissionViewGasKeyFullAccess
|
|
72
76
|
from .access_key_permission_view import AccessKeyPermissionView
|
|
73
77
|
from .rpc_view_code_response import RpcViewCodeResponse
|
|
74
78
|
from .rpc_view_account_request import RpcViewAccountRequestBlockId
|
|
@@ -202,6 +206,7 @@ if TYPE_CHECKING:
|
|
|
202
206
|
from .json_rpc_response_for_array_of_range_of_uint64_and_rpc_maintenance_windows_error import JsonRpcResponseForArrayOfRangeOfUint64AndRpcMaintenanceWindowsErrorError
|
|
203
207
|
from .json_rpc_response_for_array_of_range_of_uint64_and_rpc_maintenance_windows_error import JsonRpcResponseForArrayOfRangeOfUint64AndRpcMaintenanceWindowsError
|
|
204
208
|
from .rpc_call_function_response import RpcCallFunctionResponse
|
|
209
|
+
from .withdraw_from_gas_key_action import WithdrawFromGasKeyAction
|
|
205
210
|
from .rpc_split_storage_info_error import RpcSplitStorageInfoErrorInternalErrorInfo
|
|
206
211
|
from .rpc_split_storage_info_error import RpcSplitStorageInfoErrorInternalError
|
|
207
212
|
from .rpc_split_storage_info_error import RpcSplitStorageInfoError
|
|
@@ -281,8 +286,8 @@ if TYPE_CHECKING:
|
|
|
281
286
|
from .action_error_kind import ActionErrorKindGlobalContractDoesNotExist
|
|
282
287
|
from .action_error_kind import ActionErrorKindGasKeyDoesNotExistPayload
|
|
283
288
|
from .action_error_kind import ActionErrorKindGasKeyDoesNotExist
|
|
284
|
-
from .action_error_kind import
|
|
285
|
-
from .action_error_kind import
|
|
289
|
+
from .action_error_kind import ActionErrorKindInsufficientGasKeyBalancePayload
|
|
290
|
+
from .action_error_kind import ActionErrorKindInsufficientGasKeyBalance
|
|
286
291
|
from .action_error_kind import ActionErrorKind
|
|
287
292
|
from .json_rpc_request_for_broadcast_tx_async import JsonRpcRequestForBroadcastTxAsync
|
|
288
293
|
from .rpc_health_request import RpcHealthRequest
|
|
@@ -346,6 +351,8 @@ if TYPE_CHECKING:
|
|
|
346
351
|
from .rpc_state_changes_in_block_request import RpcStateChangesInBlockRequest
|
|
347
352
|
from .access_key_permission import AccessKeyPermissionFunctionCall
|
|
348
353
|
from .access_key_permission import AccessKeyPermissionFullAccess
|
|
354
|
+
from .access_key_permission import AccessKeyPermissionGasKeyFunctionCall
|
|
355
|
+
from .access_key_permission import AccessKeyPermissionGasKeyFullAccess
|
|
349
356
|
from .access_key_permission import AccessKeyPermission
|
|
350
357
|
from .detailed_debug_status import DetailedDebugStatus
|
|
351
358
|
from .store_value import StoreValue
|
|
@@ -504,12 +511,8 @@ if TYPE_CHECKING:
|
|
|
504
511
|
from .state_change_with_cause_view import StateChangeWithCauseViewAccessKeyUpdate
|
|
505
512
|
from .state_change_with_cause_view import StateChangeWithCauseViewAccessKeyDeletionChange
|
|
506
513
|
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
514
|
from .state_change_with_cause_view import StateChangeWithCauseViewGasKeyNonceUpdateChange
|
|
510
515
|
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
516
|
from .state_change_with_cause_view import StateChangeWithCauseViewDataUpdateChange
|
|
514
517
|
from .state_change_with_cause_view import StateChangeWithCauseViewDataUpdate
|
|
515
518
|
from .state_change_with_cause_view import StateChangeWithCauseViewDataDeletionChange
|
|
@@ -584,10 +587,11 @@ if TYPE_CHECKING:
|
|
|
584
587
|
from .actions_validation_error import ActionsValidationErrorDeterministicStateInitKeyLengthExceeded
|
|
585
588
|
from .actions_validation_error import ActionsValidationErrorDeterministicStateInitValueLengthExceededPayload
|
|
586
589
|
from .actions_validation_error import ActionsValidationErrorDeterministicStateInitValueLengthExceeded
|
|
587
|
-
from .actions_validation_error import ActionsValidationErrorGasKeyPermissionInvalidPayload
|
|
588
|
-
from .actions_validation_error import ActionsValidationErrorGasKeyPermissionInvalid
|
|
589
590
|
from .actions_validation_error import ActionsValidationErrorGasKeyTooManyNoncesRequestedPayload
|
|
590
591
|
from .actions_validation_error import ActionsValidationErrorGasKeyTooManyNoncesRequested
|
|
592
|
+
from .actions_validation_error import ActionsValidationErrorAddGasKeyWithNonZeroBalancePayload
|
|
593
|
+
from .actions_validation_error import ActionsValidationErrorAddGasKeyWithNonZeroBalance
|
|
594
|
+
from .actions_validation_error import ActionsValidationErrorGasKeyFunctionCallAllowanceNotAllowed
|
|
591
595
|
from .actions_validation_error import ActionsValidationError
|
|
592
596
|
from .tracked_shards_config import TrackedShardsConfigNoShards
|
|
593
597
|
from .tracked_shards_config import TrackedShardsConfigShards
|
|
@@ -645,8 +649,6 @@ if TYPE_CHECKING:
|
|
|
645
649
|
from .rpc_query_response import RpcQueryResponseCallResult
|
|
646
650
|
from .rpc_query_response import RpcQueryResponseAccessKeyView
|
|
647
651
|
from .rpc_query_response import RpcQueryResponseAccessKeyList
|
|
648
|
-
from .rpc_query_response import RpcQueryResponseGasKeyView
|
|
649
|
-
from .rpc_query_response import RpcQueryResponseGasKeyList
|
|
650
652
|
from .rpc_query_response import RpcQueryResponse
|
|
651
653
|
from .json_rpc_request_for_experimental_genesis_config import JsonRpcRequestForExperimentalGenesisConfig
|
|
652
654
|
from .json_rpc_response_for_rpc_protocol_config_response_and_rpc_protocol_config_error import JsonRpcResponseForRpcProtocolConfigResponseAndRpcProtocolConfigErrorResult
|
|
@@ -671,23 +673,17 @@ if TYPE_CHECKING:
|
|
|
671
673
|
from .signed_transaction_view import SignedTransactionView
|
|
672
674
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAccountChangesByBlockId
|
|
673
675
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesByBlockId
|
|
674
|
-
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesByBlockId
|
|
675
676
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesByBlockId
|
|
676
|
-
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAllGasKeyChangesByBlockId
|
|
677
677
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestContractCodeChangesByBlockId
|
|
678
678
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestDataChangesByBlockId
|
|
679
679
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAccountChangesByFinality
|
|
680
680
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesByFinality
|
|
681
|
-
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesByFinality
|
|
682
681
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesByFinality
|
|
683
|
-
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAllGasKeyChangesByFinality
|
|
684
682
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestContractCodeChangesByFinality
|
|
685
683
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestDataChangesByFinality
|
|
686
684
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAccountChangesBySyncCheckpoint
|
|
687
685
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesBySyncCheckpoint
|
|
688
|
-
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesBySyncCheckpoint
|
|
689
686
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesBySyncCheckpoint
|
|
690
|
-
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestAllGasKeyChangesBySyncCheckpoint
|
|
691
687
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestContractCodeChangesBySyncCheckpoint
|
|
692
688
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequestDataChangesBySyncCheckpoint
|
|
693
689
|
from .rpc_state_changes_in_block_by_type_request import RpcStateChangesInBlockByTypeRequest
|
|
@@ -828,9 +824,8 @@ if TYPE_CHECKING:
|
|
|
828
824
|
from .non_delegate_action import NonDelegateActionDeployGlobalContract
|
|
829
825
|
from .non_delegate_action import NonDelegateActionUseGlobalContract
|
|
830
826
|
from .non_delegate_action import NonDelegateActionDeterministicStateInit
|
|
831
|
-
from .non_delegate_action import NonDelegateActionAddGasKey
|
|
832
|
-
from .non_delegate_action import NonDelegateActionDeleteGasKey
|
|
833
827
|
from .non_delegate_action import NonDelegateActionTransferToGasKey
|
|
828
|
+
from .non_delegate_action import NonDelegateActionWithdrawFromGasKey
|
|
834
829
|
from .non_delegate_action import NonDelegateAction
|
|
835
830
|
from .action_error import ActionError
|
|
836
831
|
from .epoch_id import EpochId
|
|
@@ -885,6 +880,7 @@ if TYPE_CHECKING:
|
|
|
885
880
|
from .storage_error import StorageError
|
|
886
881
|
from .access_key_view import AccessKeyView
|
|
887
882
|
from .json_rpc_request_for_experimental_view_gas_key import JsonRpcRequestForExperimentalViewGasKey
|
|
883
|
+
from .gas_key_info import GasKeyInfo
|
|
888
884
|
from .rpc_view_code_request import RpcViewCodeRequestBlockId
|
|
889
885
|
from .rpc_view_code_request import RpcViewCodeRequestFinality
|
|
890
886
|
from .rpc_view_code_request import RpcViewCodeRequestSyncCheckpoint
|
|
@@ -939,8 +935,7 @@ if TYPE_CHECKING:
|
|
|
939
935
|
from .rpc_query_request import RpcQueryRequestViewStateByBlockId
|
|
940
936
|
from .rpc_query_request import RpcQueryRequestViewAccessKeyByBlockId
|
|
941
937
|
from .rpc_query_request import RpcQueryRequestViewAccessKeyListByBlockId
|
|
942
|
-
from .rpc_query_request import
|
|
943
|
-
from .rpc_query_request import RpcQueryRequestViewGasKeyListByBlockId
|
|
938
|
+
from .rpc_query_request import RpcQueryRequestViewGasKeyNoncesByBlockId
|
|
944
939
|
from .rpc_query_request import RpcQueryRequestCallFunctionByBlockId
|
|
945
940
|
from .rpc_query_request import RpcQueryRequestViewGlobalContractCodeByBlockId
|
|
946
941
|
from .rpc_query_request import RpcQueryRequestViewGlobalContractCodeByAccountIdByBlockId
|
|
@@ -949,8 +944,7 @@ if TYPE_CHECKING:
|
|
|
949
944
|
from .rpc_query_request import RpcQueryRequestViewStateByFinality
|
|
950
945
|
from .rpc_query_request import RpcQueryRequestViewAccessKeyByFinality
|
|
951
946
|
from .rpc_query_request import RpcQueryRequestViewAccessKeyListByFinality
|
|
952
|
-
from .rpc_query_request import
|
|
953
|
-
from .rpc_query_request import RpcQueryRequestViewGasKeyListByFinality
|
|
947
|
+
from .rpc_query_request import RpcQueryRequestViewGasKeyNoncesByFinality
|
|
954
948
|
from .rpc_query_request import RpcQueryRequestCallFunctionByFinality
|
|
955
949
|
from .rpc_query_request import RpcQueryRequestViewGlobalContractCodeByFinality
|
|
956
950
|
from .rpc_query_request import RpcQueryRequestViewGlobalContractCodeByAccountIdByFinality
|
|
@@ -959,8 +953,7 @@ if TYPE_CHECKING:
|
|
|
959
953
|
from .rpc_query_request import RpcQueryRequestViewStateBySyncCheckpoint
|
|
960
954
|
from .rpc_query_request import RpcQueryRequestViewAccessKeyBySyncCheckpoint
|
|
961
955
|
from .rpc_query_request import RpcQueryRequestViewAccessKeyListBySyncCheckpoint
|
|
962
|
-
from .rpc_query_request import
|
|
963
|
-
from .rpc_query_request import RpcQueryRequestViewGasKeyListBySyncCheckpoint
|
|
956
|
+
from .rpc_query_request import RpcQueryRequestViewGasKeyNoncesBySyncCheckpoint
|
|
964
957
|
from .rpc_query_request import RpcQueryRequestCallFunctionBySyncCheckpoint
|
|
965
958
|
from .rpc_query_request import RpcQueryRequestViewGlobalContractCodeBySyncCheckpoint
|
|
966
959
|
from .rpc_query_request import RpcQueryRequestViewGlobalContractCodeByAccountIdBySyncCheckpoint
|
|
@@ -1044,12 +1037,10 @@ if TYPE_CHECKING:
|
|
|
1044
1037
|
from .action_view import ActionViewUseGlobalContractByAccountId
|
|
1045
1038
|
from .action_view import ActionViewDeterministicStateInitPayload
|
|
1046
1039
|
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
1040
|
from .action_view import ActionViewTransferToGasKeyPayload
|
|
1052
1041
|
from .action_view import ActionViewTransferToGasKey
|
|
1042
|
+
from .action_view import ActionViewWithdrawFromGasKeyPayload
|
|
1043
|
+
from .action_view import ActionViewWithdrawFromGasKey
|
|
1053
1044
|
from .action_view import ActionView
|
|
1054
1045
|
from .rpc_congestion_level_request import RpcCongestionLevelRequestBlockShardId
|
|
1055
1046
|
from .rpc_congestion_level_request import RpcCongestionLevelRequestChunkHash
|
|
@@ -1130,10 +1121,16 @@ __all__ = [
|
|
|
1130
1121
|
'AccessKeyPermission',
|
|
1131
1122
|
'AccessKeyPermissionFullAccess',
|
|
1132
1123
|
'AccessKeyPermissionFunctionCall',
|
|
1124
|
+
'AccessKeyPermissionGasKeyFullAccess',
|
|
1125
|
+
'AccessKeyPermissionGasKeyFunctionCall',
|
|
1133
1126
|
'AccessKeyPermissionView',
|
|
1134
1127
|
'AccessKeyPermissionViewFullAccess',
|
|
1135
1128
|
'AccessKeyPermissionViewFunctionCall',
|
|
1136
1129
|
'AccessKeyPermissionViewFunctionCallPayload',
|
|
1130
|
+
'AccessKeyPermissionViewGasKeyFullAccess',
|
|
1131
|
+
'AccessKeyPermissionViewGasKeyFullAccessPayload',
|
|
1132
|
+
'AccessKeyPermissionViewGasKeyFunctionCall',
|
|
1133
|
+
'AccessKeyPermissionViewGasKeyFunctionCallPayload',
|
|
1137
1134
|
'AccessKeyView',
|
|
1138
1135
|
'AccountCreationConfigView',
|
|
1139
1136
|
'AccountDataView',
|
|
@@ -1173,12 +1170,12 @@ __all__ = [
|
|
|
1173
1170
|
'ActionErrorKindDeleteKeyDoesNotExist',
|
|
1174
1171
|
'ActionErrorKindDeleteKeyDoesNotExistPayload',
|
|
1175
1172
|
'ActionErrorKindFunctionCallError',
|
|
1176
|
-
'ActionErrorKindGasKeyAlreadyExists',
|
|
1177
|
-
'ActionErrorKindGasKeyAlreadyExistsPayload',
|
|
1178
1173
|
'ActionErrorKindGasKeyDoesNotExist',
|
|
1179
1174
|
'ActionErrorKindGasKeyDoesNotExistPayload',
|
|
1180
1175
|
'ActionErrorKindGlobalContractDoesNotExist',
|
|
1181
1176
|
'ActionErrorKindGlobalContractDoesNotExistPayload',
|
|
1177
|
+
'ActionErrorKindInsufficientGasKeyBalance',
|
|
1178
|
+
'ActionErrorKindInsufficientGasKeyBalancePayload',
|
|
1182
1179
|
'ActionErrorKindInsufficientStake',
|
|
1183
1180
|
'ActionErrorKindInsufficientStakePayload',
|
|
1184
1181
|
'ActionErrorKindLackBalanceForState',
|
|
@@ -1191,8 +1188,6 @@ __all__ = [
|
|
|
1191
1188
|
'ActionErrorKindTriesToUnstake',
|
|
1192
1189
|
'ActionErrorKindTriesToUnstakePayload',
|
|
1193
1190
|
'ActionView',
|
|
1194
|
-
'ActionViewAddGasKey',
|
|
1195
|
-
'ActionViewAddGasKeyPayload',
|
|
1196
1191
|
'ActionViewAddKey',
|
|
1197
1192
|
'ActionViewAddKeyPayload',
|
|
1198
1193
|
'ActionViewCreateAccount',
|
|
@@ -1200,8 +1195,6 @@ __all__ = [
|
|
|
1200
1195
|
'ActionViewDelegatePayload',
|
|
1201
1196
|
'ActionViewDeleteAccount',
|
|
1202
1197
|
'ActionViewDeleteAccountPayload',
|
|
1203
|
-
'ActionViewDeleteGasKey',
|
|
1204
|
-
'ActionViewDeleteGasKeyPayload',
|
|
1205
1198
|
'ActionViewDeleteKey',
|
|
1206
1199
|
'ActionViewDeleteKeyPayload',
|
|
1207
1200
|
'ActionViewDeployContract',
|
|
@@ -1224,7 +1217,11 @@ __all__ = [
|
|
|
1224
1217
|
'ActionViewUseGlobalContractByAccountId',
|
|
1225
1218
|
'ActionViewUseGlobalContractByAccountIdPayload',
|
|
1226
1219
|
'ActionViewUseGlobalContractPayload',
|
|
1220
|
+
'ActionViewWithdrawFromGasKey',
|
|
1221
|
+
'ActionViewWithdrawFromGasKeyPayload',
|
|
1227
1222
|
'ActionsValidationError',
|
|
1223
|
+
'ActionsValidationErrorAddGasKeyWithNonZeroBalance',
|
|
1224
|
+
'ActionsValidationErrorAddGasKeyWithNonZeroBalancePayload',
|
|
1228
1225
|
'ActionsValidationErrorAddKeyMethodNameLengthExceeded',
|
|
1229
1226
|
'ActionsValidationErrorAddKeyMethodNameLengthExceededPayload',
|
|
1230
1227
|
'ActionsValidationErrorAddKeyMethodNamesNumberOfBytesExceeded',
|
|
@@ -1242,8 +1239,7 @@ __all__ = [
|
|
|
1242
1239
|
'ActionsValidationErrorFunctionCallMethodNameLengthExceeded',
|
|
1243
1240
|
'ActionsValidationErrorFunctionCallMethodNameLengthExceededPayload',
|
|
1244
1241
|
'ActionsValidationErrorFunctionCallZeroAttachedGas',
|
|
1245
|
-
'
|
|
1246
|
-
'ActionsValidationErrorGasKeyPermissionInvalidPayload',
|
|
1242
|
+
'ActionsValidationErrorGasKeyFunctionCallAllowanceNotAllowed',
|
|
1247
1243
|
'ActionsValidationErrorGasKeyTooManyNoncesRequested',
|
|
1248
1244
|
'ActionsValidationErrorGasKeyTooManyNoncesRequestedPayload',
|
|
1249
1245
|
'ActionsValidationErrorIntegerOverflow',
|
|
@@ -1455,6 +1451,7 @@ __all__ = [
|
|
|
1455
1451
|
'FunctionCallPermission',
|
|
1456
1452
|
'GCConfig',
|
|
1457
1453
|
'GasKey',
|
|
1454
|
+
'GasKeyInfo',
|
|
1458
1455
|
'GasKeyInfoView',
|
|
1459
1456
|
'GasKeyList',
|
|
1460
1457
|
'GasKeyView',
|
|
@@ -1711,11 +1708,9 @@ __all__ = [
|
|
|
1711
1708
|
'NetworkInfoView',
|
|
1712
1709
|
'NextEpochValidatorInfo',
|
|
1713
1710
|
'NonDelegateAction',
|
|
1714
|
-
'NonDelegateActionAddGasKey',
|
|
1715
1711
|
'NonDelegateActionAddKey',
|
|
1716
1712
|
'NonDelegateActionCreateAccount',
|
|
1717
1713
|
'NonDelegateActionDeleteAccount',
|
|
1718
|
-
'NonDelegateActionDeleteGasKey',
|
|
1719
1714
|
'NonDelegateActionDeleteKey',
|
|
1720
1715
|
'NonDelegateActionDeployContract',
|
|
1721
1716
|
'NonDelegateActionDeployGlobalContract',
|
|
@@ -1725,6 +1720,7 @@ __all__ = [
|
|
|
1725
1720
|
'NonDelegateActionTransfer',
|
|
1726
1721
|
'NonDelegateActionTransferToGasKey',
|
|
1727
1722
|
'NonDelegateActionUseGlobalContract',
|
|
1723
|
+
'NonDelegateActionWithdrawFromGasKey',
|
|
1728
1724
|
'PeerId',
|
|
1729
1725
|
'PeerInfoView',
|
|
1730
1726
|
'PrepareError',
|
|
@@ -1902,12 +1898,9 @@ __all__ = [
|
|
|
1902
1898
|
'RpcQueryRequestViewCodeByBlockId',
|
|
1903
1899
|
'RpcQueryRequestViewCodeByFinality',
|
|
1904
1900
|
'RpcQueryRequestViewCodeBySyncCheckpoint',
|
|
1905
|
-
'
|
|
1906
|
-
'
|
|
1907
|
-
'
|
|
1908
|
-
'RpcQueryRequestViewGasKeyListByBlockId',
|
|
1909
|
-
'RpcQueryRequestViewGasKeyListByFinality',
|
|
1910
|
-
'RpcQueryRequestViewGasKeyListBySyncCheckpoint',
|
|
1901
|
+
'RpcQueryRequestViewGasKeyNoncesByBlockId',
|
|
1902
|
+
'RpcQueryRequestViewGasKeyNoncesByFinality',
|
|
1903
|
+
'RpcQueryRequestViewGasKeyNoncesBySyncCheckpoint',
|
|
1911
1904
|
'RpcQueryRequestViewGlobalContractCodeByAccountIdByBlockId',
|
|
1912
1905
|
'RpcQueryRequestViewGlobalContractCodeByAccountIdByFinality',
|
|
1913
1906
|
'RpcQueryRequestViewGlobalContractCodeByAccountIdBySyncCheckpoint',
|
|
@@ -1923,8 +1916,6 @@ __all__ = [
|
|
|
1923
1916
|
'RpcQueryResponseAccountView',
|
|
1924
1917
|
'RpcQueryResponseCallResult',
|
|
1925
1918
|
'RpcQueryResponseContractCodeView',
|
|
1926
|
-
'RpcQueryResponseGasKeyList',
|
|
1927
|
-
'RpcQueryResponseGasKeyView',
|
|
1928
1919
|
'RpcQueryResponseViewStateResult',
|
|
1929
1920
|
'RpcReceiptError',
|
|
1930
1921
|
'RpcReceiptErrorInternalError',
|
|
@@ -1956,9 +1947,6 @@ __all__ = [
|
|
|
1956
1947
|
'RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesByBlockId',
|
|
1957
1948
|
'RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesByFinality',
|
|
1958
1949
|
'RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesBySyncCheckpoint',
|
|
1959
|
-
'RpcStateChangesInBlockByTypeRequestAllGasKeyChangesByBlockId',
|
|
1960
|
-
'RpcStateChangesInBlockByTypeRequestAllGasKeyChangesByFinality',
|
|
1961
|
-
'RpcStateChangesInBlockByTypeRequestAllGasKeyChangesBySyncCheckpoint',
|
|
1962
1950
|
'RpcStateChangesInBlockByTypeRequestContractCodeChangesByBlockId',
|
|
1963
1951
|
'RpcStateChangesInBlockByTypeRequestContractCodeChangesByFinality',
|
|
1964
1952
|
'RpcStateChangesInBlockByTypeRequestContractCodeChangesBySyncCheckpoint',
|
|
@@ -1968,9 +1956,6 @@ __all__ = [
|
|
|
1968
1956
|
'RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesByBlockId',
|
|
1969
1957
|
'RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesByFinality',
|
|
1970
1958
|
'RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesBySyncCheckpoint',
|
|
1971
|
-
'RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesByBlockId',
|
|
1972
|
-
'RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesByFinality',
|
|
1973
|
-
'RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesBySyncCheckpoint',
|
|
1974
1959
|
'RpcStateChangesInBlockByTypeResponse',
|
|
1975
1960
|
'RpcStateChangesInBlockRequest',
|
|
1976
1961
|
'RpcStateChangesInBlockRequestBlockId',
|
|
@@ -2173,12 +2158,8 @@ __all__ = [
|
|
|
2173
2158
|
'StateChangeWithCauseViewDataDeletionChange',
|
|
2174
2159
|
'StateChangeWithCauseViewDataUpdate',
|
|
2175
2160
|
'StateChangeWithCauseViewDataUpdateChange',
|
|
2176
|
-
'StateChangeWithCauseViewGasKeyDeletion',
|
|
2177
|
-
'StateChangeWithCauseViewGasKeyDeletionChange',
|
|
2178
2161
|
'StateChangeWithCauseViewGasKeyNonceUpdate',
|
|
2179
2162
|
'StateChangeWithCauseViewGasKeyNonceUpdateChange',
|
|
2180
|
-
'StateChangeWithCauseViewGasKeyUpdate',
|
|
2181
|
-
'StateChangeWithCauseViewGasKeyUpdateChange',
|
|
2182
2163
|
'StateItem',
|
|
2183
2164
|
'StateSyncConfig',
|
|
2184
2165
|
'StatusSyncInfo',
|
|
@@ -2238,6 +2219,7 @@ __all__ = [
|
|
|
2238
2219
|
'Version',
|
|
2239
2220
|
'ViewStateResult',
|
|
2240
2221
|
'WasmTrap',
|
|
2222
|
+
'WithdrawFromGasKeyAction',
|
|
2241
2223
|
'WitnessConfigView',
|
|
2242
2224
|
's',
|
|
2243
2225
|
's',
|
|
@@ -2310,6 +2292,10 @@ _CLASS_TO_MODULE = {
|
|
|
2310
2292
|
'AccessKeyPermissionViewFullAccess': 'access_key_permission_view',
|
|
2311
2293
|
'AccessKeyPermissionViewFunctionCallPayload': 'access_key_permission_view',
|
|
2312
2294
|
'AccessKeyPermissionViewFunctionCall': 'access_key_permission_view',
|
|
2295
|
+
'AccessKeyPermissionViewGasKeyFunctionCallPayload': 'access_key_permission_view',
|
|
2296
|
+
'AccessKeyPermissionViewGasKeyFunctionCall': 'access_key_permission_view',
|
|
2297
|
+
'AccessKeyPermissionViewGasKeyFullAccessPayload': 'access_key_permission_view',
|
|
2298
|
+
'AccessKeyPermissionViewGasKeyFullAccess': 'access_key_permission_view',
|
|
2313
2299
|
'AccessKeyPermissionView': 'access_key_permission_view',
|
|
2314
2300
|
'RpcViewCodeResponse': 'rpc_view_code_response',
|
|
2315
2301
|
'RpcViewAccountRequestBlockId': 'rpc_view_account_request',
|
|
@@ -2443,6 +2429,7 @@ _CLASS_TO_MODULE = {
|
|
|
2443
2429
|
'JsonRpcResponseForArrayOfRangeOfUint64AndRpcMaintenanceWindowsErrorError': 'json_rpc_response_for_array_of_range_of_uint64_and_rpc_maintenance_windows_error',
|
|
2444
2430
|
'JsonRpcResponseForArrayOfRangeOfUint64AndRpcMaintenanceWindowsError': 'json_rpc_response_for_array_of_range_of_uint64_and_rpc_maintenance_windows_error',
|
|
2445
2431
|
'RpcCallFunctionResponse': 'rpc_call_function_response',
|
|
2432
|
+
'WithdrawFromGasKeyAction': 'withdraw_from_gas_key_action',
|
|
2446
2433
|
'RpcSplitStorageInfoErrorInternalErrorInfo': 'rpc_split_storage_info_error',
|
|
2447
2434
|
'RpcSplitStorageInfoErrorInternalError': 'rpc_split_storage_info_error',
|
|
2448
2435
|
'RpcSplitStorageInfoError': 'rpc_split_storage_info_error',
|
|
@@ -2522,8 +2509,8 @@ _CLASS_TO_MODULE = {
|
|
|
2522
2509
|
'ActionErrorKindGlobalContractDoesNotExist': 'action_error_kind',
|
|
2523
2510
|
'ActionErrorKindGasKeyDoesNotExistPayload': 'action_error_kind',
|
|
2524
2511
|
'ActionErrorKindGasKeyDoesNotExist': 'action_error_kind',
|
|
2525
|
-
'
|
|
2526
|
-
'
|
|
2512
|
+
'ActionErrorKindInsufficientGasKeyBalancePayload': 'action_error_kind',
|
|
2513
|
+
'ActionErrorKindInsufficientGasKeyBalance': 'action_error_kind',
|
|
2527
2514
|
'ActionErrorKind': 'action_error_kind',
|
|
2528
2515
|
'JsonRpcRequestForBroadcastTxAsync': 'json_rpc_request_for_broadcast_tx_async',
|
|
2529
2516
|
'RpcHealthRequest': 'rpc_health_request',
|
|
@@ -2587,6 +2574,8 @@ _CLASS_TO_MODULE = {
|
|
|
2587
2574
|
'RpcStateChangesInBlockRequest': 'rpc_state_changes_in_block_request',
|
|
2588
2575
|
'AccessKeyPermissionFunctionCall': 'access_key_permission',
|
|
2589
2576
|
'AccessKeyPermissionFullAccess': 'access_key_permission',
|
|
2577
|
+
'AccessKeyPermissionGasKeyFunctionCall': 'access_key_permission',
|
|
2578
|
+
'AccessKeyPermissionGasKeyFullAccess': 'access_key_permission',
|
|
2590
2579
|
'AccessKeyPermission': 'access_key_permission',
|
|
2591
2580
|
'DetailedDebugStatus': 'detailed_debug_status',
|
|
2592
2581
|
'StoreValue': 'store_value',
|
|
@@ -2745,12 +2734,8 @@ _CLASS_TO_MODULE = {
|
|
|
2745
2734
|
'StateChangeWithCauseViewAccessKeyUpdate': 'state_change_with_cause_view',
|
|
2746
2735
|
'StateChangeWithCauseViewAccessKeyDeletionChange': 'state_change_with_cause_view',
|
|
2747
2736
|
'StateChangeWithCauseViewAccessKeyDeletion': 'state_change_with_cause_view',
|
|
2748
|
-
'StateChangeWithCauseViewGasKeyUpdateChange': 'state_change_with_cause_view',
|
|
2749
|
-
'StateChangeWithCauseViewGasKeyUpdate': 'state_change_with_cause_view',
|
|
2750
2737
|
'StateChangeWithCauseViewGasKeyNonceUpdateChange': 'state_change_with_cause_view',
|
|
2751
2738
|
'StateChangeWithCauseViewGasKeyNonceUpdate': 'state_change_with_cause_view',
|
|
2752
|
-
'StateChangeWithCauseViewGasKeyDeletionChange': 'state_change_with_cause_view',
|
|
2753
|
-
'StateChangeWithCauseViewGasKeyDeletion': 'state_change_with_cause_view',
|
|
2754
2739
|
'StateChangeWithCauseViewDataUpdateChange': 'state_change_with_cause_view',
|
|
2755
2740
|
'StateChangeWithCauseViewDataUpdate': 'state_change_with_cause_view',
|
|
2756
2741
|
'StateChangeWithCauseViewDataDeletionChange': 'state_change_with_cause_view',
|
|
@@ -2825,10 +2810,11 @@ _CLASS_TO_MODULE = {
|
|
|
2825
2810
|
'ActionsValidationErrorDeterministicStateInitKeyLengthExceeded': 'actions_validation_error',
|
|
2826
2811
|
'ActionsValidationErrorDeterministicStateInitValueLengthExceededPayload': 'actions_validation_error',
|
|
2827
2812
|
'ActionsValidationErrorDeterministicStateInitValueLengthExceeded': 'actions_validation_error',
|
|
2828
|
-
'ActionsValidationErrorGasKeyPermissionInvalidPayload': 'actions_validation_error',
|
|
2829
|
-
'ActionsValidationErrorGasKeyPermissionInvalid': 'actions_validation_error',
|
|
2830
2813
|
'ActionsValidationErrorGasKeyTooManyNoncesRequestedPayload': 'actions_validation_error',
|
|
2831
2814
|
'ActionsValidationErrorGasKeyTooManyNoncesRequested': 'actions_validation_error',
|
|
2815
|
+
'ActionsValidationErrorAddGasKeyWithNonZeroBalancePayload': 'actions_validation_error',
|
|
2816
|
+
'ActionsValidationErrorAddGasKeyWithNonZeroBalance': 'actions_validation_error',
|
|
2817
|
+
'ActionsValidationErrorGasKeyFunctionCallAllowanceNotAllowed': 'actions_validation_error',
|
|
2832
2818
|
'ActionsValidationError': 'actions_validation_error',
|
|
2833
2819
|
'TrackedShardsConfigNoShards': 'tracked_shards_config',
|
|
2834
2820
|
'TrackedShardsConfigShards': 'tracked_shards_config',
|
|
@@ -2886,8 +2872,6 @@ _CLASS_TO_MODULE = {
|
|
|
2886
2872
|
'RpcQueryResponseCallResult': 'rpc_query_response',
|
|
2887
2873
|
'RpcQueryResponseAccessKeyView': 'rpc_query_response',
|
|
2888
2874
|
'RpcQueryResponseAccessKeyList': 'rpc_query_response',
|
|
2889
|
-
'RpcQueryResponseGasKeyView': 'rpc_query_response',
|
|
2890
|
-
'RpcQueryResponseGasKeyList': 'rpc_query_response',
|
|
2891
2875
|
'RpcQueryResponse': 'rpc_query_response',
|
|
2892
2876
|
'JsonRpcRequestForExperimentalGenesisConfig': 'json_rpc_request_for_experimental_genesis_config',
|
|
2893
2877
|
'JsonRpcResponseForRpcProtocolConfigResponseAndRpcProtocolConfigErrorResult': 'json_rpc_response_for_rpc_protocol_config_response_and_rpc_protocol_config_error',
|
|
@@ -2912,23 +2896,17 @@ _CLASS_TO_MODULE = {
|
|
|
2912
2896
|
'SignedTransactionView': 'signed_transaction_view',
|
|
2913
2897
|
'RpcStateChangesInBlockByTypeRequestAccountChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
|
|
2914
2898
|
'RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
|
|
2915
|
-
'RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
|
|
2916
2899
|
'RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
|
|
2917
|
-
'RpcStateChangesInBlockByTypeRequestAllGasKeyChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
|
|
2918
2900
|
'RpcStateChangesInBlockByTypeRequestContractCodeChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
|
|
2919
2901
|
'RpcStateChangesInBlockByTypeRequestDataChangesByBlockId': 'rpc_state_changes_in_block_by_type_request',
|
|
2920
2902
|
'RpcStateChangesInBlockByTypeRequestAccountChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
|
|
2921
2903
|
'RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
|
|
2922
|
-
'RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
|
|
2923
2904
|
'RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
|
|
2924
|
-
'RpcStateChangesInBlockByTypeRequestAllGasKeyChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
|
|
2925
2905
|
'RpcStateChangesInBlockByTypeRequestContractCodeChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
|
|
2926
2906
|
'RpcStateChangesInBlockByTypeRequestDataChangesByFinality': 'rpc_state_changes_in_block_by_type_request',
|
|
2927
2907
|
'RpcStateChangesInBlockByTypeRequestAccountChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
|
|
2928
2908
|
'RpcStateChangesInBlockByTypeRequestSingleAccessKeyChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
|
|
2929
|
-
'RpcStateChangesInBlockByTypeRequestSingleGasKeyChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
|
|
2930
2909
|
'RpcStateChangesInBlockByTypeRequestAllAccessKeyChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
|
|
2931
|
-
'RpcStateChangesInBlockByTypeRequestAllGasKeyChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
|
|
2932
2910
|
'RpcStateChangesInBlockByTypeRequestContractCodeChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
|
|
2933
2911
|
'RpcStateChangesInBlockByTypeRequestDataChangesBySyncCheckpoint': 'rpc_state_changes_in_block_by_type_request',
|
|
2934
2912
|
'RpcStateChangesInBlockByTypeRequest': 'rpc_state_changes_in_block_by_type_request',
|
|
@@ -3069,9 +3047,8 @@ _CLASS_TO_MODULE = {
|
|
|
3069
3047
|
'NonDelegateActionDeployGlobalContract': 'non_delegate_action',
|
|
3070
3048
|
'NonDelegateActionUseGlobalContract': 'non_delegate_action',
|
|
3071
3049
|
'NonDelegateActionDeterministicStateInit': 'non_delegate_action',
|
|
3072
|
-
'NonDelegateActionAddGasKey': 'non_delegate_action',
|
|
3073
|
-
'NonDelegateActionDeleteGasKey': 'non_delegate_action',
|
|
3074
3050
|
'NonDelegateActionTransferToGasKey': 'non_delegate_action',
|
|
3051
|
+
'NonDelegateActionWithdrawFromGasKey': 'non_delegate_action',
|
|
3075
3052
|
'NonDelegateAction': 'non_delegate_action',
|
|
3076
3053
|
'ActionError': 'action_error',
|
|
3077
3054
|
'EpochId': 'epoch_id',
|
|
@@ -3126,6 +3103,7 @@ _CLASS_TO_MODULE = {
|
|
|
3126
3103
|
'StorageError': 'storage_error',
|
|
3127
3104
|
'AccessKeyView': 'access_key_view',
|
|
3128
3105
|
'JsonRpcRequestForExperimentalViewGasKey': 'json_rpc_request_for_experimental_view_gas_key',
|
|
3106
|
+
'GasKeyInfo': 'gas_key_info',
|
|
3129
3107
|
'RpcViewCodeRequestBlockId': 'rpc_view_code_request',
|
|
3130
3108
|
'RpcViewCodeRequestFinality': 'rpc_view_code_request',
|
|
3131
3109
|
'RpcViewCodeRequestSyncCheckpoint': 'rpc_view_code_request',
|
|
@@ -3180,8 +3158,7 @@ _CLASS_TO_MODULE = {
|
|
|
3180
3158
|
'RpcQueryRequestViewStateByBlockId': 'rpc_query_request',
|
|
3181
3159
|
'RpcQueryRequestViewAccessKeyByBlockId': 'rpc_query_request',
|
|
3182
3160
|
'RpcQueryRequestViewAccessKeyListByBlockId': 'rpc_query_request',
|
|
3183
|
-
'
|
|
3184
|
-
'RpcQueryRequestViewGasKeyListByBlockId': 'rpc_query_request',
|
|
3161
|
+
'RpcQueryRequestViewGasKeyNoncesByBlockId': 'rpc_query_request',
|
|
3185
3162
|
'RpcQueryRequestCallFunctionByBlockId': 'rpc_query_request',
|
|
3186
3163
|
'RpcQueryRequestViewGlobalContractCodeByBlockId': 'rpc_query_request',
|
|
3187
3164
|
'RpcQueryRequestViewGlobalContractCodeByAccountIdByBlockId': 'rpc_query_request',
|
|
@@ -3190,8 +3167,7 @@ _CLASS_TO_MODULE = {
|
|
|
3190
3167
|
'RpcQueryRequestViewStateByFinality': 'rpc_query_request',
|
|
3191
3168
|
'RpcQueryRequestViewAccessKeyByFinality': 'rpc_query_request',
|
|
3192
3169
|
'RpcQueryRequestViewAccessKeyListByFinality': 'rpc_query_request',
|
|
3193
|
-
'
|
|
3194
|
-
'RpcQueryRequestViewGasKeyListByFinality': 'rpc_query_request',
|
|
3170
|
+
'RpcQueryRequestViewGasKeyNoncesByFinality': 'rpc_query_request',
|
|
3195
3171
|
'RpcQueryRequestCallFunctionByFinality': 'rpc_query_request',
|
|
3196
3172
|
'RpcQueryRequestViewGlobalContractCodeByFinality': 'rpc_query_request',
|
|
3197
3173
|
'RpcQueryRequestViewGlobalContractCodeByAccountIdByFinality': 'rpc_query_request',
|
|
@@ -3200,8 +3176,7 @@ _CLASS_TO_MODULE = {
|
|
|
3200
3176
|
'RpcQueryRequestViewStateBySyncCheckpoint': 'rpc_query_request',
|
|
3201
3177
|
'RpcQueryRequestViewAccessKeyBySyncCheckpoint': 'rpc_query_request',
|
|
3202
3178
|
'RpcQueryRequestViewAccessKeyListBySyncCheckpoint': 'rpc_query_request',
|
|
3203
|
-
'
|
|
3204
|
-
'RpcQueryRequestViewGasKeyListBySyncCheckpoint': 'rpc_query_request',
|
|
3179
|
+
'RpcQueryRequestViewGasKeyNoncesBySyncCheckpoint': 'rpc_query_request',
|
|
3205
3180
|
'RpcQueryRequestCallFunctionBySyncCheckpoint': 'rpc_query_request',
|
|
3206
3181
|
'RpcQueryRequestViewGlobalContractCodeBySyncCheckpoint': 'rpc_query_request',
|
|
3207
3182
|
'RpcQueryRequestViewGlobalContractCodeByAccountIdBySyncCheckpoint': 'rpc_query_request',
|
|
@@ -3285,12 +3260,10 @@ _CLASS_TO_MODULE = {
|
|
|
3285
3260
|
'ActionViewUseGlobalContractByAccountId': 'action_view',
|
|
3286
3261
|
'ActionViewDeterministicStateInitPayload': 'action_view',
|
|
3287
3262
|
'ActionViewDeterministicStateInit': 'action_view',
|
|
3288
|
-
'ActionViewAddGasKeyPayload': 'action_view',
|
|
3289
|
-
'ActionViewAddGasKey': 'action_view',
|
|
3290
|
-
'ActionViewDeleteGasKeyPayload': 'action_view',
|
|
3291
|
-
'ActionViewDeleteGasKey': 'action_view',
|
|
3292
3263
|
'ActionViewTransferToGasKeyPayload': 'action_view',
|
|
3293
3264
|
'ActionViewTransferToGasKey': 'action_view',
|
|
3265
|
+
'ActionViewWithdrawFromGasKeyPayload': 'action_view',
|
|
3266
|
+
'ActionViewWithdrawFromGasKey': 'action_view',
|
|
3294
3267
|
'ActionView': 'action_view',
|
|
3295
3268
|
'RpcCongestionLevelRequestBlockShardId': 'rpc_congestion_level_request',
|
|
3296
3269
|
'RpcCongestionLevelRequestChunkHash': 'rpc_congestion_level_request',
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"""Defines permissions for AccessKey"""
|
|
2
|
+
|
|
3
|
+
from near_jsonrpc_models.function_call_permission import FunctionCallPermission
|
|
4
|
+
from near_jsonrpc_models.gas_key_info import GasKeyInfo
|
|
5
|
+
from near_jsonrpc_models.strict_model import StrictBaseModel
|
|
6
|
+
from pydantic import BaseModel
|
|
7
|
+
from pydantic import RootModel
|
|
8
|
+
from typing import List
|
|
9
|
+
from typing import Literal
|
|
10
|
+
from typing import Tuple
|
|
11
|
+
from typing import Union
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class AccessKeyPermissionFunctionCall(StrictBaseModel):
|
|
15
|
+
FunctionCall: FunctionCallPermission
|
|
16
|
+
|
|
17
|
+
"""Grants full access to the account.
|
|
18
|
+
NOTE: It's used to replace account-level public keys."""
|
|
19
|
+
class AccessKeyPermissionFullAccess(RootModel[Literal['FullAccess']]):
|
|
20
|
+
pass
|
|
21
|
+
|
|
22
|
+
class AccessKeyPermissionGasKeyFunctionCall(StrictBaseModel):
|
|
23
|
+
"""Gas key with limited permission to make transactions with FunctionCallActions
|
|
24
|
+
Gas keys are a kind of access keys with a prepaid balance to pay for gas."""
|
|
25
|
+
GasKeyFunctionCall: Tuple[GasKeyInfo, FunctionCallPermission]
|
|
26
|
+
|
|
27
|
+
class AccessKeyPermissionGasKeyFullAccess(StrictBaseModel):
|
|
28
|
+
"""Gas key with full access to the account.
|
|
29
|
+
Gas keys are a kind of access keys with a prepaid balance to pay for gas."""
|
|
30
|
+
GasKeyFullAccess: GasKeyInfo
|
|
31
|
+
|
|
32
|
+
class AccessKeyPermission(RootModel[Union[AccessKeyPermissionFunctionCall, AccessKeyPermissionFullAccess, AccessKeyPermissionGasKeyFunctionCall, AccessKeyPermissionGasKeyFullAccess]]):
|
|
33
|
+
pass
|
|
34
|
+
|