Class: SteemApi::Account

Inherits:
SqlBase
  • Object
show all
Defined in:
lib/steem_api/models/account.rb

Instance Method Summary collapse

Methods inherited from SqlBase

#tx

Instance Method Details

#witness?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/steem_api/models/account.rb', line 6

def witness?
  self.witness_votes != "[]"
end