Class: Nis::Struct::MultisigSignatureTransaction
- Inherits:
-
Transaction
- Object
- Transaction
- Nis::Struct::MultisigSignatureTransaction
- Defined in:
- lib/nis/struct/multisig_signature_transaction.rb
Instance Attribute Summary collapse
-
#otherAccount ⇒ Object
(also: #other_account)
Returns the value of attribute otherAccount.
-
#otherHash ⇒ Object
(also: #other_hash)
Returns the value of attribute otherHash.
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
#otherAccount ⇒ Object 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 |
#otherHash ⇒ Object 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 |