Class: Nis::Struct::TransferTransaction

Inherits:
Transaction show all
Defined in:
lib/nis/struct/transfer_transaction.rb

Overview

Instance Attribute Summary collapse

Attributes inherited from Transaction

#deadline, #fee, #signer, #timeStamp, #type, #version

Method Summary

Methods inherited from Transaction

build

Methods included from Util::Assignable

#[], #initialize, #to_hash, #to_json

Instance Attribute Details

#amountInteger

Returns the current value of amount.

Returns:

  • (Integer)

    the current value of amount



8
9
10
# File 'lib/nis/struct/transfer_transaction.rb', line 8

def amount
  @amount
end

#messageNis::Struct::Message

Returns the current value of message.

Returns:



8
9
10
# File 'lib/nis/struct/transfer_transaction.rb', line 8

def message
  @message
end

#mosaicsArray <Nis::Struct::MosaicId>

Returns the current value of mosaics.

Returns:



8
9
10
# File 'lib/nis/struct/transfer_transaction.rb', line 8

def mosaics
  @mosaics
end

#recipientString

Returns the current value of recipient.

Returns:

  • (String)

    the current value of recipient



8
9
10
# File 'lib/nis/struct/transfer_transaction.rb', line 8

def recipient
  @recipient
end