Class: GolosCloud::Account

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

Instance Method Summary collapse

Methods inherited from SqlBase

#tx

Instance Method Details

#witness?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/golos_cloud/models/account.rb', line 11

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