module Wallet::WalletController

Direct including types

Defined in:

tron-wallet/controller/wallet_controller.cr

Constant 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

Instance Method Detail

def get_account_address(account) #

[View source]
def get_account_data(account, key) #

[View source]
def get_logged_account_key #

[View source]
def select_account_from_the_book #

[View source]
def select_another_account_in_the_wallet #

[View source]
def show_transaction_result(result, message, transaction_id) #

[View source]
def wallet(args) #

[View source]
def wallet_address(args) #

[View source]
def wallet_backup(args) #

[View source]
def wallet_balance(args) #

[View source]
def wallet_change_password(args) #

[View source]
def wallet_claim(args) #

[View source]
def wallet_create(args) #

[View source]
def wallet_delete(args) #

[View source]
def wallet_history(args) #

[View source]
def wallet_import(args) #

[View source]
def wallet_list(args) #

[View source]
def wallet_login(args) #

[View source]
def wallet_logout(args) #

[View source]
def wallet_rename(args) #

[View source]
def wallet_send(args) #

[View source]
def wallet_send_token(amount, address, contract, private_key) #

[View source]
def wallet_send_trx(amount, address, private_key) #

[View source]
def wallet_stake(args) #

[View source]
def wallet_unstake(args) #

[View source]
def wallet_unstake_v1(args) #

[View source]
def wallet_withdraw(args) #

[View source]