Class: GolosCloud::Transaction

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

Instance Method Summary collapse

Methods inherited from SqlBase

#tx

Instance Method Details

#blockObject



12
13
14
# File 'lib/golos_cloud/models/transaction.rb', line 12

def block
  GolosCloud::Block.find(block_num)
end