class IOSTSdk::Models::Block

Public Class Methods

attr_names() click to toggle source
# File lib/iost_sdk/models/block.rb, line 12
def self.attr_names
  [
    'hash',
    'version',
    'parent_hash',
    'tx_merkle_hash',
    'tx_receipt_merkle_hash',
    'number',
    'witness',
    'time',
    'gas_usage',
    'tx_count',
    'info',
    'transactions'
  ]
end