| Class | Description |
|---|---|
| AggregateTransaction |
The aggregate innerTransactions contain multiple innerTransactions that can be initiated by different accounts.
|
| AggregateTransactionCosignature |
The model representing cosignature of an aggregate transaction.
|
| CosignatureSignedTransaction |
The co-signature signed transaction.
|
| CosignatureTransaction |
The cosignature transaction is used to sign an aggregate transactions with missing cosignatures.
|
| Deadline |
The deadline of the transaction.
|
| IdGenerator | |
| LockFundsTransaction |
Lock funds transaction is used before sending an Aggregate bonded transaction, as a deposit to announce the transaction.
|
| LockFundsTransactionBuffer | |
| Message |
An abstract message class that serves as the base class of all message types.
|
| ModifyMultisigAccountTransaction |
Modify multisig account transactions are part of the NEM's multisig account system.
|
| MosaicBuffer | |
| MosaicDefinitionTransaction |
Before a mosaic can be created or transferred, a corresponding definition of the mosaic has to be created and published to the network.
|
| MosaicSupplyChangeTransaction |
In case a mosaic has the flag 'supplyMutable' set to true, the creator of the mosaic can change the supply,
i.e.
|
| MultisigCosignatoryModification |
The multisig cosignatory modifications are part of the NEM's multisig account system.
|
| PlainMessage |
The plain message model defines a plain string.
|
| RegisterNamespaceTransaction |
Accounts can rent a namespace for an amount of blocks and after a this renew the contract.
|
| SecretLockTransaction | |
| SecretLockTransactionBuffer | |
| SecretProofTransaction | |
| SecretProofTransactionBuffer | |
| SignedTransaction |
The signed transaction object is used to transfer the transaction data and the signature to NIS
in order to initiate and broadcast a transaction.
|
| Transaction |
An abstract transaction class that serves as the base class of all NEM transactions.
|
| TransactionAnnounceResponse |
The transaction response of an announce transaction.
|
| TransactionInfo |
The transaction information model included in all transactions.
|
| TransactionStatus |
The transaction status contains basic of a transaction announced to the blockchain.
|
| TransactionStatusError |
The transaction status error model returned by listeners.
|
| TransferTransaction |
The transfer transactions object contain data about transfers of mosaics and message to another account.
|
| UInt64 |
| Enum | Description |
|---|---|
| HashType |
Enum containing hash type.
|
| MultisigCosignatoryModificationType |
Enum containing multisig cosignatory modification type constants.
|
| TransactionType |
Enum containing transaction type constants.
|