Docs.rs
unc-cli-rs-0.2.0
unc-cli-rs 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fadeAce
Dependencies
bip39 ^2.0.0
normal
bs58 ^0.5
normal
bytesize ^1.1.0
normal
cargo-util ^0.2.9
normal
clap ^4.0.18
normal
color-eyre ^0.6
normal
derive_more ^0.99.9
normal
dirs ^5
normal
easy-ext ^1
normal
ed25519-dalek ^1
normal
futures ^0.3
normal
hex ^0.4.2
normal
inquire ^0.7.0
normal
interactive-clap ^0.2.8
normal
interactive-clap-derive ^0.2.8
normal
keyring ^2.0.5
normal
linked-hash-map ^0.5
normal
open ^5.1.1
normal
openssl ^0.10
normal
prettytable ^0.10.0
normal
rand ^0.8
normal
reqwest ^0.11
normal
rsa ^0.9.6
normal
self_update ^0.39.0
normal
optional
semver ^1.0.4
normal
optional
serde ^1.0
normal
serde_json ^1.0.57
normal
shell-words ^1
normal
shellexpand ^3
normal
slip10 ^0.4.3
normal
smart-default ^0.7.1
normal
strum ^0.24
normal
strum_macros ^0.24
normal
textwrap ^0.16.1
normal
thiserror ^1
normal
tokio ^1.0
normal
toml ^0.8.10
normal
unc-abi ^0.1.0
normal
unc-crypto ^0.5.2
normal
unc-gas ^0.1.0
normal
unc-jsonrpc-client ^0.5.2
normal
unc-jsonrpc-primitives ^0.5.2
normal
unc-ledger ^0.5.2
normal
optional
unc-primitives ^0.5.2
normal
unc-token ^0.3.0
normal
url ^2
normal
wasmparser ^0.201.0
normal
zstd ^0.13.0
normal
Versions
23.93%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
unc_cli_rs
0.2.0
Module common
Structs
Enums
Constants
Traits
Functions
Type Aliases
In crate unc_cli_rs
?
Module
unc_cli_rs
::
common
source
·
[
−
]
Structs
§
AccountTransferAllowance
BlockHashAsBase58
KeyPairProperties
RewardFeeFraction
StakingPoolInfo
TransferAmount
UncGas
UsedAccount
Enums
§
OutputFormat
Constants
§
RAW_PUBLIC_KEY_RSA_2048_LENGTH
The length of an rsa
RsaPublicKey
, in bytes.
Traits
§
CallResultExt
JsonRpcClientExt
RpcQueryResponseExt
Functions
§
ask_if_different_account_id_wanted
create_used_account_list_from_keychain
display_access_key_list
display_account_info
display_account_profile
find_network_where_account_exist
generate_ed25519_keypair
generate_rsa2048_keypair
get_account_state
get_account_transfer_allowance
get_config_toml
get_delegated_validator_list_from_mainnet
get_key_pair_properties_from_seed_phrase
get_public_key_from_seed_phrase
get_unc_exec_path
get_used_account_list
get_used_delegated_validator_list
get_validator_list
get_validators_stake
handler_invalid_tx_error
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_action_error
print_async_transaction_status
print_full_signed_transaction
print_full_unsigned_transaction
print_transaction_error
print_transaction_status
print_unsigned_transaction
rpc_async_transaction_error
rpc_transaction_error
save_access_key_to_keychain
save_access_key_to_legacy_keychain
try_external_subcommand_execution
update_used_account_list_as_non_signer
update_used_account_list_as_signer
verify_account_access_key
write_config_toml
Type Aliases
§
CliResult