module Wallet::WalletController
Direct including types
Defined in:
tron-wallet/controller/wallet_controller.crConstant Summary
-
WALLET_COMMANDS =
["login", "logout", "list", "create", "import", "delete", "address", "history", "backup", "balance", "send", "stake", "unstake", "unstake_v1", "withdraw", "claim", "rename", "change_password"] of ::String
Instance Method Summary
- #get_account_address(account)
- #get_account_data(account, key)
- #get_logged_account_key
- #select_account_from_the_book
- #select_another_account_in_the_wallet
- #show_transaction_result(result, message, transaction_id)
- #wallet(args)
- #wallet_address(args)
- #wallet_backup(args)
- #wallet_balance(args)
- #wallet_change_password(args)
- #wallet_claim(args)
- #wallet_create(args)
- #wallet_delete(args)
- #wallet_history(args)
- #wallet_import(args)
- #wallet_list(args)
- #wallet_login(args)
- #wallet_logout(args)
- #wallet_rename(args)
- #wallet_send(args)
- #wallet_send_token(amount, address, contract, private_key)
- #wallet_send_trx(amount, address, private_key)
- #wallet_stake(args)
- #wallet_unstake(args)
- #wallet_unstake_v1(args)
- #wallet_withdraw(args)