Class: Laksa::Account::TxParams
- Inherits:
-
Object
- Object
- Laksa::Account::TxParams
- Defined in:
- lib/laksa/account/transaction.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#code ⇒ Object
Returns the value of attribute code.
-
#data ⇒ Object
Returns the value of attribute data.
-
#gas_limit ⇒ Object
Returns the value of attribute gas_limit.
-
#gas_price ⇒ Object
Returns the value of attribute gas_price.
-
#id ⇒ Object
Returns the value of attribute id.
-
#nonce ⇒ Object
Returns the value of attribute nonce.
-
#receipt ⇒ Object
Returns the value of attribute receipt.
-
#sender_pub_key ⇒ Object
Returns the value of attribute sender_pub_key.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#to_addr ⇒ Object
Returns the value of attribute to_addr.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ TxParams
constructor
A new instance of TxParams.
Constructor Details
#initialize ⇒ TxParams
Returns a new instance of TxParams.
173 174 |
# File 'lib/laksa/account/transaction.rb', line 173 def initialize end |
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
172 173 174 |
# File 'lib/laksa/account/transaction.rb', line 172 def amount @amount end |
#code ⇒ Object
Returns the value of attribute code.
172 173 174 |
# File 'lib/laksa/account/transaction.rb', line 172 def code @code end |
#data ⇒ Object
Returns the value of attribute data.
172 173 174 |
# File 'lib/laksa/account/transaction.rb', line 172 def data @data end |
#gas_limit ⇒ Object
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_price ⇒ Object
Returns the value of attribute gas_price.
172 173 174 |
# File 'lib/laksa/account/transaction.rb', line 172 def gas_price @gas_price end |
#id ⇒ Object
Returns the value of attribute id.
172 173 174 |
# File 'lib/laksa/account/transaction.rb', line 172 def id @id end |
#nonce ⇒ Object
Returns the value of attribute nonce.
172 173 174 |
# File 'lib/laksa/account/transaction.rb', line 172 def nonce @nonce end |
#receipt ⇒ Object
Returns the value of attribute receipt.
172 173 174 |
# File 'lib/laksa/account/transaction.rb', line 172 def receipt @receipt end |
#sender_pub_key ⇒ Object
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 |
#signature ⇒ Object
Returns the value of attribute signature.
172 173 174 |
# File 'lib/laksa/account/transaction.rb', line 172 def signature @signature end |
#to_addr ⇒ Object
Returns the value of attribute to_addr.
172 173 174 |
# File 'lib/laksa/account/transaction.rb', line 172 def to_addr @to_addr end |
#version ⇒ Object
Returns the value of attribute version.
172 173 174 |
# File 'lib/laksa/account/transaction.rb', line 172 def version @version end |