class Nis::Struct::ExplorerTransferViewModel

@attr [Nis::Struct::Transaction] tx @attr [String] hash @attr [String] innerHash @see nemproject.github.io/#explorerTransferViewModel

Attributes

hash[RW]
innerHash[RW]
inner_hash[RW]
inner_hash=[RW]
tx[RW]

Public Class Methods

build(attrs) click to toggle source
# File lib/nis/struct/explorer_transfer_view_model.rb, line 13
def self.build(attrs)
  attrs[:tx] = Transaction.build(attrs[:tx])
  new(attrs)
end