Class: Laksa::Account::TxParams

Inherits:
Object
  • Object
show all
Defined in:
lib/laksa/account/transaction.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTxParams

Returns a new instance of TxParams.



173
174
# File 'lib/laksa/account/transaction.rb', line 173

def initialize
end

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



172
173
174
# File 'lib/laksa/account/transaction.rb', line 172

def amount
  @amount
end

#codeObject

Returns the value of attribute code.



172
173
174
# File 'lib/laksa/account/transaction.rb', line 172

def code
  @code
end

#dataObject

Returns the value of attribute data.



172
173
174
# File 'lib/laksa/account/transaction.rb', line 172

def data
  @data
end

#gas_limitObject

Returns the value of attribute gas_limit.



172
173
174
# File 'lib/laksa/account/transaction.rb', line 172

def gas_limit
  @gas_limit
end

#gas_priceObject

Returns the value of attribute gas_price.



172
173
174
# File 'lib/laksa/account/transaction.rb', line 172

def gas_price
  @gas_price
end

#idObject

Returns the value of attribute id.



172
173
174
# File 'lib/laksa/account/transaction.rb', line 172

def id
  @id
end

#nonceObject

Returns the value of attribute nonce.



172
173
174
# File 'lib/laksa/account/transaction.rb', line 172

def nonce
  @nonce
end

#receiptObject

Returns the value of attribute receipt.



172
173
174
# File 'lib/laksa/account/transaction.rb', line 172

def receipt
  @receipt
end

#sender_pub_keyObject

Returns the value of attribute sender_pub_key.



172
173
174
# File 'lib/laksa/account/transaction.rb', line 172

def sender_pub_key
  @sender_pub_key
end

#signatureObject

Returns the value of attribute signature.



172
173
174
# File 'lib/laksa/account/transaction.rb', line 172

def signature
  @signature
end

#to_addrObject

Returns the value of attribute to_addr.



172
173
174
# File 'lib/laksa/account/transaction.rb', line 172

def to_addr
  @to_addr
end

#versionObject

Returns the value of attribute version.



172
173
174
# File 'lib/laksa/account/transaction.rb', line 172

def version
  @version
end