class IOSTSdk::Models::Transaction

Public Class Methods

attr_names() click to toggle source
# File lib/iost_sdk/models/transaction.rb, line 13
def self.attr_names
  [
    'hash',
    'time',
    'expiration',
    'gas_ratio',
    'gas_limit',
    'delay',
    'actions',
    'chain_id',
    'signers',
    'publisher',
    'referred_tx',
    'amount_limit',
    'tx_receipt'
  ]
end