near-jsonrpc-client 1.0.3__tar.gz → 1.0.4__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.3/near_jsonrpc_client.egg-info → near_jsonrpc_client-1.0.4}/PKG-INFO +1 -1
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4/near_jsonrpc_client.egg-info}/PKG-INFO +1 -1
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/pyproject.toml +1 -1
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/LICENSE +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/README.md +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/client/__init__.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/client/api_methods_async.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/client/api_methods_sync.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/client/base_client.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/client/client.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/client/errors.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/client/transport.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/__init__.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/access_key.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/access_key_creation_config_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/access_key_info_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/access_key_list.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/access_key_permission.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/access_key_permission_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/access_key_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/account_creation_config_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/account_data_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/account_id.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/account_id_validity_rules_version.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/account_info.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/account_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/account_with_public_key.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/action_creation_config_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/action_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/action_error_kind.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/action_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/actions_validation_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/add_gas_key_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/add_key_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/bandwidth_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/bandwidth_request_bitmap.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/bandwidth_requests.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/bandwidth_requests_v1.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/block_header_inner_lite_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/block_header_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/block_id.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/block_reference.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/block_status_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/call_result.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/catchup_status_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/chunk_distribution_network_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/chunk_distribution_uris.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/chunk_hash.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/chunk_header_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/cloud_archival_writer_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/compilation_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/congestion_control_config_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/congestion_info_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/contract_code_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/cost_gas_used.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/create_account_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/crypto_hash.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/current_epoch_validator_info.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/data_receipt_creation_config_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/data_receiver_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/delegate_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/delete_account_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/delete_gas_key_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/delete_key_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/deploy_contract_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/deploy_global_contract_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/detailed_debug_status.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/deterministic_account_state_init.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/deterministic_account_state_init_v1.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/deterministic_state_init_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/direction.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/dump_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/duration_as_std_schema_provider.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/dynamic_resharding_config_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/epoch_id.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/epoch_sync_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_genesis_config_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_block_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_call_function_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_chunk_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_client_config_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_gas_price_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_light_client_next_block_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_light_client_proof_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_maintenance_windows_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_network_info_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_protocol_config_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_query_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_receipt_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_split_storage_info_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_state_changes_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_status_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_transaction_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_validator_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_view_access_key_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_view_access_key_list_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_view_account_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_view_code_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_view_gas_key_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_view_gas_key_list_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_view_state_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/execution_metadata_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/execution_outcome_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/execution_outcome_with_id_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/execution_status_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/ext_costs_config_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/external_storage_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/external_storage_location.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/fee.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/final_execution_outcome_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/final_execution_outcome_with_receipt_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/final_execution_status.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/finality.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/function_args.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/function_call_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/function_call_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/function_call_permission.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/gas_key.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/gas_key_info_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/gas_key_list.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/gas_key_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/gcconfig.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/genesis_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/genesis_config_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/genesis_config_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/global_contract_deploy_mode.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/global_contract_identifier.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/global_contract_identifier_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/host_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/internal_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/invalid_access_key_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/invalid_tx_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_block.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_block_effects.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_broadcast_tx_async.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_broadcast_tx_commit.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_changes.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_chunk.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_client_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_call_function.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_changes.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_changes_in_block.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_congestion_level.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_genesis_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_light_client_block_proof.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_light_client_proof.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_maintenance_windows.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_protocol_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_receipt.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_split_storage_info.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_tx_status.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_validators_ordered.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_view_access_key.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_view_access_key_list.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_view_account.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_view_code.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_view_gas_key.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_view_gas_key_list.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_experimental_view_state.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_gas_price.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_genesis_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_health.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_light_client_proof.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_maintenance_windows.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_network_info.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_next_light_client_block.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_query.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_send_tx.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_status.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_tx.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_validators.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_array_of_range_of_uint64_and_rpc_maintenance_windows_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_array_of_validator_stake_view_and_rpc_validator_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_crypto_hash_and_rpc_transaction_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_genesis_config_and_genesis_config_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_nullable_rpc_health_response_and_rpc_status_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_block_response_and_rpc_block_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_call_function_response_and_rpc_call_function_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_chunk_response_and_rpc_chunk_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_client_config_response_and_rpc_client_config_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_congestion_level_response_and_rpc_chunk_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_gas_price_response_and_rpc_gas_price_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/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.3 → near_jsonrpc_client-1.0.4}/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.3 → near_jsonrpc_client-1.0.4}/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.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_network_info_response_and_rpc_network_info_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_protocol_config_response_and_rpc_protocol_config_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_query_response_and_rpc_query_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_receipt_response_and_rpc_receipt_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_split_storage_info_response_and_rpc_split_storage_info_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/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.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_state_changes_in_block_response_and_rpc_state_changes_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_status_response_and_rpc_status_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_transaction_response_and_rpc_transaction_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_validator_response_and_rpc_validator_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/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.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_view_access_key_response_and_rpc_view_access_key_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_view_account_response_and_rpc_view_account_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_view_code_response_and_rpc_view_code_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/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.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_view_gas_key_response_and_rpc_view_gas_key_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_response_for_rpc_view_state_response_and_rpc_view_state_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/known_producer_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/light_client_block_lite_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/limit_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/log_summary_style.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/merkle_path_item.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/method_resolve_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/missing_trie_value.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/missing_trie_value_context.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/mutable_config_value.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/near_gas.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/near_token.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/network_info_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/next_epoch_validator_info.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/non_delegate_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/peer_id.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/peer_info_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/prepare_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/protocol_version_check_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/public_key.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/range_of_uint64.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/receipt_enum_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/receipt_validation_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/receipt_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_block_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_block_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_block_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_call_function_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_call_function_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_call_function_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_chunk_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_chunk_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_chunk_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_client_config_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_client_config_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_client_config_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_congestion_level_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_congestion_level_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_gas_price_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_gas_price_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_gas_price_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_health_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_health_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_known_producer.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_light_client_block_proof_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_light_client_block_proof_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_light_client_execution_proof_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_light_client_execution_proof_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_light_client_next_block_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_light_client_next_block_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_light_client_next_block_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_light_client_proof_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_maintenance_windows_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_maintenance_windows_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_network_info_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_network_info_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_network_info_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_peer_info.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_protocol_config_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_protocol_config_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_protocol_config_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_query_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_query_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_query_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_receipt_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_receipt_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_receipt_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_request_validation_error_kind.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_send_transaction_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_split_storage_info_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_split_storage_info_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_split_storage_info_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_state_changes_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_state_changes_in_block_by_type_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_state_changes_in_block_by_type_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_state_changes_in_block_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_state_changes_in_block_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_status_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_status_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_status_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_transaction_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_transaction_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_transaction_status_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_validator_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_validator_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_validator_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_validators_ordered_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_access_key_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_access_key_list_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_access_key_list_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_access_key_list_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_access_key_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_access_key_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_account_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_account_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_account_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_code_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_code_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_code_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_gas_key_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_gas_key_list_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_gas_key_list_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_gas_key_list_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_gas_key_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_gas_key_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_state_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_state_request.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/rpc_view_state_response.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/runtime_config_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/runtime_fees_config_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/shard_id.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/shard_layout.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/shard_layout_v0.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/shard_layout_v1.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/shard_layout_v2.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/shard_layout_v3.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/shard_uid.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/signature.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/signed_delegate_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/signed_transaction.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/signed_transaction_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/slashed_validator.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/stake_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/state_change_cause_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/state_change_kind_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/state_change_with_cause_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/state_item.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/state_sync_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/status_sync_info.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/storage_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/storage_get_mode.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/storage_usage_config_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/store_key.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/store_value.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/strict_model.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/sync_checkpoint.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/sync_concurrency.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/sync_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/tier1proxy_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/tracked_shards_config.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/transfer_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/transfer_to_gas_key_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/tx_execution_error.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/tx_execution_status.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/use_global_contract_action.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/validator_info.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/validator_kickout_reason.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/validator_kickout_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/validator_stake_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/validator_stake_view_v1.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/version.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/view_state_result.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/vmconfig_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/vmkind.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/wasm_trap.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/witness_config_view.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/near_jsonrpc_client.egg-info/SOURCES.txt +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/near_jsonrpc_client.egg-info/dependency_links.txt +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/near_jsonrpc_client.egg-info/requires.txt +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/near_jsonrpc_client.egg-info/top_level.txt +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/setup.cfg +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/setup.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/tests/test_api_integration_mocked.py +0 -0
- {near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/tests/test_model_serialization.py +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/access_key_creation_config_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/access_key_permission_view.py
RENAMED
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/account_creation_config_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/account_id_validity_rules_version.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/action_creation_config_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/block_header_inner_lite_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/chunk_distribution_network_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/cloud_archival_writer_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/congestion_control_config_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/current_epoch_validator_info.py
RENAMED
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/data_receipt_creation_config_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/deploy_global_contract_action.py
RENAMED
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/deterministic_account_state_init.py
RENAMED
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/deterministic_state_init_action.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/duration_as_std_schema_provider.py
RENAMED
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/dynamic_resharding_config_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_block_error.py
RENAMED
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_chunk_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_query_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/error_wrapper_for_rpc_status_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/execution_outcome_with_id_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/final_execution_outcome_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/global_contract_deploy_mode.py
RENAMED
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/global_contract_identifier.py
RENAMED
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/global_contract_identifier_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_block.py
RENAMED
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_block_effects.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_changes.py
RENAMED
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_chunk.py
RENAMED
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_client_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_gas_price.py
RENAMED
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_health.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_network_info.py
RENAMED
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_query.py
RENAMED
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_send_tx.py
RENAMED
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_status.py
RENAMED
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/json_rpc_request_for_validators.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/light_client_block_lite_view.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{near_jsonrpc_client-1.0.3 → near_jsonrpc_client-1.0.4}/models/missing_trie_value_context.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|