module BitsDealer::Balance

Public Instance Methods

balance(filter: nil) click to toggle source
# File lib/bits_dealer/commands/balance.rb, line 3
def balance(filter: nil)
  balance = Bitsor.balance
  helper.print_account_balance(balance: balance, filter: filter)
  nil
end