Class: Nis::Struct::MultisigSignatureTransaction
- Inherits:
-
Object
- Object
- Nis::Struct::MultisigSignatureTransaction
- Includes:
- Util::Assignable
- Defined in:
- lib/nis/struct/multisig_signature_transaction.rb
Overview
Constant Summary collapse
- TYPE =
4098 (multisig signature transaction)
0x1002
Instance Attribute Summary collapse
-
#deadline ⇒ Integer
The current value of deadline.
-
#fee ⇒ Integer
The current value of fee.
-
#otherAccount ⇒ String
(also: #other_account)
The current value of otherAccount.
-
#otherHash ⇒ String
(also: #other_hash)
The current value of otherHash.
-
#signature ⇒ String
The current value of signature.
-
#signer ⇒ String
The current value of signer.
-
#timeStamp ⇒ Integer
(also: #timestamp)
The current value of timeStamp.
-
#type ⇒ Integer
The current value of type.
-
#version ⇒ Integer
The current value of version.
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#deadline ⇒ Integer
Returns the current value of deadline.
12 13 14 |
# File 'lib/nis/struct/multisig_signature_transaction.rb', line 12 def deadline @deadline end |
#fee ⇒ Integer
Returns the current value of fee.
12 13 14 |
# File 'lib/nis/struct/multisig_signature_transaction.rb', line 12 def fee @fee end |
#otherAccount ⇒ String Also known as: other_account
Returns the current value of otherAccount.
12 13 14 |
# File 'lib/nis/struct/multisig_signature_transaction.rb', line 12 def otherAccount @otherAccount end |
#otherHash ⇒ String Also known as: other_hash
Returns the current value of otherHash.
12 13 14 |
# File 'lib/nis/struct/multisig_signature_transaction.rb', line 12 def otherHash @otherHash end |
#signature ⇒ String
Returns the current value of signature.
12 13 14 |
# File 'lib/nis/struct/multisig_signature_transaction.rb', line 12 def signature @signature end |
#signer ⇒ String
Returns the current value of signer.
12 13 14 |
# File 'lib/nis/struct/multisig_signature_transaction.rb', line 12 def signer @signer end |
#timeStamp ⇒ Integer Also known as: timestamp
Returns the current value of timeStamp.
12 13 14 |
# File 'lib/nis/struct/multisig_signature_transaction.rb', line 12 def timeStamp @timeStamp end |
#type ⇒ Integer
Returns the current value of type.
12 13 14 |
# File 'lib/nis/struct/multisig_signature_transaction.rb', line 12 def type @type end |
#version ⇒ Integer
Returns the current value of version.
12 13 14 |
# File 'lib/nis/struct/multisig_signature_transaction.rb', line 12 def version @version end |
Class Method Details
.build(attrs) ⇒ Object
26 27 28 |
# File 'lib/nis/struct/multisig_signature_transaction.rb', line 26 def self.build(attrs) new(attrs) end |
Instance Method Details
#_version ⇒ Integer
31 32 33 |
# File 'lib/nis/struct/multisig_signature_transaction.rb', line 31 def _version (0xFFFFFFF0 & @version) end |