Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andelf/rust-tron
/ functions
Functions
287 in github.com/andelf/rust-tron
⨍
Functions
287
◇
Types & classes
19
↓ 1 callers
Function
get_account_resource
Get account energy and bandwidth infomation.
wallet-cli/src/commands/get/mod.rs:447
↓ 1 callers
Function
get_asset_by_id
(id: &str)
wallet-cli/src/commands/get/mod.rs:632
↓ 1 callers
Function
get_block
(matches: &ArgMatches)
wallet-cli/src/commands/get/mod.rs:267
↓ 1 callers
Function
get_brokerage_info
(addr: &str)
wallet-cli/src/commands/get/mod.rs:664
↓ 1 callers
Method
get_crypto_key
(&self, wallet_json: &serde_json::Value, password: &str)
wallet/src/lib.rs:320
↓ 1 callers
Function
get_merkle_tree
(matches: &ArgMatches)
wallet-cli/src/commands/get/mod.rs:220
↓ 1 callers
Function
get_next_maintenance_time
()
wallet-cli/src/commands/get/mod.rs:31
↓ 1 callers
Function
get_node_graph
()
wallet-cli/src/commands/get/mod.rs:80
↓ 1 callers
Method
get_private_key
(&self, public: &Public)
wallet/src/lib.rs:249
↓ 1 callers
Function
get_proposal_by_id
(id: &str)
wallet-cli/src/commands/get/mod.rs:566
↓ 1 callers
Method
get_public_key
(&self, address: &Address)
wallet/src/lib.rs:266
↓ 1 callers
Function
get_reward_info
(addr: &str)
wallet-cli/src/commands/get/mod.rs:650
↓ 1 callers
Function
get_transaction
(id: &str)
wallet-cli/src/commands/get/transaction.rs:22
↓ 1 callers
Function
get_transaction_info
(id: &str)
wallet-cli/src/commands/get/transaction.rs:99
↓ 1 callers
Function
get_walletd_pid
()
wallet-cli/src/utils/walletd.rs:40
↓ 1 callers
Function
import_key_to_wallet
(private_key: &str)
wallet-cli/src/commands/wallet/mod.rs:89
↓ 1 callers
Method
import_zkey
(&self, request: Request<ImportZkeyRequest>)
walletd/src/main.rs:303
↓ 1 callers
Function
import_zkey_to_wallet
(matches: &'a ArgMatches<'a>)
wallet-cli/src/commands/wallet/mod.rs:141
↓ 1 callers
Function
inspect_key
(matches: &ArgMatches<'_>)
wallet-cli/src/commands/key.rs:44
↓ 1 callers
Method
is_new
(&self)
wallet/src/lib.rs:110
↓ 1 callers
Function
issue_asset
(matches: &ArgMatches)
wallet-cli/src/commands/asset/mod.rs:14
↓ 1 callers
Method
iter
Creates an `Iterator` over the values contained in this Merkle tree.
merkle-tree/src/merkle_tree.rs:99
↓ 1 callers
Function
list_assets
()
wallet-cli/src/commands/list/mod.rs:73
↓ 1 callers
Function
list_exchanges
()
wallet-cli/src/commands/list/mod.rs:160
↓ 1 callers
Method
list_keys
(&self, request: Request<ListKeysRequest>)
walletd/src/main.rs:178
↓ 1 callers
Function
list_keys_in_wallet
()
wallet-cli/src/commands/wallet/mod.rs:105
↓ 1 callers
Function
list_nodes
()
wallet-cli/src/commands/list/mod.rs:10
↓ 1 callers
Function
list_parameters
()
wallet-cli/src/commands/list/mod.rs:149
↓ 1 callers
Function
list_proposals
()
wallet-cli/src/commands/list/mod.rs:93
↓ 1 callers
Function
list_witnesses
()
wallet-cli/src/commands/list/mod.rs:27
↓ 1 callers
Method
list_zkeys
(&self, request: Request<ListZkeysRequest>)
walletd/src/main.rs:269
↓ 1 callers
Function
list_zkeys_in_wallet
()
wallet-cli/src/commands/wallet/mod.rs:156
↓ 1 callers
Function
load_abi_from_param
(param: &str)
wallet-cli/src/commands/contract/create.rs:106
↓ 1 callers
Function
load_code_from_param
(param: &str)
wallet-cli/src/commands/contract/create.rs:121
↓ 1 callers
Function
lock_wallet
()
wallet-cli/src/commands/wallet/mod.rs:44
↓ 1 callers
Function
new_grpc_client
(host: &str)
wallet-cli/src/utils/client.rs:21
↓ 1 callers
Function
node_info
()
wallet-cli/src/commands/get/mod.rs:21
↓ 1 callers
Method
open
(name: &str)
wallet/src/lib.rs:78
↓ 1 callers
Function
open_wallet
(name: &str)
wallet-cli/src/commands/wallet/mod.rs:33
↓ 1 callers
Function
parse_tokens
(params: &[(ParamType, &str)], lenient: bool)
wallet-cli/src/utils/abi.rs:75
↓ 1 callers
Function
participate_asset_issue
(matches: &ArgMatches)
wallet-cli/src/commands/asset/mod.rs:141
↓ 1 callers
Function
pprint_abi_entries
NOTE: there is a typo in pb: abi.`entrys`
wallet-cli/src/commands/get/contract.rs:44
↓ 1 callers
Function
pprint_contract_call_data
(contract: &Address, data: &str)
wallet-cli/src/commands/get/transaction.rs:260
↓ 1 callers
Function
pprint_contract_logs
(logs: &[Log])
wallet-cli/src/commands/get/transaction.rs:192
↓ 1 callers
Function
random_salt
()
wallet/src/lib.rs:461
↓ 1 callers
Method
resume
Resume running from a Transaction.raw
wallet-cli/src/utils/trx.rs:263
↓ 1 callers
Function
revert_permission_info
revert for serializing to pb
wallet-cli/src/utils/jsont.rs:577
↓ 1 callers
Function
run
(addr: &str)
wallet-cli/src/commands/get/contract.rs:13
↓ 1 callers
Function
run
NOTE: each impl Trait is a different type, so, await is required
wallet-cli/src/commands/wallet/mod.rs:192
↓ 1 callers
Function
run_walletd
()
wallet-cli/src/utils/walletd.rs:82
↓ 1 callers
Method
s
Get a slice into the 's' portion of the data.
keys/src/signature.rs:21
↓ 1 callers
Function
set_account_name
Set account name.
wallet-cli/src/commands/set/mod.rs:41
↓ 1 callers
Function
set_account_permission
Set account permission info.
wallet-cli/src/commands/set/mod.rs:14
↓ 1 callers
Method
set_password
NOTE: does not support change password for now
wallet/src/lib.rs:150
↓ 1 callers
Method
sign_digest
Sign digest data with the private key.
keys/src/private.rs:20
↓ 1 callers
Function
sign_digest_via_address
(digest: &[u8], address: &Address)
wallet-cli/src/commands/wallet/mod.rs:172
↓ 1 callers
Function
sign_digest_via_public_or_address
( wallet: &Wallet, digest: &[u8], public: Option<&Vec<u8>>, address: Option<&Vec<u8>>, )
walletd/src/main.rs:357
↓ 1 callers
Function
sign_message
(matches: &ArgMatches)
wallet-cli/src/commands/sign.rs:31
↓ 1 callers
Function
to_partial_raw_transaction
(inner: &C, matches: &ArgMatches)
wallet-cli/src/commands/batch.rs:119
↓ 1 callers
Method
to_raw_transaction
Extract the filled Transaction.raw
wallet-cli/src/utils/trx.rs:198
↓ 1 callers
Function
to_signed_transaction
(raw: TransactionRaw, matches: &ArgMatches)
wallet-cli/src/commands/batch.rs:148
↓ 1 callers
Function
transfer_asset
(matches: &ArgMatches)
wallet-cli/src/commands/asset/mod.rs:90
↓ 1 callers
Function
translate_abi_type
(val: &serde_json::Value)
wallet-cli/src/utils/abi.rs:214
↓ 1 callers
Function
translate_state_mutablility
(val: &serde_json::Value)
wallet-cli/src/utils/abi.rs:199
↓ 1 callers
Function
unfreeze
(matches: &ArgMatches)
wallet-cli/src/commands/system/freeze.rs:41
↓ 1 callers
Function
unfreeze_asset
(matches: &ArgMatches)
wallet-cli/src/commands/asset/mod.rs:165
↓ 1 callers
Method
unlock
(&mut self, password: &str)
wallet/src/lib.rs:125
↓ 1 callers
Function
update
(matches: &ArgMatches)
wallet-cli/src/commands/system/witness.rs:61
↓ 1 callers
Function
update_asset_settings
(matches: &ArgMatches)
wallet-cli/src/commands/asset/mod.rs:116
↓ 1 callers
Function
update_brokerage
(matches: &ArgMatches)
wallet-cli/src/commands/system/witness.rs:89
↓ 1 callers
Function
update_contract_settings
(matches: &ArgMatches)
wallet-cli/src/commands/contract/mod.rs:11
↓ 1 callers
Method
verify_digest
Verifies a signature of a digest.
keys/src/public.rs:22
↓ 1 callers
Function
visit_node
(ip: &str, edges: &mut HashSet<(String, String)>)
wallet-cli/src/commands/get/mod.rs:45
↓ 1 callers
Function
vote
(matches: &ArgMatches)
wallet-cli/src/commands/system/witness.rs:12
↓ 1 callers
Function
withdraw_reward
(matches: &ArgMatches)
wallet-cli/src/commands/system/witness.rs:76
Method
as_bytes
As raw signature bytes.
keys/src/signature.rs:42
Function
bytes_to_hex_string
(val: &serde_json::Value)
wallet-cli/src/utils/jsont.rs:17
Function
bytes_to_string
(val: &serde_json::Value)
wallet-cli/src/utils/jsont.rs:26
Function
create
(matches: &ArgMatches)
wallet-cli/src/commands/system/proposal.rs:9
Method
create
(&self, request: Request<CreateRequest>)
walletd/src/main.rs:30
Method
create_key
(&self, request: Request<CreateKeyRequest>)
walletd/src/main.rs:122
Method
default
()
keys/src/address.rs:105
Method
deref
(&self)
keys/src/signature.rs:73
Method
empty
Create an empty tree
merkle-tree/src/tree.rs:24
Function
empty_tree
()
merkle-tree/src/lib.rs:44
Method
encode_hex_upper
(&self)
keys/src/signature.rs:160
Function
ensure_walletd
()
wallet-cli/src/utils/walletd.rs:16
Function
entry_to_method_name_pretty
(entry: &AbiEntry)
wallet-cli/src/utils/abi.rs:115
Method
eq
(&self, other: &Self)
keys/src/signature.rs:48
Method
eq
(&self, other: &Self)
keys/src/public.rs:79
Function
fix_voucher_info
(voucher_info: &mut serde_json::Value)
wallet-cli/src/utils/jsont.rs:474
Method
fmt
(&self, f: &mut fmt::Formatter)
keys/src/private.rs:47
Method
fmt
(&self, f: &mut fmt::Formatter)
keys/src/signature.rs:55
Method
fmt
(&self, f: &mut fmt::Formatter)
keys/src/keypair.rs:62
Method
fmt
(&self, f: &mut fmt::Formatter)
keys/src/public.rs:87
Method
fmt
(&self, f: &mut fmt::Formatter)
keys/src/address.rs:111
Method
fmt
(&self, f: &mut fmt::Formatter)
keys/src/error.rs:26
Function
format_amount_with_surfix
(amount: i64, surfix: &str, precision: u32)
wallet-cli/src/utils/trx.rs:166
Method
from
(s: &'static str)
wallet/src/error.rs:18
Method
from
(s: &'static str)
wallet-cli/src/error.rs:34
← previous
next →
101–200 of 287, ranked by callers