Class: Nis::Struct::MosaicDefinitionCreationTransaction
- Inherits:
-
Transaction
- Object
- Transaction
- Nis::Struct::MosaicDefinitionCreationTransaction
- Defined in:
- lib/nis/struct/mosaic_definition_creation_transaction.rb
Instance Attribute Summary collapse
-
#creationFee ⇒ Integer
(also: #creation_fee)
The current value of creationFee.
-
#creationFeeSink ⇒ String
(also: #creation_fee_sink)
The current value of creationFeeSink.
-
#mosaicDefinition ⇒ Hash
(also: #mosaic_definition)
The current value of mosaicDefinition.
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
#creationFee ⇒ Integer Also known as: creation_fee
Returns the current value of creationFee.
5 6 7 |
# File 'lib/nis/struct/mosaic_definition_creation_transaction.rb', line 5 def creationFee @creationFee end |
#creationFeeSink ⇒ String Also known as: creation_fee_sink
Returns the current value of creationFeeSink.
5 6 7 |
# File 'lib/nis/struct/mosaic_definition_creation_transaction.rb', line 5 def creationFeeSink @creationFeeSink end |
#mosaicDefinition ⇒ Hash Also known as: mosaic_definition
Returns the current value of mosaicDefinition.
5 6 7 |
# File 'lib/nis/struct/mosaic_definition_creation_transaction.rb', line 5 def mosaicDefinition @mosaicDefinition end |