class Nis::Struct::MosaicLevy

@attr [Integer] type @attr [String] recipient @attr [Nis::Struct::MosaicId] mosaicId @attr [Integer] fee @see nemproject.github.io/#mosaicLevy

Attributes

fee[RW]
mosaicId[RW]
mosaid_id[RW]
recipient[RW]
type[RW]

Public Class Methods

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