class Nis::Struct::MultisigTransaction
@attr [String] other_hash @attr [String] other_account
Attributes
otherTrans[RW]
other_trans[RW]
other_trans=[RW]
Public Class Methods
build(attrs)
click to toggle source
# File lib/nis/struct/multisig_transaction.rb, line 10 def self.build(attrs) attrs[:otherTrans] = Nis::Struct::TransactionMetaDataPair.build_transaction_struct(attrs[:otherTrans]) new(attrs) end