module

Wallet::WalletController

Constants

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 methods

get_account_address(account)
Source
get_account_data(account, key)
Source
get_logged_account_key
Source
select_account_from_the_book
Source
select_another_account_in_the_wallet
Source
show_transaction_result(result, message, transaction_id)
Source
wallet(args)
Source
wallet_address(args)
Source
wallet_backup(args)
Source
wallet_balance(args)
Source
wallet_change_password(args)
Source
wallet_claim(args)
Source
wallet_create(args)
Source
wallet_delete(args)
Source
wallet_history(args)
Source
wallet_import(args)
Source
wallet_list(args)
Source
wallet_login(args)
Source
wallet_logout(args)
Source
wallet_rename(args)
Source
wallet_send(args)
Source
wallet_send_token(amount, address, contract, private_key)
Source
wallet_send_trx(amount, address, private_key)
Source
wallet_stake(args)
Source
wallet_unstake(args)
Source
wallet_unstake_v1(args)
Source
wallet_withdraw(args)
Source