Class: Nis::Struct::MultisigSignatureTransaction

Inherits:
Transaction
  • Object
show all
Defined in:
lib/nis/struct/multisig_signature_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

#otherAccountObject Also known as: other_account

Returns the value of attribute otherAccount.



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

def otherAccount
  @otherAccount
end

#otherHashObject Also known as: other_hash

Returns the value of attribute otherHash.



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

def otherHash
  @otherHash
end