Class: Nis::Struct::MosaicSupplyChangeTransaction

Inherits:
Transaction
  • Object
show all
Defined in:
lib/nis/struct/mosaic_supply_change_transaction.rb

Instance Attribute Summary collapse

Attributes inherited from Transaction

#deadline, #fee, #signer, #timeStamp, #type, #version

Method Summary

Methods inherited from Transaction

build

Methods included from Util::Assignable

#[], #initialize, #to_hash, #to_json

Instance Attribute Details

#deltaInteger

Returns the current value of delta.

Returns:

  • (Integer)

    the current value of delta



5
6
7
# File 'lib/nis/struct/mosaic_supply_change_transaction.rb', line 5

def delta
  @delta
end

#mosaicIdString

Returns the current value of mosaicId.

Returns:

  • (String)

    the current value of mosaicId



5
6
7
# File 'lib/nis/struct/mosaic_supply_change_transaction.rb', line 5

def mosaicId
  @mosaicId
end

#supplyTypeInteger

Returns the current value of supplyType.

Returns:

  • (Integer)

    the current value of supplyType



5
6
7
# File 'lib/nis/struct/mosaic_supply_change_transaction.rb', line 5

def supplyType
  @supplyType
end