nis-ruby 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +1 -0
- data/README.md +12 -9
- data/examples/transactions/importance_transfer.rb +1 -4
- data/examples/transactions/mosaic_definition_creation.rb +1 -4
- data/examples/transactions/mosaic_supply_change.rb +1 -4
- data/examples/transactions/multisig.rb +1 -6
- data/examples/transactions/multisig_add_cosignatory.rb +1 -4
- data/examples/transactions/multisig_aggregate_modification.rb +1 -4
- data/examples/transactions/multisig_signature.rb +2 -5
- data/examples/transactions/provision_namespace.rb +1 -4
- data/examples/transactions/transfer.rb +1 -4
- data/examples/transactions/transfer_remote.rb +19 -0
- data/lib/nis/endpoint/account/generate.rb +1 -1
- data/lib/nis/endpoint/account/get.rb +4 -4
- data/lib/nis/endpoint/account/harvests.rb +1 -1
- data/lib/nis/endpoint/account/historical.rb +1 -1
- data/lib/nis/endpoint/account/importances.rb +1 -1
- data/lib/nis/endpoint/account/lock.rb +1 -1
- data/lib/nis/endpoint/account/mosaic.rb +2 -2
- data/lib/nis/endpoint/account/namespace.rb +1 -1
- data/lib/nis/endpoint/account/status.rb +1 -1
- data/lib/nis/endpoint/account/transfers.rb +3 -3
- data/lib/nis/endpoint/account/unconfirmed_transactions.rb +1 -1
- data/lib/nis/endpoint/account/unlock.rb +1 -1
- data/lib/nis/endpoint/account/unlocked.rb +1 -1
- data/lib/nis/endpoint/block/at.rb +1 -1
- data/lib/nis/endpoint/block/get.rb +1 -1
- data/lib/nis/endpoint/chain/height.rb +1 -1
- data/lib/nis/endpoint/chain/last_block.rb +1 -1
- data/lib/nis/endpoint/chain/score.rb +1 -1
- data/lib/nis/endpoint/debug/connections.rb +3 -3
- data/lib/nis/endpoint/debug/time_synchronization.rb +1 -1
- data/lib/nis/endpoint/heartbeat.rb +1 -1
- data/lib/nis/endpoint/local/account/transfers.rb +3 -3
- data/lib/nis/endpoint/local/chain.rb +1 -1
- data/lib/nis/endpoint/namespace.rb +1 -1
- data/lib/nis/endpoint/namespace/mosaic.rb +1 -1
- data/lib/nis/endpoint/namespace/root.rb +1 -1
- data/lib/nis/endpoint/node/active_peers.rb +1 -1
- data/lib/nis/endpoint/node/boot.rb +1 -1
- data/lib/nis/endpoint/node/experiences.rb +1 -1
- data/lib/nis/endpoint/node/extended_info.rb +1 -1
- data/lib/nis/endpoint/node/info.rb +1 -1
- data/lib/nis/endpoint/node/peer_list.rb +3 -3
- data/lib/nis/endpoint/status.rb +1 -1
- data/lib/nis/endpoint/transaction/announce.rb +4 -4
- data/lib/nis/endpoint/transaction/prepareAnnounce.rb +4 -4
- data/lib/nis/keypair.rb +13 -3
- data/lib/nis/request/announce.rb +47 -2
- data/lib/nis/request/prepare_announce.rb +1 -1
- data/lib/nis/struct/account_importance_view_model.rb +1 -1
- data/lib/nis/struct/account_info.rb +1 -1
- data/lib/nis/struct/account_meta_data.rb +1 -1
- data/lib/nis/struct/account_meta_data_pair.rb +1 -1
- data/lib/nis/struct/account_private_key_transactions_page.rb +1 -1
- data/lib/nis/struct/application_meta_data.rb +1 -1
- data/lib/nis/struct/audit_collection.rb +1 -1
- data/lib/nis/struct/audit_info.rb +1 -1
- data/lib/nis/struct/block.rb +1 -1
- data/lib/nis/struct/block_height.rb +1 -1
- data/lib/nis/struct/block_score.rb +1 -1
- data/lib/nis/struct/boot_node_request.rb +1 -1
- data/lib/nis/struct/error.rb +1 -1
- data/lib/nis/struct/explorer_block_view_model.rb +1 -1
- data/lib/nis/struct/explorer_transfer_view_model.rb +1 -1
- data/lib/nis/struct/explorer_view_model_transaction.rb +1 -1
- data/lib/nis/struct/extended_node_experience_pair.rb +1 -1
- data/lib/nis/struct/harvest_info.rb +1 -1
- data/lib/nis/struct/key_pair_view_model.rb +1 -1
- data/lib/nis/struct/mosaic.rb +1 -1
- data/lib/nis/struct/mosaic_definition.rb +1 -1
- data/lib/nis/struct/mosaic_definition_meta_data.rb +1 -1
- data/lib/nis/struct/mosaic_definition_meta_data_pair.rb +1 -1
- data/lib/nis/struct/mosaic_id.rb +1 -1
- data/lib/nis/struct/mosaic_levy.rb +1 -1
- data/lib/nis/struct/mosaic_properties.rb +1 -1
- data/lib/nis/struct/multisig_cosignatory_modification.rb +1 -1
- data/lib/nis/struct/namespace.rb +1 -1
- data/lib/nis/struct/namespace_meta_data.rb +1 -1
- data/lib/nis/struct/namespace_meta_data_pair.rb +1 -1
- data/lib/nis/struct/nem_announce_result.rb +1 -1
- data/lib/nis/struct/nem_async_timer_visitor.rb +1 -1
- data/lib/nis/struct/nem_request_result.rb +1 -1
- data/lib/nis/struct/nis_node_info.rb +1 -1
- data/lib/nis/struct/node.rb +1 -1
- data/lib/nis/struct/node_collection.rb +1 -1
- data/lib/nis/struct/node_experience.rb +1 -1
- data/lib/nis/struct/request_announce.rb +1 -1
- data/lib/nis/struct/request_prepare_announce.rb +1 -1
- data/lib/nis/struct/time_synchronization_result.rb +1 -1
- data/lib/nis/struct/transaction.rb +4 -4
- data/lib/nis/struct/transaction_meta_data.rb +1 -1
- data/lib/nis/struct/transaction_meta_data_pair.rb +1 -1
- data/lib/nis/struct/unconfirmed_transaction_meta_data.rb +1 -1
- data/lib/nis/struct/unconfirmed_transaction_meta_data_pair.rb +1 -1
- data/lib/nis/transaction/importance_transfer.rb +1 -1
- data/lib/nis/transaction/mosaic_definition_creation.rb +1 -1
- data/lib/nis/transaction/mosaic_supply_change.rb +1 -1
- data/lib/nis/transaction/multisig.rb +1 -1
- data/lib/nis/transaction/multisig_aggregate_modification.rb +1 -1
- data/lib/nis/transaction/multisig_signature.rb +1 -1
- data/lib/nis/transaction/provision_namespace.rb +1 -1
- data/lib/nis/transaction/transfer.rb +4 -4
- data/lib/nis/unit/address.rb +19 -0
- data/lib/nis/util/convert.rb +125 -0
- data/lib/nis/util/ed25519.rb +263 -0
- data/lib/nis/util/serializer.rb +273 -0
- data/lib/nis/version.rb +1 -1
- data/nis.gemspec +1 -1
- metadata +9 -5
@@ -4,7 +4,7 @@ class Nis::Struct
|
|
4
4
|
# @attr [Integer] startTime
|
5
5
|
# @attr [String] version
|
6
6
|
# @attr [String] signer
|
7
|
-
# @see
|
7
|
+
# @see https://nemproject.github.io/#applicationMetaData
|
8
8
|
class ApplicationMetaData
|
9
9
|
include Nis::Util::Assignable
|
10
10
|
attr_accessor :currentTime, :application, :startTime, :version, :signer
|
@@ -1,7 +1,7 @@
|
|
1
1
|
class Nis::Struct
|
2
2
|
# @attr [Array] outstanding
|
3
3
|
# @attr [Array] mostRecent
|
4
|
-
# @see
|
4
|
+
# @see https://nemproject.github.io/#auditCollection
|
5
5
|
class AuditCollection
|
6
6
|
include Nis::Util::Assignable
|
7
7
|
attr_accessor :outstanding, :mostRecent
|
@@ -4,7 +4,7 @@ class Nis::Struct
|
|
4
4
|
# @attr [String] host
|
5
5
|
# @attr [Integer] elapsedTime
|
6
6
|
# @attr [String] id
|
7
|
-
# @see
|
7
|
+
# @see https://nemproject.github.io/#auditInfo
|
8
8
|
class AuditInfo
|
9
9
|
include Nis::Util::Assignable
|
10
10
|
attr_accessor :path, :startTime, :host, :elapsedTime, :id
|
data/lib/nis/struct/block.rb
CHANGED
@@ -7,7 +7,7 @@ class Nis::Struct
|
|
7
7
|
# @attr [Integer] version
|
8
8
|
# @attr [String] signer
|
9
9
|
# @attr [Integer] height
|
10
|
-
# @see
|
10
|
+
# @see https://nemproject.github.io/#block
|
11
11
|
class Block
|
12
12
|
include Nis::Util::Assignable
|
13
13
|
attr_accessor :timeStamp, :signature, :prevBlockHash, :type, :transactions, :version, :signer, :height
|
@@ -2,7 +2,7 @@ class Nis::Struct
|
|
2
2
|
# @attr [Hash] metaData
|
3
3
|
# @attr [Hash] endpoint
|
4
4
|
# @attr [Hash] identity
|
5
|
-
# @see
|
5
|
+
# @see https://nemproject.github.io/#bootNodeRequest
|
6
6
|
class BootNodeRequest
|
7
7
|
include Nis::Util::Assignable
|
8
8
|
attr_accessor :metaData, :endpoint, :identity
|
data/lib/nis/struct/error.rb
CHANGED
@@ -3,7 +3,7 @@ class Nis::Struct
|
|
3
3
|
# @attr [String] error
|
4
4
|
# @attr [String] message
|
5
5
|
# @attr [Integer] status
|
6
|
-
# @see
|
6
|
+
# @see https://nemproject.github.io/#error-object
|
7
7
|
class Error
|
8
8
|
include Nis::Util::Assignable
|
9
9
|
attr_accessor :timeStamp, :error, :message, :status
|
@@ -3,7 +3,7 @@ class Nis::Struct
|
|
3
3
|
# @attr [Nis::Struct::Block] block
|
4
4
|
# @attr [String] hash
|
5
5
|
# @attr [String] difficulty
|
6
|
-
# @see
|
6
|
+
# @see https://nemproject.github.io/#explorerBlockViewModel
|
7
7
|
class ExplorerBlockViewModel
|
8
8
|
include Nis::Util::Assignable
|
9
9
|
attr_accessor :txes, :block, :hash, :difficulty
|
@@ -2,7 +2,7 @@ class Nis::Struct
|
|
2
2
|
# @attr [Nis::Struct::Transaction] tx
|
3
3
|
# @attr [String] hash
|
4
4
|
# @attr [String] innerHash
|
5
|
-
# @see
|
5
|
+
# @see https://nemproject.github.io/#explorerTransferViewModel
|
6
6
|
class ExplorerTransferViewModel
|
7
7
|
include Nis::Util::Assignable
|
8
8
|
attr_accessor :tx, :hash, :innerHash
|
@@ -2,7 +2,7 @@ class Nis::Struct
|
|
2
2
|
# @attr [Array <Nis::Struct::Transaction>] txes
|
3
3
|
# @attr [String] block
|
4
4
|
# @attr [String] hash
|
5
|
-
# @see
|
5
|
+
# @see https://nemproject.github.io/#explorerViewModelTransaction
|
6
6
|
class ExplorerViewModelTransaction
|
7
7
|
include Nis::Util::Assignable
|
8
8
|
attr_accessor :txes, :block, :hash
|
@@ -2,7 +2,7 @@ class Nis::Struct
|
|
2
2
|
# @attr [Nis::Struct::Node] node
|
3
3
|
# @attr [Integer] syncs
|
4
4
|
# @attr [Nis::Struct::NodeExperience] experience
|
5
|
-
# @see
|
5
|
+
# @see https://nemproject.github.io/#extendedNodeExperiencePair
|
6
6
|
class ExtendedNodeExperiencePair
|
7
7
|
include Nis::Util::Assignable
|
8
8
|
attr_accessor :node, :syncs, :experiences
|
@@ -4,7 +4,7 @@ class Nis::Struct
|
|
4
4
|
# @attr [Integer] difficulty
|
5
5
|
# @attr [Integer] totalFee
|
6
6
|
# @attr [Integer] height
|
7
|
-
# @see
|
7
|
+
# @see https://nemproject.github.io/#harvestInfo
|
8
8
|
class HarvestInfo
|
9
9
|
include Nis::Util::Assignable
|
10
10
|
attr_accessor :timeStamp, :id, :difficulty, :totalFee, :height
|
@@ -2,7 +2,7 @@ class Nis::Struct
|
|
2
2
|
# @attr [String] privateKey
|
3
3
|
# @attr [String] publicKey
|
4
4
|
# @attr [Nis::Unit::Address] address
|
5
|
-
# @see
|
5
|
+
# @see https://nemproject.github.io/#keyPairViewModel
|
6
6
|
class KeyPairViewModel
|
7
7
|
include Nis::Util::Assignable
|
8
8
|
attr_accessor :privateKey, :publicKey, :address
|
data/lib/nis/struct/mosaic.rb
CHANGED
@@ -4,7 +4,7 @@ class Nis::Struct
|
|
4
4
|
# @attr [String] description
|
5
5
|
# @attr [Nis::Struct::MosaicProperties] properties
|
6
6
|
# @attr [Nis::Struct::MosaicLevy] levy
|
7
|
-
# @see
|
7
|
+
# @see https://nemproject.github.io/#mosaicDefinition
|
8
8
|
class MosaicDefinition
|
9
9
|
include Nis::Util::Assignable
|
10
10
|
attr_accessor :creator, :id, :description, :properties, :levy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
class Nis::Struct
|
2
2
|
# @attr [Nis::Struct::MosaicMetaData] meta
|
3
3
|
# @attr [Nis::Struct::Mosaic] mosaic
|
4
|
-
# @see
|
4
|
+
# @see https://nemproject.github.io/#mosaicDefinitionMetaDataPair
|
5
5
|
class MosaicDefinitionMetaDataPair
|
6
6
|
include Nis::Util::Assignable
|
7
7
|
attr_accessor :meta, :mosaic
|
data/lib/nis/struct/mosaic_id.rb
CHANGED
@@ -3,7 +3,7 @@ class Nis::Struct
|
|
3
3
|
# @attr [String] recipient
|
4
4
|
# @attr [Nis::Struct::MosaicId] mosaicId
|
5
5
|
# @attr [Integer] fee
|
6
|
-
# @see
|
6
|
+
# @see https://nemproject.github.io/#mosaicLevy
|
7
7
|
class MosaicLevy
|
8
8
|
include Nis::Util::Assignable
|
9
9
|
attr_accessor :type, :recipient, :mosaicId, :fee
|
@@ -3,7 +3,7 @@ class Nis::Struct
|
|
3
3
|
# @attr [Integer] initialSupply
|
4
4
|
# @attr [Boolean] supplyMutable
|
5
5
|
# @attr [Boolean] transferable
|
6
|
-
# @see
|
6
|
+
# @see https://nemproject.github.io/#mosaicProperties
|
7
7
|
class MosaicProperties
|
8
8
|
include Nis::Util::Assignable
|
9
9
|
attr_accessor :divisibility, :initialSupply, :supplyMutable, :transferable
|
@@ -1,7 +1,7 @@
|
|
1
1
|
class Nis::Struct
|
2
2
|
# @attr [Integer] modificationType
|
3
3
|
# @attr [String] cosignatoryAccount
|
4
|
-
# @see
|
4
|
+
# @see https://nemproject.github.io/#multisigCosignatoryModification
|
5
5
|
class MultisigCosignatoryModification
|
6
6
|
include Nis::Util::Assignable
|
7
7
|
attr_accessor :modificationType, :cosignatoryAccount
|
data/lib/nis/struct/namespace.rb
CHANGED
@@ -2,7 +2,7 @@ class Nis::Struct
|
|
2
2
|
# @attr [String] fqn
|
3
3
|
# @attr [String] owner
|
4
4
|
# @attr [Integer] height
|
5
|
-
# @see
|
5
|
+
# @see https://nemproject.github.io/#namespace
|
6
6
|
class Namespace
|
7
7
|
include Nis::Util::Assignable
|
8
8
|
attr_accessor :fqn, :owner, :height
|
@@ -1,7 +1,7 @@
|
|
1
1
|
class Nis::Struct
|
2
2
|
# @attr [String] meta
|
3
3
|
# @attr [String] namespace
|
4
|
-
# @see
|
4
|
+
# @see https://nemproject.github.io/#namespaceMetaDataPair
|
5
5
|
class NamespaceMetaDataPair
|
6
6
|
include Nis::Util::Assignable
|
7
7
|
attr_accessor :meta, :namespace
|
@@ -4,7 +4,7 @@ class Nis::Struct
|
|
4
4
|
# @attr [String] message
|
5
5
|
# @attr [String] transactionHash
|
6
6
|
# @attr [String] innerTransactionHash
|
7
|
-
# @see
|
7
|
+
# @see https://nemproject.github.io/#nemAnnounceResult
|
8
8
|
class NemAnnounceResult
|
9
9
|
include Nis::Util::Assignable
|
10
10
|
attr_accessor :type, :code, :message, :transactionHash, :innerTransactionHash
|
@@ -8,7 +8,7 @@ class Nis::Struct
|
|
8
8
|
# @attr [String] name
|
9
9
|
# @attr [String] average_operation_time
|
10
10
|
# @attr [String] last_operation_time
|
11
|
-
# @see
|
11
|
+
# @see https://nemproject.github.io/#nemAsyncTimerVisitor
|
12
12
|
class NemAsyncTimerVisitor
|
13
13
|
include Nis::Util::Assignable
|
14
14
|
attr_accessor :last_delay_time, :executions, :failures, :successes, :last_operation_start_time, :is_executing, :name, :average_operation_time, :last_operation_time
|
@@ -2,7 +2,7 @@ class Nis::Struct
|
|
2
2
|
# @attr [Integer] type
|
3
3
|
# @attr [String] code
|
4
4
|
# @attr [String] message
|
5
|
-
# @see
|
5
|
+
# @see https://nemproject.github.io/#nemRequestResult
|
6
6
|
class NemRequestResult
|
7
7
|
include Nis::Util::Assignable
|
8
8
|
attr_accessor :type, :code, :message
|
@@ -1,7 +1,7 @@
|
|
1
1
|
class Nis::Struct
|
2
2
|
# @attr [Nis::Struct::NodeInfo] node
|
3
3
|
# @attr [Nis::Struct::NodeInfo] nisInfo
|
4
|
-
# @see
|
4
|
+
# @see https://nemproject.github.io/#nisNodeInfo
|
5
5
|
class NisNodeInfo
|
6
6
|
include Nis::Util::Assignable
|
7
7
|
attr_accessor :node, :nisInfo
|
data/lib/nis/struct/node.rb
CHANGED
@@ -2,7 +2,7 @@ class Nis::Struct
|
|
2
2
|
# @attr [String] metaData
|
3
3
|
# @attr [String] networkId
|
4
4
|
# @attr [String] identity
|
5
|
-
# @see
|
5
|
+
# @see https://nemproject.github.io/#node
|
6
6
|
class Node
|
7
7
|
include Nis::Util::Assignable
|
8
8
|
attr_accessor :metaData, :endpoint, :identity
|
@@ -3,7 +3,7 @@ class Nis::Struct
|
|
3
3
|
# @attr [Array] active
|
4
4
|
# @attr [Array] busy
|
5
5
|
# @attr [Array] failure
|
6
|
-
# @see
|
6
|
+
# @see https://nemproject.github.io/#nodeCollection
|
7
7
|
class NodeCollection
|
8
8
|
include Nis::Util::Assignable
|
9
9
|
attr_accessor :inactive, :active, :busy, :failure
|
@@ -1,7 +1,7 @@
|
|
1
1
|
class Nis::Struct
|
2
2
|
# @attr [String] data
|
3
3
|
# @attr [String] signature
|
4
|
-
# @see
|
4
|
+
# @see https://nemproject.github.io/#requestAnnounce
|
5
5
|
class RequestAnnounce
|
6
6
|
include Nis::Util::Assignable
|
7
7
|
attr_accessor :data, :signature
|
@@ -1,7 +1,7 @@
|
|
1
1
|
class Nis::Struct
|
2
2
|
# @attr [Nis::Struct::Transaction] transaction
|
3
3
|
# @attr [String] privateKey
|
4
|
-
# @see
|
4
|
+
# @see https://nemproject.github.io/#requestPrepareAnnounce
|
5
5
|
class RequestPrepareAnnounce
|
6
6
|
include Nis::Util::Assignable
|
7
7
|
attr_accessor :transaction, :privateKey
|
@@ -2,7 +2,7 @@ class Nis::Struct
|
|
2
2
|
# @attr [Time] dateTime
|
3
3
|
# @attr [Integer] currentTimeOffset
|
4
4
|
# @attr [Integer] change
|
5
|
-
# @see
|
5
|
+
# @see https://nemproject.github.io/#timeSynchronizationResult
|
6
6
|
class TimeSynchronizationResult
|
7
7
|
include Nis::Util::Assignable
|
8
8
|
attr_accessor :dateTime, :currentTimeOffset, :change
|
@@ -9,10 +9,10 @@ class Nis::Struct
|
|
9
9
|
# @attr [Integer] version
|
10
10
|
# @attr [String] signer
|
11
11
|
# @attr [Array <Nis::Struct::MosaicId>] mosaics
|
12
|
-
# @see
|
13
|
-
# @see
|
14
|
-
# @see
|
15
|
-
# @see
|
12
|
+
# @see https://nemproject.github.io/#transaction
|
13
|
+
# @see https://nemproject.github.io/#initiating-a-transfer-transaction
|
14
|
+
# @see https://nemproject.github.io/#version-1-transfer-transactions
|
15
|
+
# @see https://nemproject.github.io/#version-2-transfer-transactions
|
16
16
|
class Transaction
|
17
17
|
include Nis::Util::Assignable
|
18
18
|
attr_accessor :timeStamp, :amount, :fee, :recipient, :type, :deadline, :message, :version, :signer,
|
@@ -2,7 +2,7 @@ class Nis::Struct
|
|
2
2
|
# @attr [Integer] height
|
3
3
|
# @attr [Integer] id
|
4
4
|
# @attr [Hash] hash
|
5
|
-
# @see
|
5
|
+
# @see https://nemproject.github.io/#transactionMetaData
|
6
6
|
class TransactionMetaData
|
7
7
|
include Nis::Util::Assignable
|
8
8
|
attr_accessor :height, :id, :hash
|
@@ -1,7 +1,7 @@
|
|
1
1
|
class Nis::Struct
|
2
2
|
# @attr [Nis::Struct::TransactionMetaData] meta
|
3
3
|
# @attr [Nis::Struct::Transaction] transaction
|
4
|
-
# @see
|
4
|
+
# @see https://nemproject.github.io/#transactionMetaDataPair
|
5
5
|
class TransactionMetaDataPair
|
6
6
|
include Nis::Util::Assignable
|
7
7
|
attr_accessor :meta, :transaction
|
@@ -1,6 +1,6 @@
|
|
1
1
|
class Nis::Struct
|
2
2
|
# @attr [String] data
|
3
|
-
# @see
|
3
|
+
# @see https://nemproject.github.io/#unconfirmedTransactionMetaData
|
4
4
|
class UnconfirmedTransactionMetaData
|
5
5
|
include Nis::Util::Assignable
|
6
6
|
attr_accessor :data
|
@@ -1,7 +1,7 @@
|
|
1
1
|
class Nis::Struct
|
2
2
|
# @attr [Nis::Struct::UnconfirmedTransactionMetaData] meta
|
3
3
|
# @attr [Nis::Struct::Transaction] transaction
|
4
|
-
# @see
|
4
|
+
# @see https://nemproject.github.io/#unconfirmedTransactionMetaDataPair
|
5
5
|
class UnconfirmedTransactionMetaDataPair
|
6
6
|
include Nis::Util::Assignable
|
7
7
|
attr_accessor :meta, :transaction
|
@@ -9,7 +9,7 @@ class Nis::Transaction
|
|
9
9
|
# @attr [String] signer
|
10
10
|
# @attr [String] signature
|
11
11
|
# @attr [Symbol] network
|
12
|
-
# @see
|
12
|
+
# @see https://nemproject.github.io/#importanceTransferTransaction
|
13
13
|
class ImportanceTransfer
|
14
14
|
include Nis::Mixin::Struct
|
15
15
|
|
@@ -11,7 +11,7 @@ class Nis::Transaction
|
|
11
11
|
# @attr [String] signature
|
12
12
|
# @attr [Symbol] network
|
13
13
|
# @attr [Nis::Struct::MosaicDefinition] mosaicDefinition
|
14
|
-
# @see
|
14
|
+
# @see https://nemproject.github.io/#mosaicDefinitionCreationTransaction
|
15
15
|
class MosaicDefinitionCreation
|
16
16
|
include Nis::Mixin::Struct
|
17
17
|
|
@@ -10,7 +10,7 @@ class Nis::Transaction
|
|
10
10
|
# @attr [String] signer
|
11
11
|
# @attr [String] signature
|
12
12
|
# @attr [Symbol] network
|
13
|
-
# @see
|
13
|
+
# @see https://nemproject.github.io/#mosaicSupplyChangeTransaction
|
14
14
|
class MosaicSupplyChange
|
15
15
|
include Nis::Mixin::Struct
|
16
16
|
|
@@ -6,7 +6,7 @@ class Nis::Transaction
|
|
6
6
|
# @attr [Integer] deadline
|
7
7
|
# @attr [Integer] timeStamp
|
8
8
|
# @attr [Integer] version
|
9
|
-
# @see
|
9
|
+
# @see https://nemproject.github.io/#multisigTransaction
|
10
10
|
class Multisig
|
11
11
|
include Nis::Mixin::Struct
|
12
12
|
|