Class: Nis::Struct::MosaicSupplyChangeTransaction
- Inherits:
-
Transaction
- Object
- Transaction
- Nis::Struct::MosaicSupplyChangeTransaction
- Defined in:
- lib/nis/struct/mosaic_supply_change_transaction.rb
Instance Attribute Summary collapse
-
#delta ⇒ Integer
The current value of delta.
-
#mosaicId ⇒ String
The current value of mosaicId.
-
#supplyType ⇒ Integer
The current value of supplyType.
Attributes inherited from Transaction
#deadline, #fee, #signer, #timeStamp, #type, #version
Method Summary
Methods inherited from Transaction
Methods included from Util::Assignable
#[], #initialize, #to_hash, #to_json
Instance Attribute Details
#delta ⇒ Integer
Returns the current value of delta.
5 6 7 |
# File 'lib/nis/struct/mosaic_supply_change_transaction.rb', line 5 def delta @delta end |
#mosaicId ⇒ String
Returns the current value of mosaicId.
5 6 7 |
# File 'lib/nis/struct/mosaic_supply_change_transaction.rb', line 5 def mosaicId @mosaicId end |
#supplyType ⇒ Integer
Returns the current value of supplyType.
5 6 7 |
# File 'lib/nis/struct/mosaic_supply_change_transaction.rb', line 5 def supplyType @supplyType end |