| Interface | Description |
|---|---|
| AccountRestrictionFlags |
The valid combinations of
AccountRestrictionFlag that creates any AccountRestrictionFlags. |
| JsonHelper |
JSON Helper interface used by the mappers to process json objects.
|
| PublicKeyLinkTransaction |
A Transaction operation related to a
PublicKey. |
| RecipientTransaction |
A transaction linked to a recipient.
|
| TargetAddressTransaction |
Transactions with targeted to an address.
|
| Class | Description |
|---|---|
| AccountAddressRestrictionTransaction | |
| AccountAddressRestrictionTransactionFactory |
Factory of
AccountAddressRestrictionTransaction |
| AccountKeyLinkTransaction | |
| AccountKeyLinkTransactionFactory |
Factory of
AccountKeyLinkTransaction |
| AccountMetadataTransaction |
Announce an AccountMetadataTransaction to associate a key-value state to an account.
|
| AccountMetadataTransactionFactory |
Factory of
AccountMetadataTransaction |
| AccountMosaicRestrictionTransaction | |
| AccountMosaicRestrictionTransactionFactory |
Factory of
AccountMosaicRestrictionTransaction |
| AccountOperationRestrictionTransaction | |
| AccountOperationRestrictionTransactionFactory |
Factory of
AccountOperationRestrictionTransaction |
| AddressAliasTransaction |
Address alias transaction.
|
| AddressAliasTransactionFactory |
Factory of
AddressAliasTransaction |
| AggregateTransaction |
The aggregate innerTransactions contain multiple innerTransactions that can be initiated by
different accounts.
|
| AggregateTransactionCosignature |
The model representing cosignature of an aggregate transaction.
|
| AggregateTransactionFactory |
Factory of
AggregateTransaction |
| 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.
|
| HashLockInfo |
It holds information about a hash lock.
|
| HashLockTransaction |
Lock funds transaction is used before sending an Aggregate bonded transaction, as a deposit to
announce the transaction.
|
| HashLockTransactionFactory |
Factory of
HashLockTransaction |
| IdGenerator |
Id generator
|
| MetadataTransaction |
Abstract transaction for all the metadata transactions.
|
| MetadataTransactionFactory<T extends MetadataTransaction> |
Abstract factory of
MetadataTransaction |
| MosaicAddressRestrictionTransaction |
Mosaic address restriction transaction.
|
| MosaicAddressRestrictionTransactionFactory |
Factory of
MosaicAddressRestrictionTransaction |
| MosaicAliasTransaction |
Mosaic alias transaction.
|
| MosaicAliasTransactionFactory |
Factory of
MosaicAliasTransaction |
| MosaicDefinitionTransaction |
Mosaic definition transaction.
|
| MosaicDefinitionTransactionFactory |
Factory of
MosaicDefinitionTransaction |
| MosaicGlobalRestrictionTransaction |
Mosaic global restriction transaction.
|
| MosaicGlobalRestrictionTransactionFactory |
Factory of
MosaicGlobalRestrictionTransaction |
| MosaicMetadataTransaction |
Announce an MosaicMetadataTransaction to associate a key-value state to an mosaic.
|
| MosaicMetadataTransactionFactory |
Factory of
MosaicMetadataTransaction |
| MosaicSupplyChangeTransaction |
In case a mosaic has the flag 'supplyMutable' set to true, the creator of the mosaic can change
the supply, i.e.
|
| MosaicSupplyChangeTransactionFactory |
Factory of
MosaicSupplyChangeTransaction |
| MultisigAccountModificationTransaction |
Modify multisig account transactions are part of the NEM's multisig account system.
|
| MultisigAccountModificationTransactionFactory |
Factory of
MultisigAccountModificationTransaction |
| NamespaceMetadataTransaction |
Announce an NameMetadataTransaction to associate a key-value state to an namespace.
|
| NamespaceMetadataTransactionFactory |
Factory of
NamespaceMetadataTransaction |
| NamespaceRegistrationTransaction |
Accounts can rent a namespace for an amount of blocks and after a this renew the contract.
|
| NamespaceRegistrationTransactionFactory |
Factory of
NamespaceRegistrationTransaction |
| NodeKeyLinkTransaction |
Voting key link transaction.
|
| NodeKeyLinkTransactionFactory |
Vrf key link transaction factory.
|
| SecretLockInfo |
It holds information about a secret lock.
|
| SecretLockTransaction | |
| SecretLockTransactionFactory |
Factory of
SecretLockTransaction |
| SecretProofTransaction |
Secret proof transaction.
|
| SecretProofTransactionFactory |
Factory of
SecretProofTransaction |
| 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.
|
| TransactionFactory<T extends Transaction> |
The transaction factories allow you to create instances of transactions.
|
| 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.
|
| TransferTransactionFactory |
Factory of
TransferTransaction |
| VotingKeyLinkTransaction |
Voting key link transaction.
|
| VotingKeyLinkTransactionFactory |
Vrf key link transaction factory.
|
| VrfKeyLinkTransaction |
Vrf key link transaction.
|
| VrfKeyLinkTransactionFactory |
Vrf key link transaction factory.
|
| Enum | Description |
|---|---|
| AccountAddressRestrictionFlags |
The valid combinations of
AccountRestrictionFlag that creates a AccountAddressRestrictionFlags. |
| AccountMosaicRestrictionFlags |
The valid combinations of
AccountRestrictionFlag that creates a AccountMosaicRestrictionFlags. |
| AccountOperationRestrictionFlags |
The valid combinations of
AccountRestrictionFlag that creates a AccountOperationRestrictionFlags. |
| AccountRestrictionFlag |
Values of restriction for Catbuffer.
|
| AccountRestrictionTargetType |
The account restriction target type used to know the type of values an account Restriction Type
has.
|
| LinkAction |
Link action.
|
| LockHashAlgorithm |
Enum containing hash type.
|
| LockStatus |
It defines the state of the lock entry.
|
| MosaicRestrictionType | |
| TransactionGroup |
A stored transaction could be classified in the following groups:
|
| TransactionState |
State of the transaction.
|
| TransactionType |
Enum containing transaction type constants and the current versions for new transactions.
|
| Exception | Description |
|---|---|
| TransactionStatusException |
Exception the listener raises after a Transaction Status Error has been sent.
|