Module common

Module common 

Source

Structs§

AccountTransferAllowance
BlockHashAsBase58
KeyPairProperties
NearGas
RewardFeeFraction
StakingPoolInfo
TransferAmount
UsedAccount

Enums§

AccountStateError
OutputFormat

Traits§

CallResultExt
JsonRpcClientExt
RpcQueryResponseExt

Functions§

ask_if_different_account_id_wanted
convert_action_error_to_cli_result
convert_invalid_tx_error_to_cli_result
create_used_account_list_from_legacy_keychain
display_access_key_list
display_account_info
display_account_profile
fetch_currently_active_staking_pools
fetch_historically_delegated_staking_pools
find_network_where_account_exist
generate_keypair
get_account_state
get_account_transfer_allowance
get_delegated_validator_list_from_mainnet
get_key_pair_properties_from_seed_phrase
get_near_exec_path
get_public_key_from_seed_phrase
get_used_account_list
get_used_delegated_validator_list
get_validator_list
get_validators_stake
indent_payload
input_network_name
Interactive prompt for network name.
input_non_signer_account_id_from_used_account_list
input_signer_account_id_from_used_account_list
input_staking_pool_validator_account_id
is_account_exist
is_used_account_list_exist
print_full_signed_transaction
print_full_unsigned_transaction
print_transaction_status
print_unsigned_transaction
rpc_transaction_error
save_access_key_to_keychain
save_access_key_to_keychain_or_save_to_legacy_keychain
save_access_key_to_legacy_keychain
save_cli_command
try_external_subcommand_execution
update_used_account_list_as_non_signer
update_used_account_list_as_signer
verify_account_access_key

Type Aliases§

BoxedJsonRpcResult
A type alias was introduced to simplify the usage of Result with a boxed error type that was necessary to fix clippy::result_large_err warning
CliResult