Class: Nis::Struct::TransferTransaction
- Inherits:
-
Transaction
- Object
- Transaction
- Nis::Struct::TransferTransaction
- Defined in:
- lib/nis/struct/transfer_transaction.rb
Overview
Instance Attribute Summary collapse
-
#amount ⇒ Integer
The current value of amount.
-
#message ⇒ Nis::Struct::Message
The current value of message.
-
#mosaics ⇒ Array <Nis::Struct::MosaicId>
The current value of mosaics.
-
#recipient ⇒ String
The current value of recipient.
Attributes inherited from Transaction
#deadline, #fee, #signer, #timeStamp, #type, #version
Method Summary
Methods inherited from Transaction
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#amount ⇒ Integer
Returns the current value of amount.
8 9 10 |
# File 'lib/nis/struct/transfer_transaction.rb', line 8 def amount @amount end |
#message ⇒ Nis::Struct::Message
Returns the current value of message.
8 9 10 |
# File 'lib/nis/struct/transfer_transaction.rb', line 8 def @message end |
#mosaics ⇒ Array <Nis::Struct::MosaicId>
Returns the current value of mosaics.
8 9 10 |
# File 'lib/nis/struct/transfer_transaction.rb', line 8 def mosaics @mosaics end |
#recipient ⇒ String
Returns the current value of recipient.
8 9 10 |
# File 'lib/nis/struct/transfer_transaction.rb', line 8 def recipient @recipient end |