Class: Nis::Struct::ImportanceTransferTransaction

Inherits:
Transaction
  • Object
show all
Defined in:
lib/nis/struct/importance_transfer_transaction.rb

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

#modeInteger

Returns the current value of mode.

Returns:

  • (Integer)

    the current value of mode



4
5
6
# File 'lib/nis/struct/importance_transfer_transaction.rb', line 4

def mode
  @mode
end

#remoteAccountObject Also known as: remote_account

Returns the value of attribute remoteAccount.



5
6
7
# File 'lib/nis/struct/importance_transfer_transaction.rb', line 5

def remoteAccount
  @remoteAccount
end