- cached(Ed25519FieldElement, Ed25519FieldElement, Ed25519FieldElement, Ed25519FieldElement) - Static method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Creates a new group element using the CACHED coordinate system.
- calculateMaxFeeForAggregate(long, int) - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransactionFactory
-
Set transaction maxFee using fee multiplier for only aggregate transactions.
- calculateMaxFeeFromMultiplier(long) - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransactionFactory
-
Builder method used to to re-calculate the max fee based on the configured feeMultiplier.
- calculateMaxFeeFromMultiplier(long) - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
Builder method used to to re-calculate the max fee based on the configured feeMultiplier
- call() - Method in interface io.nem.symbol.core.utils.ExceptionUtils.CheckedRunnable
-
Executes the runnable.
- call(Callable<T>) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.AbstractRepositoryOkHttpImpl
-
- call(Callable<T>, Function<? super T, ? extends R>) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.AbstractRepositoryOkHttpImpl
-
- call(Consumer<Handler<AsyncResult<T>>>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
-
- call(Consumer<Handler<AsyncResult<T>>>, Function<? super T, ? extends R>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
-
- callList(Callable<List<T>>, Function<T, R>) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.AbstractRepositoryOkHttpImpl
-
- callList(Consumer<Handler<AsyncResult<List<T>>>>, Function<T, R>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
-
- cardinality() - Method in class io.nem.symbol.core.math.SparseBitmap
-
The number of bits that are set.
- CAT_CURRENCY - Static variable in class io.nem.symbol.sdk.model.mosaic.Currency
-
The original public bootstrap network currency.
- CAT_HARVEST - Static variable in class io.nem.symbol.sdk.model.mosaic.Currency
-
The original public bootstrap havest currency.
- ChainInfo - Class in io.nem.symbol.sdk.model.blockchain
-
- ChainInfo(BigInteger, BigInteger, BigInteger, FinalizedBlock) - Constructor for class io.nem.symbol.sdk.model.blockchain.ChainInfo
-
- ChainProperties - Class in io.nem.symbol.sdk.model.network
-
Chain related configuration properties.
- ChainProperties(Boolean, Boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class io.nem.symbol.sdk.model.network.ChainProperties
-
- ChainRepository - Interface in io.nem.symbol.sdk.api
-
- ChainRepositoryOkHttpImpl - Class in io.nem.symbol.sdk.infrastructure.okhttp
-
Chain http repository.
- ChainRepositoryOkHttpImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.okhttp.ChainRepositoryOkHttpImpl
-
- ChainRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
-
Chain http repository.
- ChainRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.ChainRepositoryVertxImpl
-
- CircularStack<E> - Class in io.nem.symbol.core.utils
-
Circular stack is a last in first out buffer with fixed size that replace its oldest element if
full.
- CircularStack(int) - Constructor for class io.nem.symbol.core.utils.CircularStack
-
Creates circular stack with at most limit elements.
- clear() - Method in class io.nem.symbol.core.math.SparseBitmap
-
Clears all the bits in this sparse bitmap.
- close() - Method in interface io.nem.symbol.sdk.api.Listener
-
Close webSocket connection
- close() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
It closes the underling connection if necessary.
- close() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ListenerOkHttp
-
Close webSocket connection
- close() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- close() - Method in class io.nem.symbol.sdk.infrastructure.vertx.ListenerVertx
-
Close webSocket connection
- close() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- CollectionAdapter - Class in io.nem.symbol.sdk.infrastructure.okhttp
-
Created by fernando on 06/08/19.
- CollectionAdapter() - Constructor for class io.nem.symbol.sdk.infrastructure.okhttp.CollectionAdapter
-
- ColumnVector - Class in io.nem.symbol.core.math
-
Represents a linear algebra vector.
- ColumnVector(int) - Constructor for class io.nem.symbol.core.math.ColumnVector
-
Creates a new vector of the specified size.
- ColumnVector(double...) - Constructor for class io.nem.symbol.core.math.ColumnVector
-
Creates a new vector around a raw vector.
- compare(byte[], byte[]) - Static method in class io.nem.symbol.core.utils.ArrayUtils
-
NON constant-time lexicographical byte[] comparison.
- compositeHash - Variable in class io.nem.symbol.sdk.model.restriction.MosaicRestriction
-
composite hash
- concat(byte[]...) - Static method in class io.nem.symbol.core.utils.ArrayUtils
-
Concatenates byte arrays and returns the result.
- concat(byte[], byte[]) - Static method in class io.nem.symbol.sdk.infrastructure.SerializationUtils
-
It concats the 2 byte arrays patching the int size at the beginning of the first byte array
setting up the sum of both lengths.
- configureMapper(ObjectMapper) - Static method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
-
- confirmed(UnresolvedAddress) - Method in interface io.nem.symbol.sdk.api.Listener
-
Returns an observable stream of Transaction for a specific unresolvedAddress.
- confirmed(UnresolvedAddress, String) - Method in interface io.nem.symbol.sdk.api.Listener
-
Returns an observable stream of the transaction for the given unresolvedAddress and
transactionHash.
- confirmed(UnresolvedAddress, String) - Method in class io.nem.symbol.sdk.infrastructure.ListenerBase
-
- confirmed(UnresolvedAddress) - Static method in class io.nem.symbol.sdk.infrastructure.ListenerRequest
-
- confirmedOrError(UnresolvedAddress, String) - Method in interface io.nem.symbol.sdk.api.Listener
-
Returns an observable stream of the transaction of the given transactionHash.
- confirmedOrError(UnresolvedAddress, String) - Method in class io.nem.symbol.sdk.infrastructure.ListenerBase
-
- contains(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.JsonHelperGson
-
- contains(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
-
- contains(Object, String...) - Method in interface io.nem.symbol.sdk.model.transaction.JsonHelper
-
This method retrieves if there is a field/value for the given path.
- convert(Object, Class<T>, String...) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.JsonHelperGson
-
- convert(Object, Class<T>, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
-
- convert(Object, Class<T>, String...) - Method in interface io.nem.symbol.sdk.model.transaction.JsonHelper
-
It converts a object (for example a native json object or a map) into another type (like a
statically type DTO).
- ConvertUtils - Class in io.nem.symbol.core.utils
-
Static class that contains utility functions for converting hex strings to and from bytes.
- CoordinateSystem - Enum in io.nem.symbol.core.crypto.ed25519.arithmetic
-
Available coordinate systems for a group element.
- copyToDto(T, D) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.AbstractTransactionMapper
-
Subclasses need to map the values from the transaction model to the transaction dto.
- copyToDto(AccountAddressRestrictionTransaction, AccountAddressRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.AccountAddressRestrictionTransactionMapper
-
- copyToDto(AccountMosaicRestrictionTransaction, AccountMosaicRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.AccountMosaicRestrictionTransactionMapper
-
- copyToDto(AccountOperationRestrictionTransaction, AccountOperationRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.AccountOperationRestrictionTransactionMapper
-
- copyToDto(NodeKeyLinkTransaction, NodeKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.NodeKeyLinkTransactionMapper
-
- copyToDto(VotingKeyLinkTransaction, VotingKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.VotingKeyLinkTransactionMapper
-
- copyToDto(VrfKeyLinkTransaction, VrfKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.VrfKeyLinkTransactionMapper
-
- copyToDto(T, D) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
-
Subclasses need to map the values from the transaction model to the transaction dto.
- copyToDto(AccountAddressRestrictionTransaction, AccountAddressRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountAddressRestrictionTransactionMapper
-
- copyToDto(AccountMosaicRestrictionTransaction, AccountMosaicRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountMosaicRestrictionTransactionMapper
-
- copyToDto(AccountOperationRestrictionTransaction, AccountOperationRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountOperationRestrictionTransactionMapper
-
- copyToDto(NodeKeyLinkTransaction, NodeKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.NodeKeyLinkTransactionMapper
-
- copyToDto(VotingKeyLinkTransaction, VotingKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.VotingKeyLinkTransactionMapper
-
- copyToDto(VrfKeyLinkTransaction, VrfKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.VrfKeyLinkTransactionMapper
-
- correlation(ColumnVector) - Method in class io.nem.symbol.core.math.ColumnVector
-
Calculates the correlation (pearson r) between the specified vector and this vector.
- cosignature(UnresolvedAddress) - Static method in class io.nem.symbol.sdk.infrastructure.ListenerRequest
-
- COSIGNATURE_SIZE - Static variable in class io.nem.symbol.sdk.model.transaction.AggregateTransactionFactory
-
- cosignatureAdded(UnresolvedAddress) - Method in interface io.nem.symbol.sdk.api.Listener
-
- cosignatureAdded(UnresolvedAddress, String) - Method in interface io.nem.symbol.sdk.api.Listener
-
- cosignatureAdded(UnresolvedAddress, String) - Method in class io.nem.symbol.sdk.infrastructure.ListenerBase
-
- CosignatureSignedTransaction - Class in io.nem.symbol.sdk.model.transaction
-
The co-signature signed transaction.
- CosignatureSignedTransaction(BigInteger, String, String, PublicAccount) - Constructor for class io.nem.symbol.sdk.model.transaction.CosignatureSignedTransaction
-
- CosignatureTransaction - Class in io.nem.symbol.sdk.model.transaction
-
The cosignature transaction is used to sign an aggregate transactions with missing cosignatures.
- CosignatureTransaction(AggregateTransaction) - Constructor for class io.nem.symbol.sdk.model.transaction.CosignatureTransaction
-
Constructor
- create(int, int) - Method in class io.nem.symbol.core.math.DenseMatrix
-
- create(int, int) - Method in class io.nem.symbol.core.math.Matrix
-
Creates a new matrix.
- create(int, int) - Method in class io.nem.symbol.core.math.SparseMatrix
-
- create(String, PrivateKey, PublicKey) - Static method in class io.nem.symbol.sdk.model.message.EncryptedMessage
-
Helper constructor that allow users to easily encrypt a message using the SDK provided
CryptoEngine
and
BlockCipher
.
- create(PrivateKey, PrivateKey, PublicKey) - Static method in class io.nem.symbol.sdk.model.message.PersistentHarvestingDelegationMessage
-
Helper constructor that allow users to create an encrypted Persistent Harvesting Delegation
Message
- create(String) - Static method in class io.nem.symbol.sdk.model.message.PlainMessage
-
Create a plain message object.
- create(int) - Static method in class io.nem.symbol.sdk.model.mosaic.MosaicFlags
-
Creates a mosaic from the configurable byte value.
- create(boolean, boolean, boolean) - Static method in class io.nem.symbol.sdk.model.mosaic.MosaicFlags
-
Creates a mosaic flags.
- create(boolean, boolean) - Static method in class io.nem.symbol.sdk.model.mosaic.MosaicFlags
-
Creates a mosaic flags.
- create(NetworkType, Deadline, AccountAddressRestrictionFlags, List<UnresolvedAddress>, List<UnresolvedAddress>) - Static method in class io.nem.symbol.sdk.model.transaction.AccountAddressRestrictionTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, PublicKey, LinkAction) - Static method in class io.nem.symbol.sdk.model.transaction.AccountKeyLinkTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, UnresolvedAddress, BigInteger, String) - Static method in class io.nem.symbol.sdk.model.transaction.AccountMetadataTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, AccountMosaicRestrictionFlags, List<UnresolvedMosaicId>, List<UnresolvedMosaicId>) - Static method in class io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, AccountOperationRestrictionFlags, List<TransactionType>, List<TransactionType>) - Static method in class io.nem.symbol.sdk.model.transaction.AccountOperationRestrictionTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, AliasAction, NamespaceId, Address) - Static method in class io.nem.symbol.sdk.model.transaction.AddressAliasTransactionFactory
-
Static create method for factory.
- create(TransactionType, NetworkType, Deadline, String, List<Transaction>, List<AggregateTransactionCosignature>) - Static method in class io.nem.symbol.sdk.model.transaction.AggregateTransactionFactory
-
Create an aggregate transaction factory that can be customized.
- create(TransactionType, NetworkType, Deadline, List<Transaction>, List<AggregateTransactionCosignature>) - Static method in class io.nem.symbol.sdk.model.transaction.AggregateTransactionFactory
-
Create an aggregate transaction factory that can be customized.
- create(AggregateTransaction) - Static method in class io.nem.symbol.sdk.model.transaction.CosignatureTransaction
-
Create a cosignature transaction.
- create(Duration, int, ChronoUnit) - Static method in class io.nem.symbol.sdk.model.transaction.Deadline
-
Create deadline model.
- create(Duration) - Static method in class io.nem.symbol.sdk.model.transaction.Deadline
-
Create the default deadline of 2 hours.
- create(NetworkType, Deadline, Mosaic, BigInteger, String) - Static method in class io.nem.symbol.sdk.model.transaction.HashLockTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, Mosaic, BigInteger, SignedTransaction) - Static method in class io.nem.symbol.sdk.model.transaction.HashLockTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, UnresolvedMosaicId, BigInteger, UnresolvedAddress, BigInteger) - Static method in class io.nem.symbol.sdk.model.transaction.MosaicAddressRestrictionTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, AliasAction, NamespaceId, MosaicId) - Static method in class io.nem.symbol.sdk.model.transaction.MosaicAliasTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, MosaicNonce, MosaicId, MosaicFlags, int, BlockDuration) - Static method in class io.nem.symbol.sdk.model.transaction.MosaicDefinitionTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, UnresolvedMosaicId, BigInteger, BigInteger, MosaicRestrictionType) - Static method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, UnresolvedAddress, UnresolvedMosaicId, BigInteger, String) - Static method in class io.nem.symbol.sdk.model.transaction.MosaicMetadataTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, UnresolvedMosaicId, MosaicSupplyChangeActionType, BigInteger) - Static method in class io.nem.symbol.sdk.model.transaction.MosaicSupplyChangeTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, byte, byte, List<UnresolvedAddress>, List<UnresolvedAddress>) - Static method in class io.nem.symbol.sdk.model.transaction.MultisigAccountModificationTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, UnresolvedAddress, NamespaceId, BigInteger, String) - Static method in class io.nem.symbol.sdk.model.transaction.NamespaceMetadataTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, String, NamespaceId, NamespaceRegistrationType, Optional<BigInteger>, Optional<NamespaceId>) - Static method in class io.nem.symbol.sdk.model.transaction.NamespaceRegistrationTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, PublicKey, LinkAction) - Static method in class io.nem.symbol.sdk.model.transaction.NodeKeyLinkTransactionFactory
-
- create(NetworkType, Deadline, Mosaic, BigInteger, LockHashAlgorithm, String, UnresolvedAddress) - Static method in class io.nem.symbol.sdk.model.transaction.SecretLockTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, LockHashAlgorithm, UnresolvedAddress, String, String) - Static method in class io.nem.symbol.sdk.model.transaction.SecretProofTransactionFactory
-
Static create method for factory.
- create(BigInteger, Integer, String, String, String) - Static method in class io.nem.symbol.sdk.model.transaction.TransactionInfo
-
Create transaction info object for a transaction.
- create(BigInteger, String, String) - Static method in class io.nem.symbol.sdk.model.transaction.TransactionInfo
-
Create transaction info retrieved by listener.
- create(NetworkType, Deadline, UnresolvedAddress, List<Mosaic>) - Static method in class io.nem.symbol.sdk.model.transaction.TransferTransactionFactory
-
Static create method for factory.
- create(NetworkType, Deadline, PublicKey, long, long, LinkAction) - Static method in class io.nem.symbol.sdk.model.transaction.VotingKeyLinkTransactionFactory
-
- create(NetworkType, Deadline, PublicKey, LinkAction) - Static method in class io.nem.symbol.sdk.model.transaction.VrfKeyLinkTransactionFactory
-
- createAbsolute(BigInteger) - Method in class io.nem.symbol.sdk.model.mosaic.Currency
-
Create xem with using micro xem as unit, 1 NetworkCurrencyMosaic = 1000000 micro
NetworkCurrencyMosaic.
- createAbsolute(long) - Method in class io.nem.symbol.sdk.model.mosaic.Currency
-
Create xem with using micro xem as unit, 1 NetworkCurrencyMosaic = 1000000 micro
NetworkCurrencyMosaic.
- createAccountMetadataTransactionFactory(Address, BigInteger, String, Address) - Method in interface io.nem.symbol.sdk.api.MetadataTransactionService
-
Create an Account Metadata Transaction that knows how to set or update a value.
- createAccountMetadataTransactionFactory(Address, BigInteger, String, Address) - Method in class io.nem.symbol.sdk.infrastructure.MetadataTransactionServiceImpl
-
- createAccountRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createAccountRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createAccountRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createAddressResolutionStatementFromDto(ResolutionStatementInfoDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ReceiptMappingOkHttp
-
- createAddressResolutionStatementFromDto(ResolutionStatementInfoDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
-
- createAggregate(BigInteger, Integer, String, String, String) - Static method in class io.nem.symbol.sdk.model.transaction.TransactionInfo
-
Create transaction info object for aggregate transaction inner transaction.
- createAliasBuilder() - Method in class io.nem.symbol.sdk.model.namespace.AddressAlias
-
- createAliasBuilder() - Method in interface io.nem.symbol.sdk.model.namespace.Alias
-
- createAliasBuilder() - Method in class io.nem.symbol.sdk.model.namespace.EmptyAlias
-
- createAliasBuilder() - Method in class io.nem.symbol.sdk.model.namespace.MosaicAlias
-
- createArtifactExpiryReceipt(NamespaceExpiryReceiptDTO, ReceiptType) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ReceiptMappingOkHttp
-
- createArtifactExpiryReceipt(MosaicExpiryReceiptDTO, ReceiptType) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ReceiptMappingOkHttp
-
- createArtifactExpiryReceipt(NamespaceExpiryReceiptDTO, ReceiptType) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
-
- createArtifactExpiryReceipt(MosaicExpiryReceiptDTO, ReceiptType) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
-
- createBalanceChangeReceipt(BalanceChangeReceiptDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ReceiptMappingOkHttp
-
- createBalanceChangeReceipt(BalanceChangeReceiptDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
-
- createBalanceTransferRecipient(BalanceTransferReceiptDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ReceiptMappingOkHttp
-
- createBalanceTransferRecipient(BalanceTransferReceiptDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
-
- createBlockCipher(KeyPair, KeyPair) - Method in interface io.nem.symbol.core.crypto.CryptoEngine
-
Creates a block cipher.
- createBlockCipher(KeyPair, KeyPair) - Method in class io.nem.symbol.core.crypto.ed25519.Ed25519CryptoEngine
-
- createBlockRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createBlockRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createBlockRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createBonded(NetworkType, Deadline, List<Transaction>) - Static method in class io.nem.symbol.sdk.model.transaction.AggregateTransactionFactory
-
Create an aggregate bonded transaction factory that can be customized.
- createChainRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createChainRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createChainRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createComplete(NetworkType, Deadline, List<Transaction>) - Static method in class io.nem.symbol.sdk.model.transaction.AggregateTransactionFactory
-
Create an aggregate complete transaction factory that can be customized.
- createDsaSigner(KeyPair) - Method in interface io.nem.symbol.core.crypto.CryptoEngine
-
Creates a DSA signer.
- createDsaSigner(KeyPair) - Method in class io.nem.symbol.core.crypto.ed25519.Ed25519CryptoEngine
-
- createEmpty() - Static method in class io.nem.symbol.core.math.SparseBitmap
-
Creates a new SparseBitmap
that is empty.
- createFactory(TransactionInfo, Object) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.AbstractTransactionMapper
-
- createFactory(NetworkType, Deadline, D) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.AbstractTransactionMapper
-
- createFactory(NetworkType, Deadline, AccountAddressRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.AccountAddressRestrictionTransactionMapper
-
- createFactory(NetworkType, Deadline, AccountMosaicRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.AccountMosaicRestrictionTransactionMapper
-
- createFactory(NetworkType, Deadline, AccountOperationRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.AccountOperationRestrictionTransactionMapper
-
- createFactory(NetworkType, Deadline, NodeKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.NodeKeyLinkTransactionMapper
-
- createFactory(NetworkType, Deadline, VotingKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.VotingKeyLinkTransactionMapper
-
- createFactory(NetworkType, Deadline, VrfKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.VrfKeyLinkTransactionMapper
-
- createFactory(TransactionInfo, Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
-
- createFactory(NetworkType, Deadline, D) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
-
- createFactory(NetworkType, Deadline, AccountAddressRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountAddressRestrictionTransactionMapper
-
- createFactory(NetworkType, Deadline, AccountMosaicRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountMosaicRestrictionTransactionMapper
-
- createFactory(NetworkType, Deadline, AccountOperationRestrictionTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AccountOperationRestrictionTransactionMapper
-
- createFactory(NetworkType, Deadline, NodeKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.NodeKeyLinkTransactionMapper
-
- createFactory(NetworkType, Deadline, VotingKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.VotingKeyLinkTransactionMapper
-
- createFactory(NetworkType, Deadline, VrfKeyLinkTransactionDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.VrfKeyLinkTransactionMapper
-
- createFinalizationRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createFinalizationRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createFinalizationRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createFromBigInteger(BigInteger) - Static method in class io.nem.symbol.sdk.model.mosaic.MosaicNonce
-
Create a MosaicNonce from a BigInteger.
- createFromEncoded(String) - Static method in class io.nem.symbol.sdk.model.account.Address
-
Create an Address from a given encoded address.
- createFromHexPayload(String) - Static method in class io.nem.symbol.sdk.model.message.Message
-
This factory method knows how to create the right Message instance from the provided message
payload.
- createFromId(BigInteger) - Static method in class io.nem.symbol.sdk.model.namespace.NamespaceId
-
Create NamespaceId from BigInteger id
- createFromIdAndFullName(BigInteger, String) - Static method in class io.nem.symbol.sdk.model.namespace.NamespaceId
-
Creates a NamespaceId when the id and the full name is known.
- createFromInteger(Integer) - Static method in class io.nem.symbol.sdk.model.mosaic.MosaicNonce
-
Create a MosaicNonce from a Integer.
- createFromName(String) - Static method in class io.nem.symbol.sdk.model.namespace.NamespaceId
-
Create NamespaceId from namespace string name (ex: nem or domain.subdom.subdome)
- createFromNameAndParentId(String, BigInteger) - Static method in class io.nem.symbol.sdk.model.namespace.NamespaceId
-
Create NamespaceId from namespace string name (ex: nem or domain.subdom.subdome) and parent id
- createFromNameAndParentName(String, String) - Static method in class io.nem.symbol.sdk.model.namespace.NamespaceId
-
Create NamespaceId from namespace string name (ex: nem or domain.subdom.subdome) and parent
namespace name
- createFromNonce(MosaicNonce, Address) - Static method in class io.nem.symbol.sdk.model.mosaic.MosaicId
-
Create MosaicId from a MosaicNonce and the owner Address
- createFromNonce(MosaicNonce, PublicAccount) - Static method in class io.nem.symbol.sdk.model.mosaic.MosaicId
-
Create MosaicId from a MosaicNonce and the owner PublicAccount
- createFromPayload(byte[]) - Static method in class io.nem.symbol.sdk.model.message.Message
-
This factory method knows how to create the right Message instance from the provided message
payload.
- createFromPrivateKey(String, NetworkType) - Static method in class io.nem.symbol.sdk.model.account.Account
-
Create an Account from a given private key.
- createFromPublicKey(String, NetworkType) - Static method in class io.nem.symbol.sdk.model.account.Address
-
Creates an address based on the public key and the network type.
- createFromPublicKey(String, NetworkType) - Static method in class io.nem.symbol.sdk.model.account.PublicAccount
-
Create a PublicAccount from a public key and network type.
- createFromRawAddress(String) - Static method in class io.nem.symbol.sdk.model.account.Address
-
Create an Address from a given raw address.
- createFromSortedData(int...) - Static method in class io.nem.symbol.core.math.SparseBitmap
-
Creates a new SparseBitmap
from data that are already sorted in strictly ascending
order (duplicate values are okay).
- createFromUnsortedData(int...) - Static method in class io.nem.symbol.core.math.SparseBitmap
-
Creates a new SparseBitmap
from unsorted data.
- createHashLockRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createHashLockRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createHashLockRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createInflationReceipt(InflationReceiptDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ReceiptMappingOkHttp
-
- createInflationReceipt(InflationReceiptDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
-
- createJsonSerialization() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createJsonSerialization() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createJsonSerialization() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createKeyAnalyzer() - Method in interface io.nem.symbol.core.crypto.CryptoEngine
-
Creates a key analyzer.
- createKeyAnalyzer() - Method in class io.nem.symbol.core.crypto.ed25519.Ed25519CryptoEngine
-
- createKeyGenerator() - Method in interface io.nem.symbol.core.crypto.CryptoEngine
-
Creates a key generator.
- createKeyGenerator() - Method in class io.nem.symbol.core.crypto.ed25519.Ed25519CryptoEngine
-
- createListener() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createListener() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createListener() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createMetadataRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createMetadataRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createMetadataRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createMosaicAddressRestrictionTransactionFactory(UnresolvedMosaicId, BigInteger, UnresolvedAddress, BigInteger) - Method in interface io.nem.symbol.sdk.api.MosaicRestrictionTransactionService
-
- createMosaicAddressRestrictionTransactionFactory(UnresolvedMosaicId, BigInteger, UnresolvedAddress, BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.MosaicRestrictionTransactionServiceImpl
-
- createMosaicGlobalRestrictionTransactionFactory(UnresolvedMosaicId, BigInteger, BigInteger, MosaicRestrictionType) - Method in interface io.nem.symbol.sdk.api.MosaicRestrictionTransactionService
-
- createMosaicGlobalRestrictionTransactionFactory(UnresolvedMosaicId, BigInteger, BigInteger, MosaicRestrictionType) - Method in class io.nem.symbol.sdk.infrastructure.MosaicRestrictionTransactionServiceImpl
-
- createMosaicMetadataTransactionFactory(Address, BigInteger, String, Address, UnresolvedMosaicId) - Method in interface io.nem.symbol.sdk.api.MetadataTransactionService
-
Create an Mosaic Metadata Transaction that knows how to set or update a value.
- createMosaicMetadataTransactionFactory(Address, BigInteger, String, Address, UnresolvedMosaicId) - Method in class io.nem.symbol.sdk.infrastructure.MetadataTransactionServiceImpl
-
- createMosaicRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createMosaicRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createMosaicRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createMosaicResolutionStatementFromDto(ResolutionStatementInfoDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ReceiptMappingOkHttp
-
- createMosaicResolutionStatementFromDto(ResolutionStatementInfoDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
-
- createMultisigRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createMultisigRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createMultisigRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createNamespaceMetadataTransactionFactory(Address, BigInteger, String, Address, NamespaceId) - Method in interface io.nem.symbol.sdk.api.MetadataTransactionService
-
Create an Namespace Metadata Transaction that knows how to set or update a value.
- createNamespaceMetadataTransactionFactory(Address, BigInteger, String, Address, NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.MetadataTransactionServiceImpl
-
- createNamespaceRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createNamespaceRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createNamespaceRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createNetworkRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createNetworkRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createNetworkRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createNodeRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createNodeRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createNodeRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createPersistentDelegationRequestTransaction(NetworkType, Deadline, PrivateKey, PrivateKey, PublicKey) - Static method in class io.nem.symbol.sdk.model.transaction.TransferTransactionFactory
-
Creates a TransferTransactionFactory with special message payload for persistent harvesting
delegation unlocking
- createRandom() - Static method in class io.nem.symbol.sdk.model.mosaic.MosaicNonce
-
Create a random MosaicNonce
- createReceiptFromDto(Object) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ReceiptMappingOkHttp
-
- createReceiptFromDto(Object) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
-
- createReceiptRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createReceiptRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createReceiptRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createRelative(double) - Method in class io.nem.symbol.sdk.model.mosaic.Currency
-
Create xem with using xem as unit.
- createRelative(long) - Method in class io.nem.symbol.sdk.model.mosaic.Currency
-
Create xem with using xem as unit.
- createRelative(BigDecimal) - Method in class io.nem.symbol.sdk.model.mosaic.Currency
-
Create xem with using xem as unit.
- createRelative(BigInteger) - Method in class io.nem.symbol.sdk.model.mosaic.Currency
-
Create xem with using xem as unit.
- createRestrictionAccountRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createRestrictionAccountRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createRestrictionAccountRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createRestrictionMosaicRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createRestrictionMosaicRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createRestrictionMosaicRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createRootNamespace(NetworkType, Deadline, String, BigInteger) - Static method in class io.nem.symbol.sdk.model.transaction.NamespaceRegistrationTransactionFactory
-
Creates a root namespace factory.
- createSecretLockRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createSecretLockRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createSecretLockRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createSubNamespace(NetworkType, Deadline, String, NamespaceId) - Static method in class io.nem.symbol.sdk.model.transaction.NamespaceRegistrationTransactionFactory
-
Create a sub namespace object.
- createTransactionHash(String, byte[]) - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
Generates hash for a serialized transaction payload.
- createTransactionInfo(Object, String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.AbstractTransactionMapper
-
- createTransactionInfo(Object, String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
-
- createTransactionRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createTransactionRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createTransactionRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createTransactionStatement(TransactionStatementInfoDTO) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ReceiptMappingOkHttp
-
- createTransactionStatement(TransactionStatementInfoDTO) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptMappingVertx
-
- createTransactionStatusRepository() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- createTransactionStatusRepository() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RepositoryFactoryOkHttpImpl
-
- createTransactionStatusRepository() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RepositoryFactoryVertxImpl
-
- createValue() - Method in class io.nem.symbol.core.utils.AbstractTwoLevelMap
-
Creates a new blank value.
- creatGson(boolean) - Static method in class io.nem.symbol.sdk.infrastructure.okhttp.JsonHelperGson
-
- CryptoEngine - Interface in io.nem.symbol.core.crypto
-
Represents a cryptographic engine that is a factory of crypto-providers.
- CryptoEngines - Class in io.nem.symbol.core.crypto
-
Static class that exposes crypto engines.
- CryptoException - Exception in io.nem.symbol.core.crypto
-
Exception that is used when a cryptographic operation fails.
- CryptoException(String) - Constructor for exception io.nem.symbol.core.crypto.CryptoException
-
Creates a new crypto exception.
- CryptoException(String, Throwable) - Constructor for exception io.nem.symbol.core.crypto.CryptoException
-
Creates a new crypto exception.
- CryptoUtils - Class in io.nem.symbol.core.crypto.ed25519
-
- CryptoUtils() - Constructor for class io.nem.symbol.core.crypto.ed25519.CryptoUtils
-
- Currency - Class in io.nem.symbol.sdk.model.mosaic
-
This object holds the configuration of a given currency.
- CurrencyBuilder - Class in io.nem.symbol.sdk.model.mosaic
-
- CurrencyBuilder(UnresolvedMosaicId, int) - Constructor for class io.nem.symbol.sdk.model.mosaic.CurrencyBuilder
-
- CurrencyService - Interface in io.nem.symbol.sdk.api
-
A service that allows you loading Network currencies for mosaic creation.
- CurrencyServiceImpl - Class in io.nem.symbol.sdk.infrastructure
-
- CurrencyServiceImpl(RepositoryFactory) - Constructor for class io.nem.symbol.sdk.infrastructure.CurrencyServiceImpl
-
Constructor.
- Curve - Interface in io.nem.symbol.core.crypto
-
Interface for getting information for a curve.
- GeneralTransactionMapper - Class in io.nem.symbol.sdk.infrastructure.okhttp.mappers
-
Entry point for the transaction mapping.
- GeneralTransactionMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.okhttp.mappers.GeneralTransactionMapper
-
- GeneralTransactionMapper - Class in io.nem.symbol.sdk.infrastructure.vertx.mappers
-
Entry point for the transaction mapping.
- GeneralTransactionMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
-
- generateAddress(String, NetworkType) - Static method in class io.nem.symbol.core.crypto.RawAddress
-
This method generates an address based on the public key and the Symbol configuration network
type.
- generateHash(NetworkType) - Method in class io.nem.symbol.sdk.model.receipt.ResolutionStatement
-
Serialize resolution statement and generate hash
- generateHash() - Method in class io.nem.symbol.sdk.model.receipt.TransactionStatement
-
Serialize transaction statement and generate hash
- generateIV() - Static method in class io.nem.symbol.core.crypto.ed25519.AESGCM
-
Generates a random 96 bit (12 byte) Initialisation Vector(IV) for use in AES-GCM encryption.
- generateKeyPair() - Method in class io.nem.symbol.core.crypto.ed25519.Ed25519KeyGenerator
-
- generateKeyPair() - Method in interface io.nem.symbol.core.crypto.KeyGenerator
-
Creates a random key pair.
- generateMosaicId(int, byte[]) - Static method in class io.nem.symbol.sdk.model.transaction.IdGenerator
-
Generate mosaic id.
- generateNamespaceId(String, BigInteger) - Static method in class io.nem.symbol.sdk.model.transaction.IdGenerator
-
Generate namespace id.
- generateNamespaceId(String, String) - Static method in class io.nem.symbol.sdk.model.transaction.IdGenerator
-
Generate namespace id.
- generateNamespaceId(String) - Static method in class io.nem.symbol.sdk.model.transaction.IdGenerator
-
Generate namespace id.
- generateNamespacePath(String) - Static method in class io.nem.symbol.sdk.model.transaction.IdGenerator
-
Generate namespace id.
- generateNewAccount(NetworkType) - Static method in class io.nem.symbol.sdk.model.account.Account
-
Generates an new Account for provided network type
- generateRandom() - Static method in class io.nem.symbol.core.crypto.PrivateKey
-
Generates a random private key.
- generateRandom() - Static method in class io.nem.symbol.core.crypto.PublicKey
-
Generates a random public key.
- generateRandom() - Static method in class io.nem.symbol.core.crypto.VotingKey
-
Generates a random voting key.
- generateRandom(NetworkType) - Static method in class io.nem.symbol.sdk.model.account.Address
-
Generates a random address for the given network type.
- generateRandomBytes(int) - Static method in class io.nem.symbol.sdk.infrastructure.RandomUtils
-
Generates a byte array containing random data.
- generateRandomBytes() - Static method in class io.nem.symbol.sdk.infrastructure.RandomUtils
-
Generates a byte array containing random data.
- generateRandomInt(int) - Static method in class io.nem.symbol.sdk.infrastructure.RandomUtils
-
Returns a pseudorandom, uniformly distributed int
value between 0 (inclusive) and the
specified value (exclusive)/
- generateRandomInt() - Static method in class io.nem.symbol.sdk.infrastructure.RandomUtils
-
Returns a pseudorandom, uniformly distributed int
value between 0 (inclusive) and the
specified value (exclusive)/
- get(int) - Method in class io.nem.symbol.core.math.SparseBitmap
-
Gets the value of the bit at the given index.
- getAccountAddress() - Method in class io.nem.symbol.sdk.model.account.MultisigAccountInfo
-
Returns account multisig public account.
- getAccountInfo(Address) - Method in interface io.nem.symbol.sdk.api.AccountRepository
-
Gets an AccountInfo for an account.
- getAccountInfo(Address) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.AccountRepositoryOkHttpImpl
-
- getAccountInfo(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
-
- getAccountInfoMerkle(Address) - Method in interface io.nem.symbol.sdk.api.AccountRepository
-
Returns the merkle information of the given account.
- getAccountInfoMerkle(Address) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.AccountRepositoryOkHttpImpl
-
- getAccountInfoMerkle(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
-
- getAccountlink() - Method in class io.nem.symbol.sdk.model.network.PluginsProperties
-
- getAccountRestrictions(Address) - Method in interface io.nem.symbol.sdk.api.RestrictionAccountRepository
-
Returns the account restrictions for a given account.
- getAccountRestrictions(Address) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RestrictionAccountRepositoryOkHttpImpl
-
- getAccountRestrictions(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionAccountRepositoryVertxImpl
-
- getAccountRestrictions() - Method in class io.nem.symbol.sdk.model.account.AccountPropertiesInfo
-
- getAccountRestrictionsMerkle(Address) - Method in interface io.nem.symbol.sdk.api.RestrictionAccountRepository
-
Returns the account restrictions merkle for a given account.
- getAccountRestrictionsMerkle(Address) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RestrictionAccountRepositoryOkHttpImpl
-
- getAccountRestrictionsMerkle(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionAccountRepositoryVertxImpl
-
- getAccountsInfo(List<Address>) - Method in interface io.nem.symbol.sdk.api.AccountRepository
-
Gets AccountsInfo for different accounts based on their addresses.
- getAccountsInfo(List<Address>) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.AccountRepositoryOkHttpImpl
-
- getAccountsInfo(List<Address>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
-
- getAccountsNames(List<Address>) - Method in interface io.nem.symbol.sdk.api.NamespaceRepository
-
Gets AccountNames for different accounts based on their addresses.
- getAccountsNames(List<Address>) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NamespaceRepositoryOkHttpImpl
-
- getAccountsNames(List<Address>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
-
- getAccountType() - Method in class io.nem.symbol.sdk.model.account.AccountInfo
-
- getAction() - Method in class io.nem.symbol.sdk.model.transaction.MosaicSupplyChangeTransaction
-
Returns mosaic supply type.
- getAction() - Method in class io.nem.symbol.sdk.model.transaction.MosaicSupplyChangeTransactionFactory
-
Returns mosaic supply type.
- getActivityBuckets() - Method in class io.nem.symbol.sdk.model.account.AccountInfo
-
- getAddress() - Method in class io.nem.symbol.sdk.api.AccountRestrictionSearchCriteria
-
- getAddress() - Method in class io.nem.symbol.sdk.api.HashLockSearchCriteria
-
- getAddress() - Method in class io.nem.symbol.sdk.api.SecretLockSearchCriteria
-
- getAddress() - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- getAddress() - Method in class io.nem.symbol.sdk.model.account.Account
-
Account address.
- getAddress() - Method in class io.nem.symbol.sdk.model.account.AccountInfo
-
Returns account address.
- getAddress() - Method in class io.nem.symbol.sdk.model.account.AccountNames
-
- getAddress() - Method in class io.nem.symbol.sdk.model.account.AccountRestrictions
-
- getAddress() - Method in class io.nem.symbol.sdk.model.account.PublicAccount
-
Returns account address.
- getAddress() - Method in class io.nem.symbol.sdk.model.transaction.AddressAliasTransaction
-
Gets the address.
- getAddress() - Method in class io.nem.symbol.sdk.model.transaction.AddressAliasTransactionFactory
-
Gets the address.
- getAddress() - Method in class io.nem.symbol.sdk.model.transaction.TransactionStatusError
-
- getAddressAdditions() - Method in class io.nem.symbol.sdk.model.transaction.MultisigAccountModificationTransaction
-
- getAddressAdditions() - Method in class io.nem.symbol.sdk.model.transaction.MultisigAccountModificationTransactionFactory
-
- getAddressDeletions() - Method in class io.nem.symbol.sdk.model.transaction.MultisigAccountModificationTransaction
-
- getAddressDeletions() - Method in class io.nem.symbol.sdk.model.transaction.MultisigAccountModificationTransactionFactory
-
- getAddressHeight() - Method in class io.nem.symbol.sdk.model.account.AccountInfo
-
Returns height when the address was published.
- getAddressPrefix() - Method in enum io.nem.symbol.sdk.model.network.NetworkType
-
- getAESKey(int) - Static method in class io.nem.symbol.core.crypto.ed25519.CryptoUtils
-
- getAESKeyFromPassword(char[], byte[]) - Static method in class io.nem.symbol.core.crypto.ed25519.CryptoUtils
-
- getAffineX() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519EncodedGroupElement
-
Gets the affine x-coordinate.
- getAffineY() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519EncodedGroupElement
-
Gets the affine y-coordinate.
- getAggregate() - Method in class io.nem.symbol.sdk.model.network.PluginsProperties
-
- getAggregateHash() - Method in class io.nem.symbol.sdk.model.transaction.TransactionInfo
-
Returns hash of the aggregate transaction.
- getAggregateId() - Method in class io.nem.symbol.sdk.model.transaction.TransactionInfo
-
Returns id of the aggregate transaction.
- getAlias() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceInfo
-
Returns the Alias
- getAliasAction() - Method in class io.nem.symbol.sdk.model.transaction.AddressAliasTransaction
-
Gets the alias action.
- getAliasAction() - Method in class io.nem.symbol.sdk.model.transaction.AddressAliasTransactionFactory
-
Gets the alias action.
- getAliasAction() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAliasTransaction
-
Gets the alias action.
- getAliasAction() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAliasTransactionFactory
-
Gets the alias action.
- getAliasType() - Method in class io.nem.symbol.sdk.api.NamespaceSearchCriteria
-
- getAliasValue() - Method in interface io.nem.symbol.sdk.model.namespace.Alias
-
Gets the alias.
- getAliasValue() - Method in class io.nem.symbol.sdk.model.namespace.AliasBase
-
Gets the alias value of type T.
- getAllAddressesAndAliases(UnresolvedAddress) - Method in interface io.nem.symbol.sdk.api.Listener
-
Helper method to return all the known aliases of a given address.
- getAllAddressesAndAliases(UnresolvedAddress) - Method in class io.nem.symbol.sdk.infrastructure.ListenerBase
-
- getAllMultisigAddressesAndAliases(UnresolvedAddress) - Method in interface io.nem.symbol.sdk.api.Listener
-
Helper method to return all the known cosigners and it's aliases of a given account.
- getAllMultisigAddressesAndAliases(UnresolvedAddress) - Method in class io.nem.symbol.sdk.infrastructure.ListenerBase
-
- getAmount() - Method in class io.nem.symbol.sdk.model.mosaic.Mosaic
-
Return mosaic amount.
- getAmount() - Method in class io.nem.symbol.sdk.model.mosaic.ResolvedMosaic
-
Return mosaic amount.
- getAmount() - Method in class io.nem.symbol.sdk.model.receipt.BalanceChangeReceipt
-
Returns balance change amount
- getAmount() - Method in class io.nem.symbol.sdk.model.receipt.BalanceTransferReceipt
-
Returns amount
- getAmount() - Method in class io.nem.symbol.sdk.model.receipt.InflationReceipt
-
Returns balance change amount
- getAmount() - Method in class io.nem.symbol.sdk.model.transaction.HashLockInfo
-
- getAmount() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockInfo
-
- getApiNode() - Method in class io.nem.symbol.sdk.model.node.NodeHealth
-
- getArtifactId() - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- getArtifactId() - Method in class io.nem.symbol.sdk.model.receipt.ArtifactExpiryReceipt
-
Returns the artifact id
- getAt(int) - Method in class io.nem.symbol.core.math.ColumnVector
-
Gets the value at the specified index.
- getAt(int, int) - Method in class io.nem.symbol.core.math.Matrix
-
Gets the value at the specified row and column.
- getAtUnchecked(int, int) - Method in class io.nem.symbol.core.math.DenseMatrix
-
- getAtUnchecked(int, int) - Method in class io.nem.symbol.core.math.Matrix
-
Gets the value at the specified row and column.
- getAtUnchecked(int, int) - Method in class io.nem.symbol.core.math.SparseMatrix
-
- getAverageFeeMultiplier() - Method in class io.nem.symbol.sdk.model.network.TransactionFees
-
- getBaseUrl() - Method in class io.nem.symbol.sdk.api.RepositoryFactoryConfiguration
-
- getBaseUrl() - Method in class io.nem.symbol.sdk.infrastructure.RepositoryFactoryBase
-
- getBeneficiaryAddress() - Method in class io.nem.symbol.sdk.api.BlockSearchCriteria
-
- getBeneficiaryAddress() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns the beneficiary address.
- getBeneficiaryCount() - Method in class io.nem.symbol.sdk.model.account.ActivityBucket
-
- getBigInteger(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.JsonHelperGson
-
- getBigInteger(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
-
- getBigInteger(Object, String...) - Method in interface io.nem.symbol.sdk.model.transaction.JsonHelper
-
This method retrieves a BigInteger attribute following the the provided path
- getBinaryR() - Method in class io.nem.symbol.core.crypto.Signature
-
Gets the r-part of the signature.
- getBinaryS() - Method in class io.nem.symbol.core.crypto.Signature
-
Gets the s-part of the signature.
- getBit(byte[], int) - Static method in class io.nem.symbol.core.utils.ArrayUtils
-
Gets the i'th bit of a byte array.
- getBit() - Method in class io.nem.symbol.sdk.model.state.MerkleTreeBranchLink
-
- getBlockByHeight(BigInteger) - Method in interface io.nem.symbol.sdk.api.BlockRepository
-
Gets a BlockInfo for a given block height.
- getBlockByHeight(BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.BlockRepositoryOkHttpImpl
-
- getBlockByHeight(BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
-
- getBlockDuration() - Method in class io.nem.symbol.sdk.model.transaction.MosaicDefinitionTransaction
-
Returns the number of blocks from height it will be active
- getBlockDuration() - Method in class io.nem.symbol.sdk.model.transaction.MosaicDefinitionTransactionFactory
-
Returns the block duration.
- getBlockFinalizationInterval() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getBlockGenerationTargetTime() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getBlockPruneInterval() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getBlockReceiptsHash() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns the block receipts hash.
- getBlockTimeSmoothingFactor() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getBlockTransactionsHash() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns the block transaction hash.
- getBoolean(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.JsonHelperGson
-
- getBoolean(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
-
- getBoolean(Object, String...) - Method in interface io.nem.symbol.sdk.model.transaction.JsonHelper
-
This method retrieves a Long attribute following the the provided path
- getBottom() - Method in class io.nem.symbol.sdk.model.finalization.BmTreeSignature
-
- getBranches() - Method in class io.nem.symbol.sdk.model.state.MerkleTree
-
- getBranchHash() - Method in class io.nem.symbol.sdk.model.state.MerkleTreeBranch
-
- getByteBuffer() - Method in class io.nem.symbol.core.crypto.Key
-
Gets raw public key value.
- getBytes() - Method in class io.nem.symbol.core.crypto.Key
-
Creates the a key value.
- getBytes() - Method in class io.nem.symbol.core.crypto.Signature
-
Gets a little-endian 64-byte representation of the signature.
- getBytes(String) - Static method in class io.nem.symbol.core.utils.Base32Encoder
-
Converts a string to a byte array.
- getBytes(String) - Static method in class io.nem.symbol.core.utils.Base64Encoder
-
Converts a string to a byte array.
- getBytes(String) - Static method in class io.nem.symbol.core.utils.ConvertUtils
-
Converts a hex string to a byte array.
- getBytes(String) - Static method in class io.nem.symbol.core.utils.StringEncoder
-
Converts a string to a UTF-8 byte array.
- getChain() - Method in class io.nem.symbol.sdk.model.network.NetworkConfiguration
-
- getChainInfo() - Method in interface io.nem.symbol.sdk.api.ChainRepository
-
Gets current blockchain score.
- getChainInfo() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ChainRepositoryOkHttpImpl
-
Get Block chain score
- getChainInfo() - Method in class io.nem.symbol.sdk.infrastructure.vertx.ChainRepositoryVertxImpl
-
Get Block chain score
- getChannel() - Method in class io.nem.symbol.sdk.infrastructure.ListenerMessage
-
- getChannel() - Method in class io.nem.symbol.sdk.infrastructure.ListenerRequest
-
- getChannelParams() - Method in class io.nem.symbol.sdk.infrastructure.ListenerMessage
-
- getChildNamespaceRentalFee() - Method in class io.nem.symbol.sdk.model.network.NamespaceNetworkProperties
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.BlockRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ChainRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.FinalizationRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.HashLockRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MetadataRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MosaicRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MultisigRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NamespaceRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NodeRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ReceiptRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RestrictionAccountRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RestrictionMosaicRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.SecretLockRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.TransactionRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.TransactionStatusRepositoryOkHttpImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.ChainRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.FinalizationRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.HashLockRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.MultisigRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionAccountRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.SecretLockRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
-
- getClient() - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionStatusRepositoryVertxImpl
-
- getCode() - Method in class io.nem.symbol.sdk.model.transaction.TransactionStatus
-
Returns transaction status being the error name in case of failure and success otherwise.
- getColumn() - Method in class io.nem.symbol.core.math.MatrixElement
-
Gets the column index.
- getColumnCount() - Method in class io.nem.symbol.core.math.Matrix
-
Gets the number of columns.
- getColumnSumVector() - Method in class io.nem.symbol.core.math.Matrix
-
Gets a vector containing the sums of each matrix column.
- getCompositeHash() - Method in class io.nem.symbol.sdk.model.metadata.Metadata
-
- getCompositeHash() - Method in class io.nem.symbol.sdk.model.restriction.MosaicRestriction
-
- getCompositeHash() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockInfo
-
- getCoordinateSystem() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the coordinate system for the group element.
- getCosignatoryAddresses() - Method in class io.nem.symbol.sdk.model.account.MultisigAccountInfo
-
Returns multisig account cosignatories.
- getCosignatures() - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransaction
-
Returns list of transaction cosigners signatures.
- getCosignatures() - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransactionFactory
-
Returns list of transaction cosigners signatures.
- getCurrencies(List<MosaicId>) - Method in interface io.nem.symbol.sdk.api.CurrencyService
-
- getCurrencies(List<MosaicId>) - Method in class io.nem.symbol.sdk.infrastructure.CurrencyServiceImpl
-
- getCurrency(MosaicId) - Method in interface io.nem.symbol.sdk.api.CurrencyService
-
- getCurrency(MosaicId) - Method in class io.nem.symbol.sdk.infrastructure.CurrencyServiceImpl
-
- getCurrency() - Method in class io.nem.symbol.sdk.model.mosaic.NetworkCurrencies
-
- getCurrencyFromNamespaceId(NamespaceId) - Method in interface io.nem.symbol.sdk.api.CurrencyService
-
- getCurrencyFromNamespaceId(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.CurrencyServiceImpl
-
- getCurrencyMosaicId() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getCurrentVersion() - Method in enum io.nem.symbol.sdk.model.transaction.TransactionType
-
Returns the current version for new transactions.
- getCurve() - Method in interface io.nem.symbol.core.crypto.CryptoEngine
-
Return The underlying curve.
- getCurve() - Method in class io.nem.symbol.core.crypto.ed25519.Ed25519CryptoEngine
-
- getData() - Method in class io.nem.symbol.sdk.api.Page
-
- getDb() - Method in class io.nem.symbol.sdk.model.node.NodeHealth
-
- getDeadline() - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
Returns the deadline to include the transaction.
- getDeadline() - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
- getDeadline() - Method in class io.nem.symbol.sdk.model.transaction.TransactionStatus
-
Returns transaction deadline.
- getDeadline() - Method in class io.nem.symbol.sdk.model.transaction.TransactionStatusError
-
Returns transaction deadline.
- getDecimalFormat(int) - Static method in class io.nem.symbol.core.utils.FormatUtils
-
Gets a decimal format that with the desired number of decimal places.
- getDefaultDecimalFormat() - Static method in class io.nem.symbol.core.utils.FormatUtils
-
Gets a default decimal format that should be used for formatting decimal values.
- getDefaultDynamicFeeMultiplier() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getDelta() - Method in class io.nem.symbol.sdk.model.transaction.MosaicSupplyChangeTransaction
-
Returns amount of mosaics added or removed.
- getDelta() - Method in class io.nem.symbol.sdk.model.transaction.MosaicSupplyChangeTransactionFactory
-
Returns amount of mosaics added or removed.
- getDepth() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceInfo
-
Returns the namespace level depth
- getDescription() - Method in class io.nem.symbol.sdk.model.network.NetworkInfo
-
- getDifficulty() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns POI difficulty to harvest a block.
- getDivisibility() - Method in class io.nem.symbol.sdk.model.mosaic.Currency
-
- getDivisibility() - Method in class io.nem.symbol.sdk.model.mosaic.CurrencyBuilder
-
- getDivisibility() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicInfo
-
Returns the mosaic divisibility
- getDivisibility() - Method in class io.nem.symbol.sdk.model.transaction.MosaicDefinitionTransaction
-
Returns the mosaic divisibility.
- getDivisibility() - Method in class io.nem.symbol.sdk.model.transaction.MosaicDefinitionTransactionFactory
-
Returns the mosaic divisibility.
- getDummy() - Method in class io.nem.symbol.sdk.model.network.AccountLinkNetworkProperties
-
- getDuration() - Method in class io.nem.symbol.sdk.model.blockchain.BlockDuration
-
Returns the number of blocks from height it will be active
- getDuration() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicInfo
-
Return the number of blocks from height it will be active
- getDuration() - Method in class io.nem.symbol.sdk.model.transaction.HashLockTransaction
-
Returns funds lock duration in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.model.transaction.HashLockTransactionFactory
-
Returns funds lock duration in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.model.transaction.NamespaceRegistrationTransaction
-
Returns number of blocks a namespace is active.
- getDuration() - Method in class io.nem.symbol.sdk.model.transaction.NamespaceRegistrationTransactionFactory
-
Returns number of blocks a namespace is active.
- getDuration() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockTransaction
-
Returns duration for the funds to be released or returned.
- getDuration() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockTransactionFactory
-
Returns duration for the funds to be released or returned.
- getEffectiveChildNamespaceRentalFee() - Method in class io.nem.symbol.sdk.model.network.RentalFees
-
- getEffectiveMosaicRentalFee() - Method in class io.nem.symbol.sdk.model.network.RentalFees
-
- getEffectiveRootNamespaceRentalFeePerBlock() - Method in class io.nem.symbol.sdk.model.network.RentalFees
-
- getElementCount() - Method in class io.nem.symbol.core.math.Matrix
-
Gets the number of elements.
- getEmbedded() - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- getEnableBondedAggregateSupport() - Method in class io.nem.symbol.sdk.model.network.AggregateNetworkProperties
-
- getEnableStrictCosignatureCheck() - Method in class io.nem.symbol.sdk.model.network.AggregateNetworkProperties
-
- getEnableVerifiableReceipts() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getEnableVerifiableState() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getEncodedPath() - Method in class io.nem.symbol.sdk.model.state.MerkleTreeBranch
-
- getEncodedPath() - Method in class io.nem.symbol.sdk.model.state.MerkleTreeLeaf
-
- getEndEpoch() - Method in class io.nem.symbol.sdk.model.account.AccountLinkVotingKey
-
- getEndEpoch() - Method in class io.nem.symbol.sdk.model.transaction.VotingKeyLinkTransaction
-
- getEndEpoch() - Method in class io.nem.symbol.sdk.model.transaction.VotingKeyLinkTransactionFactory
-
- getEndHeight() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceInfo
-
Returns the block height the namespace expires if not renewed
- getEndHeight() - Method in class io.nem.symbol.sdk.model.transaction.HashLockInfo
-
- getEndHeight() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockInfo
-
- getEntryType() - Method in class io.nem.symbol.sdk.api.MosaicRestrictionSearchCriteria
-
- getEntryType() - Method in class io.nem.symbol.sdk.model.restriction.MosaicRestriction
-
- getEpochAdjustment() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- getEpochAdjustment() - Method in class io.nem.symbol.sdk.api.RepositoryFactoryConfiguration
-
- getEpochAdjustment() - Method in class io.nem.symbol.sdk.infrastructure.RepositoryFactoryBase
-
- getEpochAdjustment() - Method in class io.nem.symbol.sdk.model.network.NetworkProperties
-
- getFeeMultiplier() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns the feeMultiplier defined by the harvester.
- getFinalizationEpoch() - Method in class io.nem.symbol.sdk.model.blockchain.FinalizedBlock
-
- getFinalizationEpoch() - Method in class io.nem.symbol.sdk.model.finalization.FinalizationProof
-
- getFinalizationPoint() - Method in class io.nem.symbol.sdk.model.blockchain.FinalizedBlock
-
- getFinalizationPoint() - Method in class io.nem.symbol.sdk.model.finalization.FinalizationProof
-
- getFinalizationProofAtEpoch(long) - Method in interface io.nem.symbol.sdk.api.FinalizationRepository
-
Gets finalization proof for the greatest height associated with the given epoch.
- getFinalizationProofAtEpoch(long) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.FinalizationRepositoryOkHttpImpl
-
- getFinalizationProofAtEpoch(long) - Method in class io.nem.symbol.sdk.infrastructure.vertx.FinalizationRepositoryVertxImpl
-
- getFinalizationProofAtHeight(BigInteger) - Method in interface io.nem.symbol.sdk.api.FinalizationRepository
-
Gets finalization proof at the given height.
- getFinalizationProofAtHeight(BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.FinalizationRepositoryOkHttpImpl
-
- getFinalizationProofAtHeight(BigInteger) - Method in class io.nem.symbol.sdk.infrastructure.vertx.FinalizationRepositoryVertxImpl
-
- getFlags() - Method in enum io.nem.symbol.sdk.model.transaction.AccountAddressRestrictionFlags
-
- getFlags() - Method in enum io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionFlags
-
- getFlags() - Method in enum io.nem.symbol.sdk.model.transaction.AccountOperationRestrictionFlags
-
- getFlags() - Method in interface io.nem.symbol.sdk.model.transaction.AccountRestrictionFlags
-
- getFriendlyName() - Method in class io.nem.symbol.sdk.model.node.NodeInfo
-
The name of the node.
- getFromHeight() - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- getFromHeight() - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- getFromTransferAmount() - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- getFullName() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceId
-
Returns optional namespace full name, with subnamespaces if it's the case.
- getGenerationHash() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- getGenerationHash() - Method in class io.nem.symbol.sdk.api.RepositoryFactoryConfiguration
-
- getGenerationHash() - Method in class io.nem.symbol.sdk.infrastructure.RepositoryFactoryBase
-
- getGenerationHash() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns block generation hash.
- getGenerationHashSeed() - Method in class io.nem.symbol.sdk.model.network.NetworkProperties
-
- getGroup() - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- getGroup() - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
- getGroup() - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
- getGroup() - Method in class io.nem.symbol.sdk.model.transaction.TransactionStatus
-
Returns transaction status group "failed", "unconfirmed", "confirmed", etc...
- getGroupOrder() - Method in interface io.nem.symbol.core.crypto.Curve
-
Gets the group order.
- getGroupOrder() - Method in class io.nem.symbol.core.crypto.ed25519.Ed25519Curve
-
- getHalfGroupOrder() - Method in interface io.nem.symbol.core.crypto.Curve
-
Gets the group order / 2.
- getHalfGroupOrder() - Method in class io.nem.symbol.core.crypto.ed25519.Ed25519Curve
-
- getHarvest() - Method in class io.nem.symbol.sdk.model.mosaic.NetworkCurrencies
-
- getHarvestBeneficiaryPercentage() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getHarvestCurrency() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- getHarvestCurrency() - Method in class io.nem.symbol.sdk.infrastructure.RepositoryFactoryBase
-
- getHarvestingEligibleAccountsCount() - Method in class io.nem.symbol.sdk.model.blockchain.ImportanceBlockInfo
-
- getHarvestingMosaicId() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getHarvestNetworkFeeSinkAddress() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getHarvestNetworkPercentage() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getHash() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns block hash.
- getHash() - Method in class io.nem.symbol.sdk.model.blockchain.FinalizedBlock
-
- getHash() - Method in class io.nem.symbol.sdk.model.blockchain.MerklePathItem
-
Return hash
- getHash() - Method in class io.nem.symbol.sdk.model.finalization.FinalizationProof
-
- getHash() - Method in class io.nem.symbol.sdk.model.transaction.HashLockInfo
-
- getHash() - Method in class io.nem.symbol.sdk.model.transaction.HashLockTransaction
-
Returns signed transaction hash for which funds are locked.
- getHash() - Method in class io.nem.symbol.sdk.model.transaction.HashLockTransactionFactory
-
Returns signed transaction hash for which funds are locked.
- getHash() - Method in class io.nem.symbol.sdk.model.transaction.SignedTransaction
-
Returns transaction hash.
- getHash() - Method in class io.nem.symbol.sdk.model.transaction.TransactionInfo
-
Returns transaction hash.
- getHash() - Method in class io.nem.symbol.sdk.model.transaction.TransactionStatus
-
Returns transaction hash.
- getHash() - Method in class io.nem.symbol.sdk.model.transaction.TransactionStatusError
-
Returns transaction hash.
- getHashAlgorithm() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockInfo
-
- getHashAlgorithm() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockTransaction
-
Returns the hash algorithm, secret is generated with.
- getHashAlgorithm() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockTransactionFactory
-
Returns the hash algorithm, secret is generated with.
- getHashes() - Method in class io.nem.symbol.sdk.model.finalization.MessageGroup
-
- getHashLock(String) - Method in interface io.nem.symbol.sdk.api.HashLockRepository
-
Returns a lock hash info based on the hash
- getHashLock(String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.HashLockRepositoryOkHttpImpl
-
- getHashLock(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.HashLockRepositoryVertxImpl
-
- getHashLockMerkle(String) - Method in interface io.nem.symbol.sdk.api.HashLockRepository
-
Returns a lock hash merkle info based on the hash
- getHashLockMerkle(String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.HashLockRepositoryOkHttpImpl
-
- getHashLockMerkle(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.HashLockRepositoryVertxImpl
-
- getHashType() - Method in class io.nem.symbol.sdk.model.transaction.SecretProofTransaction
-
Returns the hash algorithm secret is generated with.
- getHashType() - Method in class io.nem.symbol.sdk.model.transaction.SecretProofTransactionFactory
-
Returns the hash algorithm secret is generated with.
- getHeight() - Method in class io.nem.symbol.sdk.api.ResolutionStatementSearchCriteria
-
- getHeight() - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- getHeight() - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- getHeight() - Method in class io.nem.symbol.sdk.model.account.Importance
-
Gets height.
- getHeight() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns height of which the block was confirmed.
- getHeight() - Method in class io.nem.symbol.sdk.model.blockchain.ChainInfo
-
Get the chain height
- getHeight() - Method in class io.nem.symbol.sdk.model.blockchain.FinalizedBlock
-
- getHeight() - Method in class io.nem.symbol.sdk.model.finalization.FinalizationProof
-
- getHeight() - Method in class io.nem.symbol.sdk.model.finalization.MessageGroup
-
- getHeight() - Method in class io.nem.symbol.sdk.model.receipt.ResolutionStatement
-
Returns block height
- getHeight() - Method in class io.nem.symbol.sdk.model.receipt.TransactionStatement
-
Returns block height
- getHeight() - Method in class io.nem.symbol.sdk.model.transaction.TransactionInfo
-
Returns block height in which the transaction was included.
- getHeight() - Method in class io.nem.symbol.sdk.model.transaction.TransactionStatus
-
Returns height of the block at which it was confirmed or rejected.
- getHighestBit() - Method in class io.nem.symbol.core.math.SparseBitmap
-
Gets the highest bit that is set in the bitmap.
- getHighestFeeMultiplier() - Method in class io.nem.symbol.sdk.model.network.TransactionFees
-
- getHost() - Method in class io.nem.symbol.sdk.model.node.NodeInfo
-
The IP address of the endpoint.
- getId() - Method in class io.nem.symbol.sdk.api.NamespaceSearchCriteria
-
- getId() - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- getId() - Method in class io.nem.symbol.sdk.model.mosaic.Mosaic
-
Returns the mosaic identifier
- getId() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicId
-
Returns mosaic BigInteger id
- getId() - Method in class io.nem.symbol.sdk.model.mosaic.ResolvedMosaic
-
Returns the mosaic identifier
- getId() - Method in interface io.nem.symbol.sdk.model.mosaic.UnresolvedMosaicId
-
Gets the MosaicId/NamespaceId as a BigInteger
.
- getId() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceId
-
Returns namespace BigInteger id
- getId() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceInfo
-
Returns the NamespaceId
- getId() - Method in class io.nem.symbol.sdk.model.transaction.TransactionInfo
-
Returns transaction id.
- getIdAsHex(UnresolvedMosaicId) - Static method in class io.nem.symbol.core.utils.MapperUtils
-
Converts a namespace or a mosaic id to hex
- getIdAsHex() - Method in class io.nem.symbol.sdk.model.mosaic.Mosaic
-
Returns mosaic id as a hexadecimal string
- getIdAsHex() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicId
-
Gets the id as a hexadecimal string.
- getIdAsHex() - Method in class io.nem.symbol.sdk.model.mosaic.ResolvedMosaic
-
Returns mosaic id as a hexadecimal string
- getIdAsHex() - Method in interface io.nem.symbol.sdk.model.mosaic.UnresolvedMosaicId
-
Gets the MosaicId/NamespaceId as an hex string.
- getIdAsHex() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceId
-
Gets the id as a hexadecimal string.
- getIdAsLong() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicId
-
Returns mosaic id as a long
- getIdAsLong() - Method in interface io.nem.symbol.sdk.model.mosaic.UnresolvedMosaicId
-
Gets the MosaicId/NamespaceId as a long number.
- getIdAsLong() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceId
-
Returns namespace id as a long
- getIdentifier() - Method in class io.nem.symbol.sdk.model.network.NetworkProperties
-
- getImportance() - Method in class io.nem.symbol.sdk.model.account.AccountInfo
-
Returns the Importance of the account.
- getImportanceActivityPercentage() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getImportanceGrouping() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getIndex() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceInfo
-
The namespace meta index
- getIndex() - Method in class io.nem.symbol.sdk.model.transaction.TransactionInfo
-
Returns index representing either transaction index/position within block or within an
aggregate transaction.
- getInitialCurrencyAtomicUnits() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getInnerTransactions() - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransaction
-
Returns list of innerTransactions included in the aggregate transaction.
- getInnerTransactions() - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransactionFactory
-
Returns list of innerTransactions included in the aggregate transaction.
- getInstant(Duration) - Method in class io.nem.symbol.sdk.model.transaction.Deadline
-
Returns the value as instant
- getInteger(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.JsonHelperGson
-
- getInteger(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
-
- getInteger(Object, String...) - Method in interface io.nem.symbol.sdk.model.transaction.JsonHelper
-
This method retrieves a Integer attribute following the the provided path
- getItem(K, K) - Method in class io.nem.symbol.core.utils.AbstractTwoLevelMap
-
Gets the TValue associated with key1 and key2.
- getItems(K) - Method in class io.nem.symbol.core.utils.AbstractTwoLevelMap
-
Gets the (TKey, TValue) map associated with key.
- getJsonHelper() - Method in class io.nem.symbol.sdk.infrastructure.ListenerBase
-
- getJsonHelper() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.AbstractRepositoryOkHttpImpl
-
- getJsonHelper() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.AbstractTransactionMapper
-
- getJsonHelper() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.GeneralTransactionMapper
-
- getJsonHelper() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MerkleMapper
-
- getJsonHelper() - Method in class io.nem.symbol.sdk.infrastructure.vertx.AbstractRepositoryVertxImpl
-
- getJsonHelper() - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
-
- getJsonHelper() - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
-
- getJsonHelper() - Method in class io.nem.symbol.sdk.infrastructure.vertx.MerkleMapper
-
- getKey() - Method in class io.nem.symbol.sdk.model.account.AccountKey
-
- getKeyPair() - Method in class io.nem.symbol.core.crypto.ed25519.Ed25519DsaSigner
-
Gets the underlying key pair.
- getKeyPair() - Method in class io.nem.symbol.sdk.model.account.Account
-
Account keyPair containing public and private key.
- getKeyType() - Method in class io.nem.symbol.sdk.model.account.AccountKey
-
- getLatestFinalizedBlock() - Method in class io.nem.symbol.sdk.model.blockchain.ChainInfo
-
Get the finalized block information
- getLeaf() - Method in class io.nem.symbol.sdk.model.state.MerkleTree
-
- getLeafHash() - Method in class io.nem.symbol.sdk.model.state.MerkleTreeLeaf
-
- getLeafValue() - Method in class io.nem.symbol.sdk.model.state.StateMerkleProof
-
Get merkle tree root hash
- getLevel0() - Method in class io.nem.symbol.sdk.api.NamespaceSearchCriteria
-
- getLevels() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceInfo
-
Returns the different NamespaceIds per level
- getLevelsNumber() - Method in class io.nem.symbol.sdk.model.account.MultisigAccountGraphInfo
-
Returns multisig accounts levels number.
- getLink() - Method in class io.nem.symbol.sdk.model.state.MerkleTreeBranchLink
-
- getLinkAction() - Method in class io.nem.symbol.sdk.model.transaction.AccountKeyLinkTransaction
-
Gets the link action.
- getLinkAction() - Method in class io.nem.symbol.sdk.model.transaction.AccountKeyLinkTransactionFactory
-
Gets the link action.
- getLinkAction() - Method in class io.nem.symbol.sdk.model.transaction.NodeKeyLinkTransaction
-
- getLinkAction() - Method in class io.nem.symbol.sdk.model.transaction.NodeKeyLinkTransactionFactory
-
- getLinkAction() - Method in interface io.nem.symbol.sdk.model.transaction.PublicKeyLinkTransaction
-
Gets the link action.
- getLinkAction() - Method in class io.nem.symbol.sdk.model.transaction.VotingKeyLinkTransaction
-
- getLinkAction() - Method in class io.nem.symbol.sdk.model.transaction.VotingKeyLinkTransactionFactory
-
- getLinkAction() - Method in class io.nem.symbol.sdk.model.transaction.VrfKeyLinkTransaction
-
- getLinkAction() - Method in class io.nem.symbol.sdk.model.transaction.VrfKeyLinkTransactionFactory
-
- getLinked() - Method in class io.nem.symbol.sdk.model.account.SupplementalAccountKeys
-
- getLinkedAddress(NamespaceId) - Method in interface io.nem.symbol.sdk.api.NamespaceRepository
-
Gets the Address from a AddressAlias
- getLinkedAddress(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NamespaceRepositoryOkHttpImpl
-
Gets the Address from a AddressAlias
- getLinkedAddress(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
-
Gets the Address from a AddressAlias
- getLinkedMosaicId(NamespaceId) - Method in interface io.nem.symbol.sdk.api.NamespaceRepository
-
Gets the MosaicId from a MosaicAlias
- getLinkedMosaicId(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NamespaceRepositoryOkHttpImpl
-
Gets the MosaicId from a MosaicAlias
- getLinkedMosaicId(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
-
Gets the MosaicId from a MosaicAlias
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.model.transaction.AccountKeyLinkTransaction
-
Gets the linked public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.model.transaction.AccountKeyLinkTransactionFactory
-
Gets the public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.model.transaction.NodeKeyLinkTransaction
-
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.model.transaction.NodeKeyLinkTransactionFactory
-
- getLinkedPublicKey() - Method in interface io.nem.symbol.sdk.model.transaction.PublicKeyLinkTransaction
-
Gets the linked public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.model.transaction.VotingKeyLinkTransaction
-
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.model.transaction.VotingKeyLinkTransactionFactory
-
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.model.transaction.VrfKeyLinkTransaction
-
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.model.transaction.VrfKeyLinkTransactionFactory
-
- getLinkMask() - Method in class io.nem.symbol.sdk.model.state.MerkleTreeBranch
-
- getLinks() - Method in class io.nem.symbol.sdk.model.state.MerkleTreeBranch
-
- getLocalDateTime(Duration, ZoneId) - Method in class io.nem.symbol.sdk.model.transaction.Deadline
-
Returns deadline as local date time in a given timezone.
- getLocalDateTime(Duration) - Method in class io.nem.symbol.sdk.model.transaction.Deadline
-
Returns deadline as local date time.
- getLockedFundsPerAggregate() - Method in class io.nem.symbol.sdk.model.network.HashLockNetworkProperties
-
- getLockhash() - Method in class io.nem.symbol.sdk.model.network.PluginsProperties
-
- getLocksecret() - Method in class io.nem.symbol.sdk.model.network.PluginsProperties
-
- getLong(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.JsonHelperGson
-
- getLong(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
-
- getLong(Object, String...) - Method in interface io.nem.symbol.sdk.model.transaction.JsonHelper
-
This method retrieves a Long attribute following the the provided path
- getLowestFeeMultiplier() - Method in class io.nem.symbol.sdk.model.network.TransactionFees
-
- getMagnitude() - Method in class io.nem.symbol.core.math.ColumnVector
-
Gets the magnitude of this vector.
- getMaxAccountRestrictionValues() - Method in class io.nem.symbol.sdk.model.network.AccountRestrictionNetworkProperties
-
- getMaxBlockFutureTime() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getMaxBondedTransactionLifetime() - Method in class io.nem.symbol.sdk.model.network.AggregateNetworkProperties
-
- getMaxChildNamespaces() - Method in class io.nem.symbol.sdk.model.network.NamespaceNetworkProperties
-
- getMaxCosignatoriesPerAccount() - Method in class io.nem.symbol.sdk.model.network.MultisigNetworkProperties
-
- getMaxCosignatures(Address) - Method in interface io.nem.symbol.sdk.api.AggregateTransactionService
-
Gets total multisig account cosigner count.
- getMaxCosignatures(Address) - Method in class io.nem.symbol.sdk.infrastructure.AggregateTransactionServiceImpl
-
- getMaxCosignaturesPerAggregate() - Method in class io.nem.symbol.sdk.model.network.AggregateNetworkProperties
-
- getMaxCosignedAccountsPerAccount() - Method in class io.nem.symbol.sdk.model.network.MultisigNetworkProperties
-
- getMaxDifficultyBlocks() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getMaxFee() - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
Returns the fee for the transaction.
- getMaxFee() - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
- getMaxHarvesterBalance() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getMaxHashLockDuration() - Method in class io.nem.symbol.sdk.model.network.HashLockNetworkProperties
-
- getMaxMessageSize() - Method in class io.nem.symbol.sdk.model.network.TransferNetworkProperties
-
- getMaxMosaicAtomicUnits() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getMaxMosaicDivisibility() - Method in class io.nem.symbol.sdk.model.network.MosaicNetworkProperties
-
- getMaxMosaicDuration() - Method in class io.nem.symbol.sdk.model.network.MosaicNetworkProperties
-
- getMaxMosaicRestrictionValues() - Method in class io.nem.symbol.sdk.model.network.MosaicRestrictionNetworkProperties
-
- getMaxMosaicsPerAccount() - Method in class io.nem.symbol.sdk.model.network.MosaicNetworkProperties
-
- getMaxMultisigDepth() - Method in class io.nem.symbol.sdk.model.network.MultisigNetworkProperties
-
- getMaxNameSize() - Method in class io.nem.symbol.sdk.model.network.NamespaceNetworkProperties
-
- getMaxNamespaceDepth() - Method in class io.nem.symbol.sdk.model.network.NamespaceNetworkProperties
-
- getMaxNamespaceDuration() - Method in class io.nem.symbol.sdk.model.network.NamespaceNetworkProperties
-
- getMaxProofSize() - Method in class io.nem.symbol.sdk.model.network.SecretLockNetworkProperties
-
- getMaxRollbackBlocks() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getMaxSecretLockDuration() - Method in class io.nem.symbol.sdk.model.network.SecretLockNetworkProperties
-
- getMaxTransactionLifetime() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getMaxTransactionsPerAggregate() - Method in class io.nem.symbol.sdk.model.network.AggregateNetworkProperties
-
- getMaxTransactionsPerBlock() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getMaxValueSize() - Method in class io.nem.symbol.sdk.model.network.MetadataNetworkProperties
-
- getMaxVotingKeyLifetime() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getMaxVotingKeysPerAccount() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getMedianFeeMultiplier() - Method in class io.nem.symbol.sdk.model.network.TransactionFees
-
- getMerkleComponentHash() - Method in class io.nem.symbol.sdk.model.transaction.TransactionInfo
-
Returns transaction merkle component hash.
- getMerklePath() - Method in class io.nem.symbol.sdk.model.blockchain.MerkleProofInfo
-
Return Payload
- getMerkleReceipts(BigInteger, String) - Method in interface io.nem.symbol.sdk.api.BlockRepository
-
Get the merkle path for a given a receipt statement hash and block Returns the merkle path for
a receipt statement or resolution linked to a block.
- getMerkleReceipts(BigInteger, String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.BlockRepositoryOkHttpImpl
-
- getMerkleReceipts(BigInteger, String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
-
- getMerkleTransaction(BigInteger, String) - Method in interface io.nem.symbol.sdk.api.BlockRepository
-
Get the merkle path for a given a transaction and block Returns the merkle path for a
[transaction](https://nemtech.github.io/concepts/transaction.html) included in a block.
- getMerkleTransaction(BigInteger, String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.BlockRepositoryOkHttpImpl
-
- getMerkleTransaction(BigInteger, String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
-
- getMerkleTree() - Method in class io.nem.symbol.sdk.model.state.StateMerkleProof
-
- getMessage() - Method in class io.nem.symbol.sdk.infrastructure.ListenerMessage
-
- getMessage() - Method in class io.nem.symbol.sdk.model.transaction.TransactionAnnounceResponse
-
Returns success or error message.
- getMessage() - Method in class io.nem.symbol.sdk.model.transaction.TransferTransaction
-
Returns transaction message.
- getMessage() - Method in class io.nem.symbol.sdk.model.transaction.TransferTransactionFactory
-
Returns transaction message.
- getMessageGroups() - Method in class io.nem.symbol.sdk.model.finalization.FinalizationProof
-
- getMessageSubject() - Method in class io.nem.symbol.sdk.infrastructure.ListenerBase
-
- getMetadata(String) - Method in interface io.nem.symbol.sdk.api.MetadataRepository
-
Get metadata of the given id.
- getMetadata(String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MetadataRepositoryOkHttpImpl
-
- getMetadata(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
-
- getMetadata() - Method in class io.nem.symbol.sdk.model.network.PluginsProperties
-
- getMetadataMerkle(String) - Method in interface io.nem.symbol.sdk.api.MetadataRepository
-
Get metadata merkle info of the given id.
- getMetadataMerkle(String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MetadataRepositoryOkHttpImpl
-
- getMetadataMerkle(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
-
- getMetadataType() - Method in class io.nem.symbol.sdk.api.MetadataSearchCriteria
-
- getMetadataType() - Method in class io.nem.symbol.sdk.model.metadata.Metadata
-
- getMetaId() - Method in class io.nem.symbol.sdk.model.account.AccountPropertiesInfo
-
- getMinApproval() - Method in class io.nem.symbol.sdk.model.account.MultisigAccountInfo
-
Returns number of signatures needed to approve a transaction.
- getMinApprovalDelta() - Method in class io.nem.symbol.sdk.model.transaction.MultisigAccountModificationTransaction
-
Return number of signatures needed to approve a transaction.
- getMinApprovalDelta() - Method in class io.nem.symbol.sdk.model.transaction.MultisigAccountModificationTransactionFactory
-
Return number of signatures needed to approve a transaction.
- getMinFeeMultiplier() - Method in class io.nem.symbol.sdk.model.network.TransactionFees
-
- getMinHarvesterBalance() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getMinNamespaceDuration() - Method in class io.nem.symbol.sdk.model.network.NamespaceNetworkProperties
-
- getMinProofSize() - Method in class io.nem.symbol.sdk.model.network.SecretLockNetworkProperties
-
- getMinRemoval() - Method in class io.nem.symbol.sdk.model.account.MultisigAccountInfo
-
Returns number of signatures needed to remove a cosignatory.
- getMinRemovalDelta() - Method in class io.nem.symbol.sdk.model.transaction.MultisigAccountModificationTransaction
-
Return number of signatures needed to remove a cosignatory.
- getMinRemovalDelta() - Method in class io.nem.symbol.sdk.model.transaction.MultisigAccountModificationTransactionFactory
-
Return number of signatures needed to remove a cosignatory.
- getMinVoterBalance() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getMinVotingKeyLifetime() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getMosaic(MosaicId) - Method in interface io.nem.symbol.sdk.api.MosaicRepository
-
Gets a MosaicInfo for a given mosaicId
- getMosaic(MosaicId) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MosaicRepositoryOkHttpImpl
-
- getMosaic(MosaicId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
-
- getMosaic() - Method in class io.nem.symbol.sdk.model.network.PluginsProperties
-
- getMosaic() - Method in class io.nem.symbol.sdk.model.transaction.HashLockTransaction
-
Returns locked mosaic.
- getMosaic() - Method in class io.nem.symbol.sdk.model.transaction.HashLockTransactionFactory
-
Returns locked mosaic.
- getMosaic() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockTransaction
-
Returns locked mosaic.
- getMosaic() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockTransactionFactory
-
Returns locked mosaic.
- getMosaicFlags() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicInfo
-
- getMosaicFlags() - Method in class io.nem.symbol.sdk.model.transaction.MosaicDefinitionTransaction
-
Returns mosaic flags defining mosaic.
- getMosaicFlags() - Method in class io.nem.symbol.sdk.model.transaction.MosaicDefinitionTransactionFactory
-
Returns the mosaic flags defining mosaic.
- getMosaicFlagsEnumSet(MosaicFlags) - Static method in class io.nem.symbol.sdk.infrastructure.SerializationUtils
-
Get the mosaic flags.
- getMosaicId() - Method in class io.nem.symbol.sdk.api.AccountSearchCriteria
-
- getMosaicId() - Method in class io.nem.symbol.sdk.api.MosaicRestrictionSearchCriteria
-
- getMosaicId() - Method in class io.nem.symbol.sdk.model.mosaic.Currency
-
- getMosaicId() - Method in class io.nem.symbol.sdk.model.mosaic.CurrencyBuilder
-
- getMosaicId() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicInfo
-
Returns the mosaic id
- getMosaicId() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicNames
-
- getMosaicId() - Method in class io.nem.symbol.sdk.model.receipt.BalanceChangeReceipt
-
Returns mosaicId
- getMosaicId() - Method in class io.nem.symbol.sdk.model.receipt.BalanceTransferReceipt
-
Returns mosaicId
- getMosaicId() - Method in class io.nem.symbol.sdk.model.receipt.InflationReceipt
-
Returns mosaicId
- getMosaicId() - Method in class io.nem.symbol.sdk.model.restriction.MosaicRestriction
-
- getMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.HashLockInfo
-
- getMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAddressRestrictionTransaction
-
Returns the mosaic id.
- getMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAddressRestrictionTransactionFactory
-
Returns the mosaic id.
- getMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAliasTransaction
-
Gets the mosiac id.
- getMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAliasTransactionFactory
-
Gets the mosiac id.
- getMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicDefinitionTransaction
-
Returns mosaic id generated from namespace name and mosaic name.
- getMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicDefinitionTransactionFactory
-
Returns the mosaic id.
- getMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransaction
-
Returns the mosaic id.
- getMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransactionFactory
-
Returns the mosaic id.
- getMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicSupplyChangeTransaction
-
Returns mosaic id.
- getMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicSupplyChangeTransactionFactory
-
Returns mosaic id.
- getMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockInfo
-
- getMosaicMerkle(MosaicId) - Method in interface io.nem.symbol.sdk.api.MosaicRepository
-
Gets a MosaicInfo merkle for a given mosaicId
- getMosaicMerkle(MosaicId) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MosaicRepositoryOkHttpImpl
-
- getMosaicMerkle(MosaicId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
-
- getMosaicNonce() - Method in class io.nem.symbol.sdk.model.transaction.MosaicDefinitionTransaction
-
Returns mosaic mosaicNonce.
- getMosaicNonce() - Method in class io.nem.symbol.sdk.model.transaction.MosaicDefinitionTransactionFactory
-
Returns the mosaic nonce.
- getMosaicRentalFee() - Method in class io.nem.symbol.sdk.model.network.MosaicNetworkProperties
-
- getMosaicRentalFeeSinkAddress() - Method in class io.nem.symbol.sdk.model.network.MosaicNetworkProperties
-
- getMosaicRestrictions(String) - Method in interface io.nem.symbol.sdk.api.RestrictionMosaicRepository
-
Get mosaic restriction info of the given id.
- getMosaicRestrictions(String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RestrictionMosaicRepositoryOkHttpImpl
-
- getMosaicRestrictions(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
-
- getMosaicRestrictionsMerkle(String) - Method in interface io.nem.symbol.sdk.api.RestrictionMosaicRepository
-
Get mosaic restriction merkle info of the given id.
- getMosaicRestrictionsMerkle(String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RestrictionMosaicRepositoryOkHttpImpl
-
- getMosaicRestrictionsMerkle(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
-
- getMosaics(List<MosaicId>) - Method in interface io.nem.symbol.sdk.api.MosaicRepository
-
Gets MosaicInfo for different mosaicIds.
- getMosaics(List<MosaicId>) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MosaicRepositoryOkHttpImpl
-
- getMosaics(List<MosaicId>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
-
- getMosaics() - Method in class io.nem.symbol.sdk.model.account.AccountInfo
-
Returns mosaics hold by the account.
- getMosaics() - Method in class io.nem.symbol.sdk.model.transaction.TransferTransaction
-
Returns list of mosaic objects.
- getMosaics() - Method in class io.nem.symbol.sdk.model.transaction.TransferTransactionFactory
-
Returns list of mosaic objects.
- getMosaicsNames(List<MosaicId>) - Method in interface io.nem.symbol.sdk.api.NamespaceRepository
-
Gets MosaicNames for different accounts.
- getMosaicsNames(List<MosaicId>) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NamespaceRepositoryOkHttpImpl
-
- getMosaicsNames(List<MosaicId>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
-
- getMultisig() - Method in class io.nem.symbol.sdk.model.network.PluginsProperties
-
- getMultisigAccountGraphInfo(Address) - Method in interface io.nem.symbol.sdk.api.MultisigRepository
-
Gets a MultisigAccountGraphInfo for an account.
- getMultisigAccountGraphInfo(Address) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MultisigRepositoryOkHttpImpl
-
- getMultisigAccountGraphInfo(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MultisigRepositoryVertxImpl
-
- getMultisigAccountInfo(Address) - Method in interface io.nem.symbol.sdk.api.MultisigRepository
-
Gets a MultisigAccountInfo for an account.
- getMultisigAccountInfo(Address) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MultisigRepositoryOkHttpImpl
-
- getMultisigAccountInfo(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MultisigRepositoryVertxImpl
-
- getMultisigAccountInfoMerkle(Address) - Method in interface io.nem.symbol.sdk.api.MultisigRepository
-
Gets the merkle information of the multisig account
- getMultisigAccountInfoMerkle(Address) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MultisigRepositoryOkHttpImpl
-
- getMultisigAccountInfoMerkle(Address) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MultisigRepositoryVertxImpl
-
- getMultisigAddresses() - Method in class io.nem.symbol.sdk.model.account.MultisigAccountInfo
-
Returns multisig accounts this account is cosigner of.
- getMultisigEntries() - Method in class io.nem.symbol.sdk.model.account.MultisigAccountGraphInfo
-
Returns multisig accounts.
- getName() - Method in interface io.nem.symbol.core.crypto.Curve
-
Gets the name of the curve.
- getName() - Method in class io.nem.symbol.core.crypto.ed25519.Ed25519Curve
-
- getName() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceName
-
Returns the namespace name
- getName() - Method in class io.nem.symbol.sdk.model.network.NetworkInfo
-
- getNames() - Method in class io.nem.symbol.sdk.model.account.AccountNames
-
- getNames() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicNames
-
- getNamespace(NamespaceId) - Method in interface io.nem.symbol.sdk.api.NamespaceRepository
-
Gets the NamespaceInfo for a given namespaceId.
- getNamespace(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NamespaceRepositoryOkHttpImpl
-
- getNamespace(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
-
- getNamespace() - Method in class io.nem.symbol.sdk.model.network.PluginsProperties
-
- getNamespaceGracePeriodDuration() - Method in class io.nem.symbol.sdk.model.network.NamespaceNetworkProperties
-
- getNamespaceId() - Method in class io.nem.symbol.sdk.model.mosaic.Currency
-
- getNamespaceId() - Method in class io.nem.symbol.sdk.model.mosaic.CurrencyBuilder
-
- getNamespaceId() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceName
-
Returns the namespace id
- getNamespaceId() - Method in class io.nem.symbol.sdk.model.transaction.AddressAliasTransaction
-
Gets the namespace id.
- getNamespaceId() - Method in class io.nem.symbol.sdk.model.transaction.AddressAliasTransactionFactory
-
Gets the namespace id.
- getNamespaceId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAliasTransaction
-
Gets the namespace id.
- getNamespaceId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAliasTransactionFactory
-
Gets the namespace id.
- getNamespaceId() - Method in class io.nem.symbol.sdk.model.transaction.NamespaceRegistrationTransaction
-
Returns id of the namespace derived from namespaceName.
- getNamespaceId() - Method in class io.nem.symbol.sdk.model.transaction.NamespaceRegistrationTransactionFactory
-
Returns id of the namespace derived from namespaceName.
- getNamespaceMerkle(NamespaceId) - Method in interface io.nem.symbol.sdk.api.NamespaceRepository
-
Gets the NamespaceInfo merkle for a given namespaceId.
- getNamespaceMerkle(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NamespaceRepositoryOkHttpImpl
-
- getNamespaceMerkle(NamespaceId) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
-
- getNamespaceName() - Method in class io.nem.symbol.sdk.model.transaction.NamespaceRegistrationTransaction
-
Returns namespace name.
- getNamespaceName() - Method in class io.nem.symbol.sdk.model.transaction.NamespaceRegistrationTransactionFactory
-
Returns namespace name.
- getNamespaceNames(List<NamespaceId>) - Method in interface io.nem.symbol.sdk.api.NamespaceRepository
-
Gets list of NamespaceName for different namespaceIds.
- getNamespaceNames(List<NamespaceId>) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NamespaceRepositoryOkHttpImpl
-
- getNamespaceNames(List<NamespaceId>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
-
- getNamespacePath(String) - Static method in class io.nem.symbol.sdk.model.namespace.NamespaceId
-
Returns a list of BigInteger ids for a namespace path (ex: nem or domain.subdom.subdome)
- getNamespaceRegistrationType() - Method in class io.nem.symbol.sdk.model.transaction.NamespaceRegistrationTransaction
-
Returns namespace type either RootNamespace or SubNamespace.
- getNamespaceRegistrationType() - Method in class io.nem.symbol.sdk.model.transaction.NamespaceRegistrationTransactionFactory
-
Returns namespace type either RootNamespace or SubNamespace.
- getNamespaceRentalFeeSinkAddress() - Method in class io.nem.symbol.sdk.model.network.NamespaceNetworkProperties
-
- getNemesisSignerPublicKey() - Method in class io.nem.symbol.sdk.model.network.NetworkProperties
-
- getNetwork() - Method in class io.nem.symbol.sdk.model.network.NetworkConfiguration
-
- getNetworkCurrencies() - Method in interface io.nem.symbol.sdk.api.CurrencyService
-
This method load network currencies (main currency and harvest).
- getNetworkCurrencies() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- getNetworkCurrencies() - Method in class io.nem.symbol.sdk.api.RepositoryFactoryConfiguration
-
- getNetworkCurrencies() - Method in class io.nem.symbol.sdk.infrastructure.CurrencyServiceImpl
-
- getNetworkCurrencies() - Method in class io.nem.symbol.sdk.infrastructure.RepositoryFactoryBase
-
- getNetworkCurrency() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- getNetworkCurrency() - Method in class io.nem.symbol.sdk.infrastructure.RepositoryFactoryBase
-
- getNetworkGenerationHashSeed() - Method in class io.nem.symbol.sdk.model.node.NodeInfo
-
The network generation hash (block/1 generation hash)
- getNetworkIdentifier() - Method in class io.nem.symbol.sdk.model.node.NodeInfo
-
The network identifier.
- getNetworkInfo() - Method in interface io.nem.symbol.sdk.api.NetworkRepository
-
- getNetworkInfo() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NetworkRepositoryOkHttpImpl
-
- getNetworkInfo() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
-
- getNetworkMaxCosignaturesPerAggregate() - Method in interface io.nem.symbol.sdk.api.AggregateTransactionService
-
Gets max cosignatures allowed per aggregate according to the current network properties.
- getNetworkMaxCosignaturesPerAggregate() - Method in class io.nem.symbol.sdk.infrastructure.AggregateTransactionServiceImpl
-
- getNetworkName() - Method in enum io.nem.symbol.sdk.model.network.NetworkType
-
- getNetworkProperties() - Method in interface io.nem.symbol.sdk.api.NetworkRepository
-
- getNetworkProperties() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NetworkRepositoryOkHttpImpl
-
- getNetworkProperties() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
-
- getNetworkRoutesApi() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NetworkRepositoryOkHttpImpl
-
- getNetworkRoutesApi() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
-
- getNetworkType() - Method in interface io.nem.symbol.sdk.api.NetworkRepository
-
Get current network type.
- getNetworkType() - Method in interface io.nem.symbol.sdk.api.RepositoryFactory
-
- getNetworkType() - Method in class io.nem.symbol.sdk.api.RepositoryFactoryConfiguration
-
- getNetworkType() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NetworkRepositoryOkHttpImpl
-
- getNetworkType() - Method in class io.nem.symbol.sdk.infrastructure.RepositoryFactoryBase
-
- getNetworkType() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
-
- getNetworkType() - Method in class io.nem.symbol.sdk.model.account.Account
-
- getNetworkType() - Method in class io.nem.symbol.sdk.model.account.Address
-
Returns network type.
- getNetworkType() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns network type.
- getNetworkType() - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
Returns the network type.
- getNetworkType() - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
- getNewRestrictionType() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransaction
-
Returns the new mosaic restriction type.
- getNewRestrictionType() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransactionFactory
-
Returns the new mosaic restriction type.
- getNewRestrictionValue() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAddressRestrictionTransaction
-
Returns the new restriction value.
- getNewRestrictionValue() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAddressRestrictionTransactionFactory
-
Returns the new restriction value.
- getNewRestrictionValue() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransaction
-
Returns the new restriction value.
- getNewRestrictionValue() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransactionFactory
-
- getNode() - Method in class io.nem.symbol.sdk.model.account.SupplementalAccountKeys
-
- getNodeEqualityStrategy() - Method in class io.nem.symbol.sdk.model.network.NetworkProperties
-
- getNodeHealth() - Method in interface io.nem.symbol.sdk.api.NodeRepository
-
Get node health information
- getNodeHealth() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NodeRepositoryOkHttpImpl
-
Get node health information
- getNodeHealth() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
-
Get node health information
- getNodeInfo() - Method in interface io.nem.symbol.sdk.api.NodeRepository
-
Supplies additional information about the application running on a node.
- getNodeInfo() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NodeRepositoryOkHttpImpl
-
Get node info
- getNodeInfo() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
-
Get node info
- getNodePeers() - Method in interface io.nem.symbol.sdk.api.NodeRepository
-
Get node info of the pears visible by the node.
- getNodePeers() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NodeRepositoryOkHttpImpl
-
Get node info of the pears visible by the node.
- getNodePeers() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
-
Get node info of the pears visible by the node.
- getNodeRoutesApi() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NetworkRepositoryOkHttpImpl
-
- getNodeRoutesApi() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
-
- getNodeStorage() - Method in interface io.nem.symbol.sdk.api.NodeRepository
-
Gets node storage info.
- getNodeStorage() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NodeRepositoryOkHttpImpl
-
Get storage info
- getNodeStorage() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
-
Get storage info
- getNodeTime() - Method in interface io.nem.symbol.sdk.api.NodeRepository
-
Gets the node time at the moment the reply was sent and received.
- getNodeTime() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NodeRepositoryOkHttpImpl
-
Get node time
- getNodeTime() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
-
Get node time
- getNonceAsInt() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicNonce
-
- getNonceAsLong() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicNonce
-
- getNonZeroColumnCount(int) - Method in class io.nem.symbol.core.math.SparseMatrix
-
Gets the number of non zero columns of a row.
- getNonZeroElementRowIterator(int) - Method in class io.nem.symbol.core.math.DenseMatrix
-
- getNonZeroElementRowIterator(int) - Method in class io.nem.symbol.core.math.Matrix
-
Gets the non-zero matrix row element iterator for a given row index.
- getNonZeroElementRowIterator(int) - Method in class io.nem.symbol.core.math.SparseMatrix
-
- getNumAccounts() - Method in class io.nem.symbol.sdk.model.node.StorageInfo
-
Returns number of accounts published in the blockchain.
- getNumBlocks() - Method in class io.nem.symbol.sdk.model.node.StorageInfo
-
Returns number of confirmed blocks.
- getNumEntries() - Method in class io.nem.symbol.core.math.SparseMatrix
-
Returns the number of entries (values that have been set) in this sparse matrix.
- getNumTransactions() - Method in class io.nem.symbol.sdk.model.node.StorageInfo
-
Returns number of confirmed transactions.
- getObject(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.JsonHelperGson
-
- getObject(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
-
- getObject(Object, String...) - Method in interface io.nem.symbol.sdk.model.transaction.JsonHelper
-
A generic object form the given payload.
- getOffset() - Method in class io.nem.symbol.sdk.api.SearchCriteria
-
- getOrder() - Method in class io.nem.symbol.sdk.api.SearchCriteria
-
- getOrderBy() - Method in class io.nem.symbol.sdk.api.AccountSearchCriteria
-
- getOrderBy() - Method in class io.nem.symbol.sdk.api.BlockSearchCriteria
-
- getOwnerAddress() - Method in class io.nem.symbol.sdk.api.MosaicSearchCriteria
-
- getOwnerAddress() - Method in class io.nem.symbol.sdk.api.NamespaceSearchCriteria
-
- getOwnerAddress() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicInfo
-
Returns the mosaic account address
- getOwnerAddress() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceInfo
-
Returns the namespace owner address
- getOwnerAddress() - Method in class io.nem.symbol.sdk.model.transaction.HashLockInfo
-
- getOwnerAddress() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockInfo
-
- getPageNumber() - Method in class io.nem.symbol.sdk.api.Page
-
- getPageNumber() - Method in class io.nem.symbol.sdk.api.SearchCriteria
-
- getPageSize() - Method in class io.nem.symbol.sdk.api.Page
-
- getPageSize() - Method in class io.nem.symbol.sdk.api.SearchCriteria
-
- getParentHash() - Method in class io.nem.symbol.sdk.model.transaction.CosignatureSignedTransaction
-
Returns hash of parent aggregate transaction that has been signed by a cosignatory of the
transaction.
- getParentId() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceName
-
Returns an optional that could contain the parent namespace id
- getParentId() - Method in class io.nem.symbol.sdk.model.transaction.NamespaceRegistrationTransaction
-
The id of the parent sub namespace.
- getParentId() - Method in class io.nem.symbol.sdk.model.transaction.NamespaceRegistrationTransactionFactory
-
The id of the parent sub namespace.
- getParentPublicKey() - Method in class io.nem.symbol.sdk.model.finalization.ParentPublicKeySignaturePair
-
- getPath() - Method in class io.nem.symbol.sdk.model.state.MerkleTreeBranch
-
- getPath() - Method in class io.nem.symbol.sdk.model.state.MerkleTreeLeaf
-
- getPayload() - Method in class io.nem.symbol.sdk.model.message.Message
-
- getPayload() - Method in class io.nem.symbol.sdk.model.transaction.SignedTransaction
-
Returns transaction serialized data.
- getPayloadByteBuffer() - Method in class io.nem.symbol.sdk.model.message.Message
-
- getPayloadByteBuffer(MessageType, String) - Static method in class io.nem.symbol.sdk.model.message.TypedMessage
-
It creates the final payload
- getPayloadHex() - Method in class io.nem.symbol.sdk.model.message.Message
-
- getPlugins() - Method in class io.nem.symbol.sdk.model.network.NetworkConfiguration
-
- getPort() - Method in class io.nem.symbol.sdk.model.node.NodeInfo
-
The port used for the communication.
- getPosition() - Method in class io.nem.symbol.sdk.model.blockchain.MerklePathItem
-
Return position
- getPrecomputedForDouble() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the table with the precomputed group elements for double scalar multiplication.
- getPrecomputedForSingle() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the table with the precomputed group elements for single scalar multiplication.
- getPreviousBlockHash() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns the last block hash.
- getPreviousImportanceBlockHash() - Method in class io.nem.symbol.sdk.model.blockchain.ImportanceBlockInfo
-
- getPreviousRestrictionType() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransaction
-
Returns the previous mosaic restriction type.
- getPreviousRestrictionType() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransactionFactory
-
Returns the previous mosaic restriction type.
- getPreviousRestrictionValue() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAddressRestrictionTransaction
-
Returns the previous restriction value.
- getPreviousRestrictionValue() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAddressRestrictionTransactionFactory
-
Returns previous restriction value.
- getPreviousRestrictionValue() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransaction
-
Returns the previous restriction value.
- getPreviousRestrictionValue() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransactionFactory
-
Returns the previous restriction value.
- getPrimaryId() - Method in class io.nem.symbol.sdk.model.receipt.ReceiptSource
-
Returns Receipt source primary id
- getPrivateKey() - Method in class io.nem.symbol.core.crypto.KeyPair
-
Gets the private key.
- getPrivateKey() - Method in class io.nem.symbol.sdk.model.account.Account
-
Account private key.
- getProof() - Method in class io.nem.symbol.sdk.model.transaction.SecretProofTransaction
-
Returns proof.
- getProof() - Method in class io.nem.symbol.sdk.model.transaction.SecretProofTransactionFactory
-
Returns proof.
- getProofGamma() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns The proof gamma.
- getProofScalar() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns the proof scalar.
- getProofVerificationHash() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns the proof verification hash.
- getProvidedSize() - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
- getPublicAccount() - Method in class io.nem.symbol.sdk.model.account.Account
-
Public account.
- getPublicAccount() - Method in class io.nem.symbol.sdk.model.account.AccountInfo
-
Returns height when the address was published.
- getPublicKey() - Method in class io.nem.symbol.core.crypto.KeyPair
-
Gets the public key.
- getPublicKey() - Method in class io.nem.symbol.sdk.model.account.Account
-
Account public key.
- getPublicKey() - Method in class io.nem.symbol.sdk.model.account.AccountInfo
-
Returns public key of the account.
- getPublicKey() - Method in class io.nem.symbol.sdk.model.account.AccountLinkVotingKey
-
- getPublicKey() - Method in class io.nem.symbol.sdk.model.account.PublicAccount
-
Return account public key.
- getPublicKey() - Method in class io.nem.symbol.sdk.model.node.NodeInfo
-
The public key used to identify the node.
- getPublicKeyHeight() - Method in class io.nem.symbol.sdk.model.account.AccountInfo
-
Returns height when the public key was published.
- getR() - Method in class io.nem.symbol.core.crypto.Signature
-
Gets the r-part of the signature.
- getRandomNonce(int) - Static method in class io.nem.symbol.core.crypto.ed25519.CryptoUtils
-
- getRaw() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519EncodedFieldElement
-
Gets the underlying byte array.
- getRaw() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519EncodedGroupElement
-
Gets the underlying byte array.
- getRaw() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519FieldElement
-
Gets the underlying int array.
- getRaw() - Method in class io.nem.symbol.core.crypto.Key
-
Gets the raw key value as BigInteger.
- getRaw() - Method in class io.nem.symbol.core.math.ColumnVector
-
Gets the underlying, raw array.
- getRaw() - Method in class io.nem.symbol.core.math.DenseMatrix
-
Gets the underlying, raw array.
- getRaw() - Method in class io.nem.symbol.sdk.model.blockchain.MerkleStateInfo
-
- getRaw() - Method in class io.nem.symbol.sdk.model.state.StateMerkleProof
-
- getRawScore() - Method in class io.nem.symbol.sdk.model.account.ActivityBucket
-
- getReasonPhrase() - Method in enum io.nem.symbol.core.utils.HttpStatus
-
Return the reason phrase of this status code.
- getReceipts() - Method in class io.nem.symbol.sdk.model.receipt.TransactionStatement
-
Returns Array of receipts.
- getReceiptSource() - Method in class io.nem.symbol.sdk.model.receipt.ResolutionEntry
-
Returns receipt source
- getReceiptSource() - Method in class io.nem.symbol.sdk.model.receipt.TransactionStatement
-
Returns receipt source
- getReceiptTypes() - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- getReceiveTimestamp() - Method in class io.nem.symbol.sdk.model.node.NodeTime
-
Get receive timestamp
- getRecipient() - Method in interface io.nem.symbol.sdk.model.transaction.RecipientTransaction
-
Returns address of the recipient.
- getRecipient() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockTransaction
-
Returns the recipient of the funds.
- getRecipient() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockTransactionFactory
-
Returns the recipient of the funds.
- getRecipient() - Method in class io.nem.symbol.sdk.model.transaction.SecretProofTransaction
-
- getRecipient() - Method in class io.nem.symbol.sdk.model.transaction.SecretProofTransactionFactory
-
- getRecipient() - Method in class io.nem.symbol.sdk.model.transaction.TransferTransaction
-
Returns address of the recipient.
- getRecipient() - Method in class io.nem.symbol.sdk.model.transaction.TransferTransactionFactory
-
Returns address of the recipient.
- getRecipientAddress() - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- getRecipientAddress() - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- getRecipientAddress() - Method in class io.nem.symbol.sdk.model.receipt.BalanceTransferReceipt
-
Returns recipient's address or addressAlias
- getRecipientAddress() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockInfo
-
- getRecordId() - Method in class io.nem.symbol.sdk.model.account.AccountInfo
-
- getRecordId() - Method in class io.nem.symbol.sdk.model.account.MultisigAccountInfo
-
- getRecordId() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns database id of the block
- getRecordId() - Method in class io.nem.symbol.sdk.model.metadata.Metadata
-
- getRecordId() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicInfo
-
- getRecordId() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceInfo
-
The record database id.
- getRecordId() - Method in class io.nem.symbol.sdk.model.receipt.ResolutionStatement
-
- getRecordId() - Method in class io.nem.symbol.sdk.model.receipt.TransactionStatement
-
- getRecordId() - Method in class io.nem.symbol.sdk.model.restriction.MosaicRestriction
-
- getRecordId() - Method in interface io.nem.symbol.sdk.model.Stored
-
Returns database record id of the entity.
- getRecordId() - Method in class io.nem.symbol.sdk.model.transaction.HashLockInfo
-
- getRecordId() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockInfo
-
- getRecordId() - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
- getReferenceMosaicId() - Method in class io.nem.symbol.sdk.model.restriction.MosaicGlobalRestrictionItem
-
- getReferenceMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransaction
-
Returns the reference mosaic id.
- getReferenceMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransactionFactory
-
Returns the reference mosaic id.
- getRegistrationType() - Method in class io.nem.symbol.sdk.api.NamespaceSearchCriteria
-
- getRegistrationType() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceInfo
-
Returns the namespace type
- getRentalFees() - Method in interface io.nem.symbol.sdk.api.NetworkRepository
-
- getRentalFees() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NetworkRepositoryOkHttpImpl
-
- getRentalFees() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
-
- getReservedRootNamespaceNames() - Method in class io.nem.symbol.sdk.model.network.NamespaceNetworkProperties
-
- getResolutionEntries() - Method in class io.nem.symbol.sdk.model.receipt.ResolutionStatement
-
Returns Array of resolution entries.
- getResolutionEntryById(long, long) - Method in class io.nem.symbol.sdk.model.receipt.ResolutionStatement
-
Find resolution entry for given primaryId and secondaryId.
- getResolutionType() - Method in class io.nem.symbol.sdk.model.receipt.ResolutionStatement
-
Returns resolution type
- getResolved() - Method in class io.nem.symbol.sdk.model.receipt.ResolutionEntry
-
Returns the resolution
- getResolvedAddress(List<AddressResolutionStatement>, BigInteger, UnresolvedAddress, long, long) - Static method in class io.nem.symbol.sdk.model.receipt.AddressResolutionStatement
-
This method tries to resolve the unresolved address using the the resolution entries.
- getResolvedMosaicId(List<MosaicResolutionStatement>, BigInteger, UnresolvedMosaicId, long, long) - Static method in class io.nem.symbol.sdk.model.receipt.MosaicResolutionStatement
-
This method tries to resolve the unresolved mosaic id using the the resolution entries.
- getRestrictionaccount() - Method in class io.nem.symbol.sdk.model.network.PluginsProperties
-
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.model.transaction.AccountAddressRestrictionTransaction
-
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.model.transaction.AccountAddressRestrictionTransactionFactory
-
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransaction
-
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransactionFactory
-
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.model.transaction.AccountOperationRestrictionTransaction
-
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.model.transaction.AccountOperationRestrictionTransactionFactory
-
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.model.transaction.AccountAddressRestrictionTransaction
-
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.model.transaction.AccountAddressRestrictionTransactionFactory
-
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransaction
-
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransactionFactory
-
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.model.transaction.AccountOperationRestrictionTransaction
-
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.model.transaction.AccountOperationRestrictionTransactionFactory
-
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.model.account.AccountRestriction
-
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.model.transaction.AccountAddressRestrictionTransaction
-
Get account restriction flags
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.model.transaction.AccountAddressRestrictionTransactionFactory
-
Get account restriction flags.
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransaction
-
Get account restriction flags
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionTransactionFactory
-
Get account restriction type
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.model.transaction.AccountOperationRestrictionTransaction
-
Get account restriction flags
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.model.transaction.AccountOperationRestrictionTransactionFactory
-
Get account restriction falgs.
- getRestrictionKey() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAddressRestrictionTransaction
-
Returns the restriction key.
- getRestrictionKey() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAddressRestrictionTransactionFactory
-
Returns the restriction key.
- getRestrictionKey() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransaction
-
Returns the restriction key.
- getRestrictionKey() - Method in class io.nem.symbol.sdk.model.transaction.MosaicGlobalRestrictionTransactionFactory
-
Returns the restriction key.
- getRestrictionmosaic() - Method in class io.nem.symbol.sdk.model.network.PluginsProperties
-
- getRestrictions() - Method in class io.nem.symbol.sdk.model.account.AccountRestrictions
-
- getRestrictions() - Method in class io.nem.symbol.sdk.model.restriction.MosaicRestriction
-
- getRestrictionType() - Method in class io.nem.symbol.sdk.model.restriction.MosaicGlobalRestrictionItem
-
- getRestrictionValue() - Method in class io.nem.symbol.sdk.model.restriction.MosaicGlobalRestrictionItem
-
- getRestVersion() - Method in class io.nem.symbol.sdk.model.node.ServerInfo
-
Return server rest version
- getRevision() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicInfo
-
Returns the revision number
- getRoles() - Method in class io.nem.symbol.sdk.model.node.NodeInfo
-
The roles of the application.
- getRoot() - Method in class io.nem.symbol.sdk.model.finalization.BmTreeSignature
-
- getRootHash() - Method in class io.nem.symbol.core.crypto.MerkleHashBuilder
-
Get the merkle tree root hash.
- getRootHash() - Method in class io.nem.symbol.sdk.model.state.StateMerkleProof
-
Get merkle tree root hash
- getRootNamespaceRentalFeePerBlock() - Method in class io.nem.symbol.sdk.model.network.NamespaceNetworkProperties
-
- getRow() - Method in class io.nem.symbol.core.math.MatrixElement
-
Gets the row index.
- getRowCapacity(int) - Method in class io.nem.symbol.core.math.SparseMatrix
-
Gets the capacity of a row.
- getRowCount() - Method in class io.nem.symbol.core.math.Matrix
-
Gets the number of rows.
- getRowSumVector() - Method in class io.nem.symbol.core.math.Matrix
-
Gets a vector containing the sums of each matrix row.
- getS() - Method in class io.nem.symbol.core.crypto.Signature
-
Gets the s-part of the signature.
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.api.MetadataSearchCriteria
-
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.model.metadata.Metadata
-
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.model.transaction.MetadataTransaction
-
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.model.transaction.MetadataTransactionFactory
-
- getScoreHigh() - Method in class io.nem.symbol.sdk.model.blockchain.ChainInfo
-
Get scoreHigh
- getScoreLow() - Method in class io.nem.symbol.sdk.model.blockchain.ChainInfo
-
Get scoreLow
- getSdkVersion() - Method in class io.nem.symbol.sdk.model.node.ServerInfo
-
Return server sdk version
- getSecondaryId() - Method in class io.nem.symbol.sdk.model.receipt.ReceiptSource
-
Returns Receipt source secondary id
- getSecret() - Method in class io.nem.symbol.sdk.api.SecretLockSearchCriteria
-
- getSecret() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockInfo
-
- getSecret() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockTransaction
-
Returns the proof hashed.
- getSecret() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockTransactionFactory
-
Returns the proof hashed.
- getSecret() - Method in class io.nem.symbol.sdk.model.transaction.SecretProofTransaction
-
Returns the proof hashed.
- getSecret() - Method in class io.nem.symbol.sdk.model.transaction.SecretProofTransactionFactory
-
Returns the proof hashed.
- getSecretLock(String) - Method in interface io.nem.symbol.sdk.api.SecretLockRepository
-
Get secret lock info of the given id.
- getSecretLock(String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.SecretLockRepositoryOkHttpImpl
-
- getSecretLock(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.SecretLockRepositoryVertxImpl
-
- getSecretLockMerkle(String) - Method in interface io.nem.symbol.sdk.api.SecretLockRepository
-
Get secret lock merkle info of the given id.
- getSecretLockMerkle(String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.SecretLockRepositoryOkHttpImpl
-
- getSecretLockMerkle(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.SecretLockRepositoryVertxImpl
-
- getSenderAddress() - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- getSenderAddress() - Method in class io.nem.symbol.sdk.model.receipt.BalanceTransferReceipt
-
Returns sender's Public Account
- getSendTimestamp() - Method in class io.nem.symbol.sdk.model.node.NodeTime
-
Get send timestamp
- getServerInfo() - Method in interface io.nem.symbol.sdk.api.NodeRepository
-
Gets node server info.
- getServerInfo() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NodeRepositoryOkHttpImpl
-
Get server info
- getServerInfo() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NodeRepositoryVertxImpl
-
Get server info
- getSharedKey(PrivateKey, PublicKey) - Static method in class io.nem.symbol.core.crypto.ed25519.Ed25519BlockCipher
-
- getSharedSecret(PrivateKey, PublicKey) - Static method in class io.nem.symbol.core.crypto.ed25519.Ed25519BlockCipher
-
- getSignature() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
The signature was generated by the signerPublicAccount and can be used to validate that the
blockchain data was not modified by a node.
- getSignature() - Method in class io.nem.symbol.sdk.model.finalization.ParentPublicKeySignaturePair
-
- getSignature() - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransactionCosignature
-
Returns the signature of aggregate transaction done by the cosigner.
- getSignature() - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
Returns the transaction signature (missing if part of an aggregate transaction).
- getSignature() - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
- getSignatures() - Method in class io.nem.symbol.sdk.model.finalization.MessageGroup
-
- getSignBytes(byte[], byte[]) - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransaction
-
Get the bytes required for signing.
- getSignBytes(byte[], byte[]) - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
Get the bytes required for signing.
- getSigner() - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransactionCosignature
-
Returns cosigner public account.
- getSigner() - Method in class io.nem.symbol.sdk.model.transaction.SignedTransaction
-
Returns the signer of this transaction.
- getSigner() - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
Returns the transaction creator public account.
- getSigner() - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
- getSignerPublicAccount() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns public account of block harvester.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.api.BlockSearchCriteria
-
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- getSigningPrivateKey() - Method in class io.nem.symbol.sdk.model.message.PersistentHarvestingDelegationMessage.HarvestingKeys
-
- getSize() - Method in class io.nem.symbol.core.crypto.Key
-
Returns the size of the key
- getSize(T) - Method in interface io.nem.symbol.sdk.api.BinarySerialization
-
It returns the transaction's byte array size useful to calculate its fee.
- getSize(T) - Method in class io.nem.symbol.sdk.infrastructure.BinarySerializationImpl
-
It returns the transaction's byte array size useful to calculate its fee.
- getSize() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns the size of the block
- getSize() - Method in class io.nem.symbol.sdk.model.receipt.Receipt
-
Returns the receipt size
- getSize() - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
It returns the transaction's byte array size useful to calculate its fee.
- getSize() - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
- getSourceAddress() - Method in class io.nem.symbol.sdk.api.MetadataSearchCriteria
-
- getSourceAddress() - Method in class io.nem.symbol.sdk.model.metadata.Metadata
-
- getStage() - Method in class io.nem.symbol.sdk.model.finalization.MessageGroup
-
- getStartEpoch() - Method in class io.nem.symbol.sdk.model.account.AccountLinkVotingKey
-
- getStartEpoch() - Method in class io.nem.symbol.sdk.model.transaction.VotingKeyLinkTransaction
-
- getStartEpoch() - Method in class io.nem.symbol.sdk.model.transaction.VotingKeyLinkTransactionFactory
-
- getStartHeight() - Method in class io.nem.symbol.sdk.model.account.ActivityBucket
-
- getStartHeight() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicInfo
-
Returns the block height it was created
- getStartHeight() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceInfo
-
Returns the block height the namespace was registered
- getState() - Method in class io.nem.symbol.sdk.model.state.StateMerkleProof
-
- getStateHash() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns the block state hash.
- getStateHash() - Method in class io.nem.symbol.sdk.model.state.StateMerkleProof
-
- getStateHashSubCacheMerkleRoots() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
- getStatementsCount() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns number of statements included the block.
- getStatus() - Method in class io.nem.symbol.sdk.model.transaction.HashLockInfo
-
- getStatus() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockInfo
-
- getStatus() - Method in class io.nem.symbol.sdk.model.transaction.TransactionStatusError
-
Returns transaction status error when transaction fails.
- getStatusCode() - Method in exception io.nem.symbol.sdk.api.RepositoryCallException
-
- getStatusError() - Method in exception io.nem.symbol.sdk.model.transaction.TransactionStatusException
-
- getString(byte[]) - Static method in class io.nem.symbol.core.utils.Base32Encoder
-
Converts a byte array to a Base32 string.
- getString(byte[]) - Static method in class io.nem.symbol.core.utils.Base64Encoder
-
Converts a byte array to a Base64 string.
- getString(byte[]) - Static method in class io.nem.symbol.core.utils.StringEncoder
-
Converts a UTF-8 byte array to a string.
- getString(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.JsonHelperGson
-
- getString(Object, String...) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2
-
- getString(Object, String...) - Method in interface io.nem.symbol.sdk.model.transaction.JsonHelper
-
This method retrieves a Long attribute following the the provided path
- getSubCacheMerkleRoots() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
- getSubscribe() - Method in class io.nem.symbol.sdk.infrastructure.ListenerSubscribeMessage
-
- getSupplementalAccountKeys() - Method in class io.nem.symbol.sdk.model.account.AccountInfo
-
- getSupply() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicInfo
-
Returns the total mosaic supply
- getT() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the T value of the group element.
- getTargetAddress() - Method in class io.nem.symbol.sdk.api.MetadataSearchCriteria
-
- getTargetAddress() - Method in class io.nem.symbol.sdk.api.MosaicRestrictionSearchCriteria
-
- getTargetAddress() - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- getTargetAddress() - Method in class io.nem.symbol.sdk.model.metadata.Metadata
-
- getTargetAddress() - Method in class io.nem.symbol.sdk.model.receipt.BalanceChangeReceipt
-
Returns account
- getTargetAddress() - Method in class io.nem.symbol.sdk.model.restriction.MosaicAddressRestriction
-
- getTargetAddress() - Method in class io.nem.symbol.sdk.model.transaction.MetadataTransaction
-
- getTargetAddress() - Method in class io.nem.symbol.sdk.model.transaction.MetadataTransactionFactory
-
- getTargetAddress() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAddressRestrictionTransaction
-
Returns the target address.
- getTargetAddress() - Method in class io.nem.symbol.sdk.model.transaction.MosaicAddressRestrictionTransactionFactory
-
Returns the target address.
- getTargetAddress() - Method in interface io.nem.symbol.sdk.model.transaction.TargetAddressTransaction
-
Returns the target address.
- getTargetId() - Method in class io.nem.symbol.sdk.api.MetadataSearchCriteria
-
- getTargetId() - Method in class io.nem.symbol.sdk.model.metadata.Metadata
-
- getTargetMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicMetadataTransaction
-
- getTargetMosaicId() - Method in class io.nem.symbol.sdk.model.transaction.MosaicMetadataTransactionFactory
-
- getTargetNamespaceId() - Method in class io.nem.symbol.sdk.model.transaction.NamespaceMetadataTransaction
-
- getTargetNamespaceId() - Method in class io.nem.symbol.sdk.model.transaction.NamespaceMetadataTransactionFactory
-
- getTargetType() - Method in enum io.nem.symbol.sdk.model.transaction.AccountAddressRestrictionFlags
-
- getTargetType() - Method in enum io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionFlags
-
- getTargetType() - Method in enum io.nem.symbol.sdk.model.transaction.AccountOperationRestrictionFlags
-
- getTargetType() - Method in interface io.nem.symbol.sdk.model.transaction.AccountRestrictionFlags
-
- getText() - Method in class io.nem.symbol.sdk.model.message.Message
-
Returns payload as text.
- getText() - Method in class io.nem.symbol.sdk.model.message.PersistentHarvestingDelegationMessage
-
- getText() - Method in class io.nem.symbol.sdk.model.message.RawMessage
-
- getText() - Method in class io.nem.symbol.sdk.model.message.TypedMessage
-
Returns message payload.
- getTimestamp() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns the number of seconds elapsed since the creation of the nemesis blockchain.
- getToHeight() - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- getToHeight() - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- getTopic() - Method in class io.nem.symbol.sdk.infrastructure.ListenerMessage
-
- getTopic() - Method in class io.nem.symbol.sdk.infrastructure.ListenerRequest
-
- getTotalChainImportance() - Method in class io.nem.symbol.sdk.model.network.ChainProperties
-
- getTotalFee() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns total fee paid to the account harvesting the block.
- getTotalFeesPaid() - Method in class io.nem.symbol.sdk.model.account.ActivityBucket
-
- getTotalTransactionsCount() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Total number of transactions confirmed in this block, including *embedded* transactions (i.e.
- getTotalVotingBalance() - Method in class io.nem.symbol.sdk.model.blockchain.ImportanceBlockInfo
-
- getToTransferAmount() - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- getTransaction(TransactionGroup, String) - Method in interface io.nem.symbol.sdk.api.TransactionRepository
-
Gets a transaction for a given hash.
- getTransaction(TransactionGroup, String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.TransactionRepositoryOkHttpImpl
-
- getTransaction(TransactionGroup, String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
-
- getTransactionFees() - Method in interface io.nem.symbol.sdk.api.NetworkRepository
-
Returns information about the average, median, highest and lower fee multiplier over the last
"numBlocksTransactionFeeStats".
- getTransactionFees() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NetworkRepositoryOkHttpImpl
-
- getTransactionFees() - Method in class io.nem.symbol.sdk.infrastructure.vertx.NetworkRepositoryVertxImpl
-
- getTransactionHash() - Method in class io.nem.symbol.sdk.infrastructure.ListenerMessage
-
- getTransactionHash() - Method in class io.nem.symbol.sdk.infrastructure.ListenerRequest
-
- getTransactionInfo() - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
Returns meta data object contains additional information about the transaction.
- getTransactionInfo() - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
- getTransactions(TransactionGroup, List<String>) - Method in interface io.nem.symbol.sdk.api.TransactionRepository
-
Gets an list of transactions for different transaction hashes.
- getTransactions(TransactionGroup, List<String>) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.TransactionRepositoryOkHttpImpl
-
- getTransactions(TransactionGroup, List<String>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
-
- getTransactionsCount() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Number of transactions confirmed in this block.
- getTransactionsHash() - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransaction
-
- getTransactionsHash() - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransactionFactory
-
- getTransactionStatus(String) - Method in interface io.nem.symbol.sdk.api.TransactionStatusRepository
-
Gets a transaction status for a transaction hash.
- getTransactionStatus(String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.TransactionStatusRepositoryOkHttpImpl
-
- getTransactionStatus(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionStatusRepositoryVertxImpl
-
- getTransactionStatuses(List<String>) - Method in interface io.nem.symbol.sdk.api.TransactionStatusRepository
-
Gets an list of transaction status for different transaction hashes.
- getTransactionStatuses(List<String>) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.TransactionStatusRepositoryOkHttpImpl
-
- getTransactionStatuses(List<String>) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionStatusRepositoryVertxImpl
-
- getTransactionToCosign() - Method in class io.nem.symbol.sdk.model.transaction.CosignatureTransaction
-
Returns transaction to cosign.
- getTransactionType() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.AbstractTransactionMapper
-
- getTransactionType() - Method in class io.nem.symbol.sdk.infrastructure.okhttp.mappers.GeneralTransactionMapper
-
- getTransactionType() - Method in interface io.nem.symbol.sdk.infrastructure.TransactionMapper
-
The type of transactions this mapper supports.
- getTransactionType() - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.AbstractTransactionMapper
-
- getTransactionType() - Method in class io.nem.symbol.sdk.infrastructure.vertx.mappers.GeneralTransactionMapper
-
- getTransactionTypes() - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- getTransfer() - Method in class io.nem.symbol.sdk.model.network.PluginsProperties
-
- getTransferMosaicId() - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- getTree() - Method in class io.nem.symbol.sdk.model.blockchain.MerkleStateInfo
-
- getType() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns block transaction type.
- getType() - Method in class io.nem.symbol.sdk.model.message.Message
-
- getType() - Method in interface io.nem.symbol.sdk.model.namespace.Alias
-
Gets the alias type
- getType() - Method in class io.nem.symbol.sdk.model.namespace.AliasBase
-
Gets the alias type.
- getType() - Method in class io.nem.symbol.sdk.model.receipt.Receipt
-
Returns the receipt type
- getType() - Method in class io.nem.symbol.sdk.model.receipt.ResolutionEntry
-
Returns the receipt type
- getType() - Method in class io.nem.symbol.sdk.model.state.MerkleTreeBranch
-
- getType() - Method in class io.nem.symbol.sdk.model.state.MerkleTreeLeaf
-
- getType() - Method in class io.nem.symbol.sdk.model.transaction.SignedTransaction
-
Returns transaction type.
- getType() - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
Returns the transaction type.
- getType() - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
- getUid() - Method in interface io.nem.symbol.sdk.api.Listener
-
- getUid() - Method in class io.nem.symbol.sdk.infrastructure.ListenerBase
-
- getUid() - Method in class io.nem.symbol.sdk.infrastructure.ListenerSubscribeMessage
-
- getUnresolved() - Method in class io.nem.symbol.sdk.model.receipt.ResolutionStatement
-
Returns An unresolved address or unresolved mosaicId (UnresolvedAddress | UnresolvedMosaic).
- getUnresolvedAddress() - Method in class io.nem.symbol.sdk.infrastructure.ListenerRequest
-
- getUnresolvedMosaicId() - Method in class io.nem.symbol.sdk.model.mosaic.Currency
-
- getUnresolvedMosaicId() - Method in class io.nem.symbol.sdk.model.mosaic.CurrencyBuilder
-
- getValue() - Method in class io.nem.symbol.core.math.MatrixElement
-
Gets the value.
- getValue() - Method in enum io.nem.symbol.sdk.api.AccountOrderBy
-
- getValue() - Method in enum io.nem.symbol.sdk.api.BlockOrderBy
-
- getValue() - Method in enum io.nem.symbol.sdk.api.OrderBy
-
- getValue() - Method in enum io.nem.symbol.sdk.model.account.AccountKeyType
-
- getValue() - Method in enum io.nem.symbol.sdk.model.account.AccountType
-
Returns enum value.
- getValue() - Method in class io.nem.symbol.sdk.model.account.Importance
-
Gets value.
- getValue() - Method in enum io.nem.symbol.sdk.model.account.PropertyType
-
Returns enum value.
- getValue() - Method in enum io.nem.symbol.sdk.model.blockchain.BlockType
-
- getValue() - Method in enum io.nem.symbol.sdk.model.blockchain.Position
-
- getValue() - Method in enum io.nem.symbol.sdk.model.finalization.FinalizationStage
-
- getValue() - Method in enum io.nem.symbol.sdk.model.message.MessageType
-
Returns enum value.
- getValue() - Method in class io.nem.symbol.sdk.model.metadata.Metadata
-
- getValue() - Method in enum io.nem.symbol.sdk.model.metadata.MetadataType
-
Returns enum value.
- getValue() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicFlags
-
Gets the consolidated mosaic flags value.
- getValue() - Method in enum io.nem.symbol.sdk.model.mosaic.MosaicSupplyChangeActionType
-
- getValue() - Method in enum io.nem.symbol.sdk.model.namespace.AliasAction
-
Returns enum value.
- getValue() - Method in enum io.nem.symbol.sdk.model.namespace.AliasType
-
Returns enum value.
- getValue() - Method in enum io.nem.symbol.sdk.model.namespace.NamespaceRegistrationType
-
- getValue() - Method in enum io.nem.symbol.sdk.model.network.NetworkType
-
Returns enum value.
- getValue() - Method in enum io.nem.symbol.sdk.model.network.NodeIdentityEqualityStrategy
-
- getValue() - Method in enum io.nem.symbol.sdk.model.node.NodeStatus
-
- getValue() - Method in enum io.nem.symbol.sdk.model.node.RoleType
-
Returns enum value.
- getValue() - Method in enum io.nem.symbol.sdk.model.receipt.ReceiptType
-
Returns enum value.
- getValue() - Method in enum io.nem.symbol.sdk.model.receipt.ReceiptVersion
-
Returns enum value.
- getValue() - Method in enum io.nem.symbol.sdk.model.restriction.MosaicRestrictionEntryType
-
Returns enum value.
- getValue() - Method in class io.nem.symbol.sdk.model.state.MerkleTreeLeaf
-
- getValue() - Method in enum io.nem.symbol.sdk.model.state.MerkleTreeNodeType
-
- getValue() - Method in enum io.nem.symbol.sdk.model.transaction.AccountAddressRestrictionFlags
-
Returns enum value.
- getValue() - Method in enum io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionFlags
-
Returns enum value.
- getValue() - Method in enum io.nem.symbol.sdk.model.transaction.AccountOperationRestrictionFlags
-
Returns enum value.
- getValue() - Method in enum io.nem.symbol.sdk.model.transaction.AccountRestrictionFlag
-
- getValue() - Method in interface io.nem.symbol.sdk.model.transaction.AccountRestrictionFlags
-
Returns enum value.
- getValue() - Method in class io.nem.symbol.sdk.model.transaction.Deadline
-
Returns number of seconds elapsed since the creation of the nemesis block in milliseconds.
- getValue() - Method in enum io.nem.symbol.sdk.model.transaction.LinkAction
-
Gets the raw value.
- getValue() - Method in enum io.nem.symbol.sdk.model.transaction.LockHashAlgorithm
-
- getValue() - Method in enum io.nem.symbol.sdk.model.transaction.LockStatus
-
Gets the value of the enum.
- getValue() - Method in class io.nem.symbol.sdk.model.transaction.MetadataTransaction
-
- getValue() - Method in class io.nem.symbol.sdk.model.transaction.MetadataTransactionFactory
-
- getValue() - Method in enum io.nem.symbol.sdk.model.transaction.MosaicRestrictionType
-
Returns enum value.
- getValue() - Method in enum io.nem.symbol.sdk.model.transaction.TransactionGroup
-
- getValue() - Method in enum io.nem.symbol.sdk.model.transaction.TransactionState
-
- getValue() - Method in enum io.nem.symbol.sdk.model.transaction.TransactionType
-
Returns enum value.
- getValues() - Method in class io.nem.symbol.sdk.model.account.AccountRestriction
-
- getValueSize() - Method in class io.nem.symbol.sdk.model.transaction.MetadataTransaction
-
- getValueSize() - Method in class io.nem.symbol.sdk.model.transaction.MetadataTransactionFactory
-
- getValueSizeDelta() - Method in class io.nem.symbol.sdk.model.transaction.MetadataTransaction
-
- getValueSizeDelta() - Method in class io.nem.symbol.sdk.model.transaction.MetadataTransactionFactory
-
- getVersion() - Method in interface io.nem.symbol.sdk.infrastructure.TransactionMapper
-
The version this mapper handles
- getVersion() - Method in class io.nem.symbol.sdk.model.account.AccountInfo
-
- getVersion() - Method in class io.nem.symbol.sdk.model.account.AccountRestrictions
-
- getVersion() - Method in class io.nem.symbol.sdk.model.account.MultisigAccountInfo
-
- getVersion() - Method in class io.nem.symbol.sdk.model.blockchain.BlockInfo
-
Returns block transaction version.
- getVersion() - Method in class io.nem.symbol.sdk.model.finalization.FinalizationProof
-
- getVersion() - Method in class io.nem.symbol.sdk.model.metadata.Metadata
-
- getVersion() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicInfo
-
Returns the state version
- getVersion() - Method in class io.nem.symbol.sdk.model.namespace.NamespaceInfo
-
- getVersion() - Method in class io.nem.symbol.sdk.model.node.NodeInfo
-
The version of the application.
- getVersion() - Method in class io.nem.symbol.sdk.model.receipt.Receipt
-
Returns the receipt version
- getVersion() - Method in class io.nem.symbol.sdk.model.restriction.MosaicRestriction
-
- getVersion() - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransactionCosignature
-
- getVersion() - Method in class io.nem.symbol.sdk.model.transaction.HashLockInfo
-
- getVersion() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockInfo
-
- getVersion() - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
Returns the transaction version.
- getVersion() - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
- getVoting() - Method in class io.nem.symbol.sdk.model.account.SupplementalAccountKeys
-
- getVotingEligibleAccountsCount() - Method in class io.nem.symbol.sdk.model.blockchain.ImportanceBlockInfo
-
- getVrf() - Method in class io.nem.symbol.sdk.model.account.SupplementalAccountKeys
-
- getVrfPrivateKey() - Method in class io.nem.symbol.sdk.model.message.PersistentHarvestingDelegationMessage.HarvestingKeys
-
- getX() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the X value of the group element.
- getY() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the Y value of the group element.
- getZ() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the Z value of the group element.
- global(Searcher<MosaicRestriction<?>, MosaicRestrictionSearchCriteria>, MosaicRestrictionSearchCriteria) - Static method in class io.nem.symbol.sdk.api.MosaicRestrictionPaginationStreamer
-
Searches global restrictions
- group(TransactionGroup) - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
Builder method used to change the known transaction group.
- GROUP_ORDER - Static variable in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519Group
-
2^252 - 27742317777372353535851937790883648493
- satisfiesCurveEquation() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Verify that the group element satisfies the curve equation.
- scalarMultiply(Ed25519EncodedFieldElement) - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
h = a * B where a = a[0]+256*a[1]+...+256^31 a[31] and B is this point.
- scale(double) - Method in class io.nem.symbol.core.math.ColumnVector
-
Scales this vector by dividing all of its elements by the specified factor.
- scale(double) - Method in class io.nem.symbol.core.math.Matrix
-
Scales this matrix by dividing all of its elements by the specified factor.
- scopedMetadataKey(BigInteger) - Method in class io.nem.symbol.sdk.api.MetadataSearchCriteria
-
Sets the metadata key filter builder style.
- search(C) - Method in class io.nem.symbol.sdk.api.PaginationStreamer
-
Main method of the helper, it streams the results in observable only loading the pages when
necessary.
- search(C) - Method in interface io.nem.symbol.sdk.api.Searcher
-
It searches entities of a type based on a criteria.
- search(AccountSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.AccountRepositoryOkHttpImpl
-
- search(BlockSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.BlockRepositoryOkHttpImpl
-
- search(HashLockSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.HashLockRepositoryOkHttpImpl
-
- search(MetadataSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MetadataRepositoryOkHttpImpl
-
- search(MosaicSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.MosaicRepositoryOkHttpImpl
-
- search(NamespaceSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.NamespaceRepositoryOkHttpImpl
-
- search(AccountRestrictionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RestrictionAccountRepositoryOkHttpImpl
-
- search(MosaicRestrictionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.RestrictionMosaicRepositoryOkHttpImpl
-
- search(SecretLockSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.SecretLockRepositoryOkHttpImpl
-
- search(TransactionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.TransactionRepositoryOkHttpImpl
-
- search(AccountSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.AccountRepositoryVertxImpl
-
- search(BlockSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.BlockRepositoryVertxImpl
-
- search(HashLockSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.HashLockRepositoryVertxImpl
-
- search(MetadataSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MetadataRepositoryVertxImpl
-
- search(MosaicSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.MosaicRepositoryVertxImpl
-
- search(NamespaceSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.NamespaceRepositoryVertxImpl
-
- search(AccountRestrictionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionAccountRepositoryVertxImpl
-
- search(MosaicRestrictionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.RestrictionMosaicRepositoryVertxImpl
-
- search(SecretLockSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.SecretLockRepositoryVertxImpl
-
- search(TransactionSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.TransactionRepositoryVertxImpl
-
- searchAddressResolutionStatements(ResolutionStatementSearchCriteria) - Method in interface io.nem.symbol.sdk.api.ReceiptRepository
-
Returns an addresses resolution statements page based on the criteria.
- searchAddressResolutionStatements(ResolutionStatementSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ReceiptRepositoryOkHttpImpl
-
- searchAddressResolutionStatements(ResolutionStatementSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptRepositoryVertxImpl
-
- SearchCriteria<T extends SearchCriteria<T>> - Class in io.nem.symbol.sdk.api
-
Basic option used to search pages of entities.
- SearchCriteria() - Constructor for class io.nem.symbol.sdk.api.SearchCriteria
-
- Searcher<E,C extends SearchCriteria<C>> - Interface in io.nem.symbol.sdk.api
-
Objects of this interface know how to search symbol objects based on a criteria returning a page
of these objects.
- SearcherRepository<E,C extends SearchCriteria<C>> - Interface in io.nem.symbol.sdk.api
-
Utility helper that stream pages of searches into an Observable.
- searchMosaicResolutionStatements(ResolutionStatementSearchCriteria) - Method in interface io.nem.symbol.sdk.api.ReceiptRepository
-
Returns an mosaic resoslution statements page based on the criteria.
- searchMosaicResolutionStatements(ResolutionStatementSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ReceiptRepositoryOkHttpImpl
-
- searchMosaicResolutionStatements(ResolutionStatementSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptRepositoryVertxImpl
-
- searchReceipts(TransactionStatementSearchCriteria) - Method in interface io.nem.symbol.sdk.api.ReceiptRepository
-
Returns a transaction statements page based on the criteria.
- searchReceipts(TransactionStatementSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ReceiptRepositoryOkHttpImpl
-
- searchReceipts(TransactionStatementSearchCriteria) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ReceiptRepositoryVertxImpl
-
- secret(String) - Method in class io.nem.symbol.sdk.api.SecretLockSearchCriteria
-
- secretLock(String) - Method in interface io.nem.symbol.sdk.api.StateProofService
-
It returns the StateMerkleProof of a secret lock.
- secretLock(SecretLockInfo) - Method in interface io.nem.symbol.sdk.api.StateProofService
-
It returns the StateMerkleProof of a secret lock.
- secretLock(String) - Method in class io.nem.symbol.sdk.infrastructure.StateProofServiceImpl
-
- secretLock(SecretLockInfo) - Method in class io.nem.symbol.sdk.infrastructure.StateProofServiceImpl
-
- SecretLockInfo - Class in io.nem.symbol.sdk.model.transaction
-
It holds information about a secret lock.
- SecretLockInfo(String, int, Address, MosaicId, BigInteger, BigInteger, LockStatus, LockHashAlgorithm, String, Address, String) - Constructor for class io.nem.symbol.sdk.model.transaction.SecretLockInfo
-
- SecretLockNetworkProperties - Class in io.nem.symbol.sdk.model.network
-
SecretLockNetworkProperties
- SecretLockNetworkProperties(String, String, String) - Constructor for class io.nem.symbol.sdk.model.network.SecretLockNetworkProperties
-
- SecretLockPaginationStreamer - Class in io.nem.symbol.sdk.api
-
- SecretLockPaginationStreamer(Searcher<SecretLockInfo, SecretLockSearchCriteria>) - Constructor for class io.nem.symbol.sdk.api.SecretLockPaginationStreamer
-
Constructor
- SecretLockRepository - Interface in io.nem.symbol.sdk.api
-
Repository used to retrieves secrets lock.
- SecretLockRepositoryOkHttpImpl - Class in io.nem.symbol.sdk.infrastructure.okhttp
-
- SecretLockRepositoryOkHttpImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.okhttp.SecretLockRepositoryOkHttpImpl
-
- SecretLockRepositoryVertxImpl - Class in io.nem.symbol.sdk.infrastructure.vertx
-
- SecretLockRepositoryVertxImpl(ApiClient) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.SecretLockRepositoryVertxImpl
-
- SecretLockSearchCriteria - Class in io.nem.symbol.sdk.api
-
Criteria used to search secret lock entities.
- SecretLockSearchCriteria() - Constructor for class io.nem.symbol.sdk.api.SecretLockSearchCriteria
-
- SecretLockTransaction - Class in io.nem.symbol.sdk.model.transaction
-
- SecretLockTransactionFactory - Class in io.nem.symbol.sdk.model.transaction
-
- SecretProofTransaction - Class in io.nem.symbol.sdk.model.transaction
-
Secret proof transaction.
- SecretProofTransaction(SecretProofTransactionFactory) - Constructor for class io.nem.symbol.sdk.model.transaction.SecretProofTransaction
-
The transaction contructor using the factory.
- SecretProofTransactionFactory - Class in io.nem.symbol.sdk.model.transaction
-
- senderAddress(Address) - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- SerializationUtils - Class in io.nem.symbol.sdk.infrastructure
-
Utility class used to serialize/deserialize catbuffer values.
- serialize(T) - Method in interface io.nem.symbol.sdk.api.BinarySerialization
-
It serializes a transaction into a byte array using the symbol buffer format.
- serialize(T) - Method in class io.nem.symbol.sdk.infrastructure.BinarySerializationImpl
-
Serialization basic implementation, it just delegates the work to the transactions.
- serialize(Collection<?>, Type, JsonSerializationContext) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.CollectionAdapter
-
- serialize(BigInteger, JsonGenerator, SerializerProvider) - Method in class io.nem.symbol.sdk.infrastructure.vertx.JsonHelperJackson2.BigIntegerSerializer
-
- serialize() - Method in class io.nem.symbol.sdk.model.account.AccountInfo
-
- serialize() - Method in class io.nem.symbol.sdk.model.account.AccountRestrictions
-
- serialize() - Method in class io.nem.symbol.sdk.model.account.MultisigAccountInfo
-
- serialize() - Method in class io.nem.symbol.sdk.model.metadata.Metadata
-
- serialize() - Method in class io.nem.symbol.sdk.model.mosaic.MosaicInfo
-
- serialize(List<NamespaceInfo>) - Method in class io.nem.symbol.sdk.model.namespace.NamespaceInfo
-
- serialize() - Method in class io.nem.symbol.sdk.model.receipt.ArtifactExpiryReceipt
-
Serialize receipt and returns receipt bytes
- serialize() - Method in class io.nem.symbol.sdk.model.receipt.BalanceChangeReceipt
-
Serialize receipt and returns receipt bytes
- serialize() - Method in class io.nem.symbol.sdk.model.receipt.BalanceTransferReceipt
-
Serialize receipt and returns receipt bytes
- serialize() - Method in class io.nem.symbol.sdk.model.receipt.InflationReceipt
-
Serialize receipt and returns receipt bytes
- serialize() - Method in class io.nem.symbol.sdk.model.receipt.ReceiptSource
-
Serialize receipt and returns receipt bytes
- serialize() - Method in class io.nem.symbol.sdk.model.receipt.ResolutionEntry
-
Serialize receipt and returns receipt bytes
- serialize() - Method in class io.nem.symbol.sdk.model.restriction.MosaicAddressRestriction
-
- serialize() - Method in class io.nem.symbol.sdk.model.restriction.MosaicGlobalRestriction
-
- serialize() - Method in class io.nem.symbol.sdk.model.restriction.MosaicRestriction
-
- serialize() - Method in class io.nem.symbol.sdk.model.transaction.HashLockInfo
-
- serialize() - Method in class io.nem.symbol.sdk.model.transaction.SecretLockInfo
-
- serialize() - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
Serialises a transaction model into binary (unsigned payload).
- serializeEmbedded(T) - Method in class io.nem.symbol.sdk.infrastructure.BinarySerializationImpl
-
Serialized the transfer transaction to embedded bytes.
- ServerInfo - Class in io.nem.symbol.sdk.model.node
-
Server info class
- ServerInfo(String, String) - Constructor for class io.nem.symbol.sdk.model.node.ServerInfo
-
Constructor
- set(int) - Method in class io.nem.symbol.core.math.SparseBitmap
-
Set the bit at the given index.
- setAddress(Address) - Method in class io.nem.symbol.sdk.api.AccountRestrictionSearchCriteria
-
- setAddress(Address) - Method in class io.nem.symbol.sdk.api.HashLockSearchCriteria
-
- setAddress(Address) - Method in class io.nem.symbol.sdk.api.SecretLockSearchCriteria
-
- setAddress(Address) - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- setAliasType(AliasType) - Method in class io.nem.symbol.sdk.api.NamespaceSearchCriteria
-
- setAll(double) - Method in class io.nem.symbol.core.math.ColumnVector
-
Sets all the vector's elements to the specified value.
- setArtifactId(String) - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- setAt(int, double) - Method in class io.nem.symbol.core.math.ColumnVector
-
Sets a value at the specified index.
- setAt(int, int, double) - Method in class io.nem.symbol.core.math.Matrix
-
Sets a value at the specified row and column.
- setAtUnchecked(int, int, double) - Method in class io.nem.symbol.core.math.DenseMatrix
-
- setAtUnchecked(int, int, double) - Method in class io.nem.symbol.core.math.Matrix
-
Sets a value at the specified row and column.
- setAtUnchecked(int, int, double) - Method in class io.nem.symbol.core.math.SparseMatrix
-
- setBeneficiaryAddress(Address) - Method in class io.nem.symbol.sdk.api.BlockSearchCriteria
-
- setEmbedded(Boolean) - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- setEntryType(MosaicRestrictionEntryType) - Method in class io.nem.symbol.sdk.api.MosaicRestrictionSearchCriteria
-
- setEpochAdjustment(Duration) - Method in class io.nem.symbol.sdk.api.RepositoryFactoryConfiguration
-
- setFromHeight(BigInteger) - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- setFromHeight(BigInteger) - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- setFromTransferAmount(BigInteger) - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- setGenerationHash(String) - Method in class io.nem.symbol.sdk.api.RepositoryFactoryConfiguration
-
- setHeight(BigInteger) - Method in class io.nem.symbol.sdk.api.ResolutionStatementSearchCriteria
-
- setHeight(BigInteger) - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- setHeight(BigInteger) - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- setId(String) - Method in class io.nem.symbol.sdk.api.NamespaceSearchCriteria
-
- setId(String) - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- setLevel0(String) - Method in class io.nem.symbol.sdk.api.NamespaceSearchCriteria
-
- setMetadataType(MetadataType) - Method in class io.nem.symbol.sdk.api.MetadataSearchCriteria
-
- setMosaicId(MosaicId) - Method in class io.nem.symbol.sdk.api.AccountSearchCriteria
-
- setMosaicId(MosaicId) - Method in class io.nem.symbol.sdk.api.MosaicRestrictionSearchCriteria
-
- setNetworkCurrencies(NetworkCurrencies) - Method in class io.nem.symbol.sdk.api.RepositoryFactoryConfiguration
-
- setNetworkType(NetworkType) - Method in class io.nem.symbol.sdk.api.RepositoryFactoryConfiguration
-
- setOffset(String) - Method in class io.nem.symbol.sdk.api.SearchCriteria
-
- setOrder(OrderBy) - Method in class io.nem.symbol.sdk.api.SearchCriteria
-
- setOrderBy(AccountOrderBy) - Method in class io.nem.symbol.sdk.api.AccountSearchCriteria
-
- setOrderBy(BlockOrderBy) - Method in class io.nem.symbol.sdk.api.BlockSearchCriteria
-
- setOwnerAddress(Address) - Method in class io.nem.symbol.sdk.api.MosaicSearchCriteria
-
- setOwnerAddress(Address) - Method in class io.nem.symbol.sdk.api.NamespaceSearchCriteria
-
- setPageNumber(Integer) - Method in class io.nem.symbol.sdk.api.SearchCriteria
-
- setPageSize(Integer) - Method in class io.nem.symbol.sdk.api.SearchCriteria
-
- setReceiptTypes(List<ReceiptType>) - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- setRecipientAddress(Address) - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- setRecipientAddress(Address) - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- setRegistrationType(NamespaceRegistrationType) - Method in class io.nem.symbol.sdk.api.NamespaceSearchCriteria
-
- setScopedMetadataKey(BigInteger) - Method in class io.nem.symbol.sdk.api.MetadataSearchCriteria
-
- setSecret(String) - Method in class io.nem.symbol.sdk.api.SecretLockSearchCriteria
-
- setSenderAddress(Address) - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- setSignerPublicKey(PublicKey) - Method in class io.nem.symbol.sdk.api.BlockSearchCriteria
-
- setSignerPublicKey(PublicKey) - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- setSourceAddress(Address) - Method in class io.nem.symbol.sdk.api.MetadataSearchCriteria
-
- setTargetAddress(Address) - Method in class io.nem.symbol.sdk.api.MetadataSearchCriteria
-
- setTargetAddress(Address) - Method in class io.nem.symbol.sdk.api.MosaicRestrictionSearchCriteria
-
- setTargetAddress(Address) - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- setTargetId(String) - Method in class io.nem.symbol.sdk.api.MetadataSearchCriteria
-
- setToHeight(BigInteger) - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- setToHeight(BigInteger) - Method in class io.nem.symbol.sdk.api.TransactionStatementSearchCriteria
-
- setToTransferAmount(BigInteger) - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- setTransactionTypes(List<TransactionType>) - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- setTransferMosaicId(MosaicId) - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- setUid(String) - Method in class io.nem.symbol.sdk.infrastructure.ListenerBase
-
- setWithoutAscendingCheck(int) - Method in class io.nem.symbol.core.math.SparseBitmap
-
For speed, this method sets bits at the given index, without checking that the bits are set in
strictly ascending order.
- sha256ForSharedKey(byte[]) - Static method in class io.nem.symbol.core.crypto.Hashes
-
Hasher used for shared keys
- sha3_256(byte[]...) - Static method in class io.nem.symbol.core.crypto.Hashes
-
Performs a SHA_3_256 hash of the concatenated inputs.
- sha3_512(byte[]...) - Static method in class io.nem.symbol.core.crypto.Hashes
-
Performs a SHA_3_512 hash of the concatenated inputs.
- sha512(byte[]...) - Static method in class io.nem.symbol.core.crypto.Hashes
-
Performs a SHA_512 hash of the concatenated inputs.
- shallowCopyTo(CircularStack<E>) - Method in class io.nem.symbol.core.utils.CircularStack
-
Creates shallow copy in destination.
- shortToBytes(short) - Static method in class io.nem.symbol.core.utils.ByteUtils
-
Converts an short value into an array of 4 bytes.
- shortToUnsignedInt(short) - Static method in class io.nem.symbol.sdk.infrastructure.SerializationUtils
-
It converts a signed short to a positive integer.
- sign(byte[]) - Method in interface io.nem.symbol.core.crypto.DsaSigner
-
Signs the hash of an arbitrarily sized message.
- sign(byte[]) - Method in class io.nem.symbol.core.crypto.ed25519.Ed25519DsaSigner
-
- sign(Transaction, String) - Method in class io.nem.symbol.sdk.model.account.Account
-
Sign a transaction.
- Signature - Class in io.nem.symbol.core.crypto
-
A EC signature.
- Signature(BigInteger, BigInteger) - Constructor for class io.nem.symbol.core.crypto.Signature
-
Creates a new signature.
- Signature(byte[]) - Constructor for class io.nem.symbol.core.crypto.Signature
-
Creates a new signature.
- Signature(byte[], byte[]) - Constructor for class io.nem.symbol.core.crypto.Signature
-
Creates a new signature.
- signature(String) - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
Builder method used to set the signature.
- signatures - Variable in class io.nem.symbol.sdk.model.finalization.MessageGroup
-
Signatures.
- signCosignatureTransaction(CosignatureTransaction) - Method in class io.nem.symbol.sdk.model.account.Account
-
Sign aggregate signature transaction.
- signCosignatureTransaction(String) - Method in class io.nem.symbol.sdk.model.account.Account
-
Creates a CosignatureSignedTransaction from a hash.
- signedByAccount(PublicAccount) - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransaction
-
Check if account has signed transaction.
- SignedTransaction - Class in io.nem.symbol.sdk.model.transaction
-
The signed transaction object is used to transfer the transaction data and the signature to NIS
in order to initiate and broadcast a transaction.
- SignedTransaction(PublicAccount, String, String, TransactionType) - Constructor for class io.nem.symbol.sdk.model.transaction.SignedTransaction
-
The SignedTransaction constructor.
- signer(PublicAccount) - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
Builder method used to set the signer.
- signerPublicKey(PublicKey) - Method in class io.nem.symbol.sdk.api.BlockSearchCriteria
-
Sets the signerPublicKey builder style.
- signerPublicKey(PublicKey) - Method in class io.nem.symbol.sdk.api.TransactionSearchCriteria
-
- signTransactionGivenSignatures(AggregateTransaction, List<AggregateTransactionCosignature>, String) - Method in class io.nem.symbol.sdk.model.account.Account
-
Sign transaction with cosignatures creating a new SignedTransaction.
- signTransactionGivenSignatures(Account, List<? extends AggregateTransactionCosignature>, String) - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransaction
-
Sign transaction with cosignatures creating a new SignedTransaction.
- signTransactionWithCosignatories(AggregateTransaction, List<Account>, String) - Method in class io.nem.symbol.sdk.model.account.Account
-
Sign transaction with cosignatories creating a new SignedTransaction.
- signTransactionWithCosigners(Account, List<Account>, String) - Method in class io.nem.symbol.sdk.model.transaction.AggregateTransaction
-
Sign transaction with cosignatories creating a new SignedTransaction.
- signWith(Account) - Method in class io.nem.symbol.sdk.model.transaction.CosignatureTransaction
-
Serialize and sign transaction creating a new CosignatureSignedTransaction.
- signWith(Account, String) - Method in class io.nem.symbol.sdk.model.transaction.Transaction
-
Serialize and sign transaction creating a new SignedTransaction.
- SIZE - Static variable in class io.nem.symbol.core.crypto.PrivateKey
-
The size of Symbol's private keys .
- SIZE - Static variable in class io.nem.symbol.core.crypto.PublicKey
-
The size of Symbol's public keys.
- SIZE - Static variable in class io.nem.symbol.core.crypto.VotingKey
-
The size of Symbol's voting keys.
- size() - Method in class io.nem.symbol.core.math.ColumnVector
-
Gets the size of the vector.
- size() - Method in class io.nem.symbol.core.utils.CircularStack
-
Returns size of a stack.
- size(long) - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
Builder method used to change the default size.
- sourceAddress(Address) - Method in class io.nem.symbol.sdk.api.MetadataSearchCriteria
-
Sets the source address filter builder style.
- SparseBitmap - Class in io.nem.symbol.core.math
-
This is a wrapper for the EWAHCompressedBitmap.
- SparseMatrix - Class in io.nem.symbol.core.math
-
Represents a sparse matrix.
- SparseMatrix(int, int, int) - Constructor for class io.nem.symbol.core.math.SparseMatrix
-
Creates a new matrix of the specified size which has a given capacity for each row.
- split(byte[], int) - Static method in class io.nem.symbol.core.utils.ArrayUtils
-
Splits a single array into two arrays.
- sqrt(Ed25519FieldElement, Ed25519FieldElement) - Static method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519FieldElement
-
Calculates and returns one of the square roots of u / v.
- sqrt() - Method in class io.nem.symbol.core.math.ColumnVector
-
Creates a new ColumnVector by taking the square root of each element in this vector.
- sqrt() - Method in class io.nem.symbol.core.math.Matrix
-
Creates a new matrix by taking the square root of this matrix.
- square() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519FieldElement
-
Squares this field element and returns the result.
- squareAndDouble() - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519FieldElement
-
Squares this field element, multiplies by two and returns the result.
- StateMerkleProof<S> - Class in io.nem.symbol.sdk.model.state
-
This object holds the state merkle proof information
- StateMerkleProof(S, String, MerkleTree, String) - Constructor for class io.nem.symbol.sdk.model.state.StateMerkleProof
-
- StateProofService - Interface in io.nem.symbol.sdk.api
-
Service used to validate if states have valid merkle proofs.
- StateProofServiceImpl - Class in io.nem.symbol.sdk.infrastructure
-
Service used for state proofing
- StateProofServiceImpl(RepositoryFactory) - Constructor for class io.nem.symbol.sdk.infrastructure.StateProofServiceImpl
-
- status(UnresolvedAddress) - Method in interface io.nem.symbol.sdk.api.Listener
-
- status(UnresolvedAddress, String) - Method in interface io.nem.symbol.sdk.api.Listener
-
- status(UnresolvedAddress, String) - Method in class io.nem.symbol.sdk.infrastructure.ListenerBase
-
- status(UnresolvedAddress) - Static method in class io.nem.symbol.sdk.infrastructure.ListenerRequest
-
- StorageInfo - Class in io.nem.symbol.sdk.model.node
-
The blockchain storage info structure describes stored data.
- StorageInfo(Integer, Integer, Integer) - Constructor for class io.nem.symbol.sdk.model.node.StorageInfo
-
- Stored - Interface in io.nem.symbol.sdk.model
-
An entity that's stored in the server database.
- streamer() - Method in interface io.nem.symbol.sdk.api.SearcherRepository
-
- StringEncoder - Class in io.nem.symbol.core.utils
-
Static class that contains utility functions for converting strings to and from UTF-8 bytes.
- StringUtils - Class in io.nem.symbol.core.utils
-
Static class that contains string utility functions.
- subscribe(ListenerRequest<T>) - Method in interface io.nem.symbol.sdk.api.Listener
-
Low level subscribe method for any channel and message type.
- subscribe(ListenerRequest<T>) - Method in class io.nem.symbol.sdk.infrastructure.ListenerBase
-
- subscribeMultipleAddresses(ListenerChannel, Set<UnresolvedAddress>, String, boolean) - Method in interface io.nem.symbol.sdk.api.Listener
-
This method allows you to subscribes to multiple unresolved addresses as the same time.
- subscribeMultipleAddresses(ListenerChannel, Set<UnresolvedAddress>, String, boolean) - Method in class io.nem.symbol.sdk.infrastructure.ListenerBase
-
- subscribeTo(String) - Method in class io.nem.symbol.sdk.infrastructure.ListenerBase
-
- subscribeTo(String) - Method in class io.nem.symbol.sdk.infrastructure.okhttp.ListenerOkHttp
-
- subscribeTo(String) - Method in class io.nem.symbol.sdk.infrastructure.vertx.ListenerVertx
-
- subtract(Ed25519FieldElement) - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519FieldElement
-
Subtract the given field element from this and returns the result.
- subtract(Ed25519GroupElement) - Method in class io.nem.symbol.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Ed25519GroupElement subtraction using the twisted Edwards addition law for extended
coordinates.
- sum() - Method in class io.nem.symbol.core.math.ColumnVector
-
Gets the sum of all the vector's elements.
- sum() - Method in class io.nem.symbol.core.math.Matrix
-
Gets the sum of all the matrix's elements.
- SupplementalAccountKeys - Class in io.nem.symbol.sdk.model.account
-
Supplemental Public Keys
- SupplementalAccountKeys(PublicKey, PublicKey, PublicKey, List<AccountLinkVotingKey>) - Constructor for class io.nem.symbol.sdk.model.account.SupplementalAccountKeys
-
- Suppliers - Class in io.nem.symbol.core.utils
-
Created by fernando on 02/08/19.
- SYMBOL_XYM - Static variable in class io.nem.symbol.sdk.model.mosaic.Currency
-
Currency for public / Public_test network.
- validateEncodedAddress(String) - Static method in class io.nem.symbol.sdk.model.account.Address
-
Checks if an encoded address is valid returning the problem message if it's not valid.
- validateIsHexString(String) - Static method in class io.nem.symbol.core.utils.ConvertUtils
-
Validates that an input is a valid hex .
- validateIsHexString(String, Integer) - Static method in class io.nem.symbol.core.utils.ConvertUtils
-
Validates that an input is a valid hex and of the given size.
- validateNotNegative(BigInteger) - Static method in class io.nem.symbol.core.utils.ConvertUtils
-
Validates that the provided number is not negative
- validateNotNegative(long) - Static method in class io.nem.symbol.core.utils.ConvertUtils
-
Validates that the provided number is not negative
- validatePlainAddress(String) - Static method in class io.nem.symbol.sdk.model.account.Address
-
Checks if a plain address is valid returning the problem message if it's not valid.
- validator(LockHashAlgorithm, String) - Static method in enum io.nem.symbol.sdk.model.transaction.LockHashAlgorithm
-
Validate hash algorithm and hash have desired format
- VALIDATOR_REGEX - Static variable in enum io.nem.symbol.sdk.model.transaction.LockHashAlgorithm
-
The regex used to validate a hashed value.
- value() - Method in enum io.nem.symbol.core.utils.HttpStatus
-
Return the integer value of this status code.
- valueOf(String) - Static method in enum io.nem.symbol.core.crypto.ed25519.arithmetic.CoordinateSystem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.core.utils.HttpStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum io.nem.symbol.core.utils.HttpStatus
-
Return the enum constant of this type with the specified numeric value.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.api.AccountOrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.api.BlockOrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.api.OrderBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.infrastructure.ListenerChannel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.account.AccountKeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.account.AccountType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.account.PropertyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.blockchain.BlockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.blockchain.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.finalization.FinalizationStage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.message.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.metadata.MetadataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.mosaic.MosaicSupplyChangeActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.namespace.AliasAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.namespace.AliasType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.namespace.NamespaceRegistrationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.network.NetworkType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.network.NodeIdentityEqualityStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.node.NodeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.node.RoleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.receipt.ReceiptType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.receipt.ReceiptVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.receipt.ResolutionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.restriction.MosaicRestrictionEntryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.state.MerkleTreeNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.transaction.AccountAddressRestrictionFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.transaction.AccountOperationRestrictionFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.transaction.AccountRestrictionFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.transaction.AccountRestrictionTargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.transaction.LinkAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.transaction.LockHashAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.transaction.LockStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.transaction.MosaicRestrictionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.transaction.TransactionGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.transaction.TransactionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.nem.symbol.sdk.model.transaction.TransactionType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.nem.symbol.core.crypto.ed25519.arithmetic.CoordinateSystem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.core.utils.HttpStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.api.AccountOrderBy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.api.BlockOrderBy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.api.OrderBy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.infrastructure.ListenerChannel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.account.AccountKeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.account.AccountType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.account.PropertyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.blockchain.BlockType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.blockchain.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.finalization.FinalizationStage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.message.MessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.metadata.MetadataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.mosaic.MosaicSupplyChangeActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.namespace.AliasAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.namespace.AliasType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.namespace.NamespaceRegistrationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.network.NetworkType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.network.NodeIdentityEqualityStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.node.NodeStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.node.RoleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.receipt.ReceiptType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.receipt.ReceiptVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.receipt.ResolutionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.restriction.MosaicRestrictionEntryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.state.MerkleTreeNodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.transaction.AccountAddressRestrictionFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.transaction.AccountMosaicRestrictionFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.transaction.AccountOperationRestrictionFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.transaction.AccountRestrictionFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in interface io.nem.symbol.sdk.model.transaction.AccountRestrictionFlags
-
- values() - Static method in enum io.nem.symbol.sdk.model.transaction.AccountRestrictionTargetType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.transaction.LinkAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.transaction.LockHashAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.transaction.LockStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.transaction.MosaicRestrictionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.transaction.TransactionGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.transaction.TransactionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.nem.symbol.sdk.model.transaction.TransactionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueSize(long) - Method in class io.nem.symbol.sdk.model.transaction.MetadataTransactionFactory
-
- valueSizeDelta(int) - Method in class io.nem.symbol.sdk.model.transaction.MetadataTransactionFactory
-
Use this method when you want to update/modify a metadata.
- verify(byte[], Signature) - Method in interface io.nem.symbol.core.crypto.DsaSigner
-
Verifies that the signature is valid.
- verify(byte[], Signature) - Method in class io.nem.symbol.core.crypto.ed25519.Ed25519DsaSigner
-
- version(Integer) - Method in class io.nem.symbol.sdk.model.transaction.TransactionFactory
-
Builder method used to change the default version.
- visit(int, int, double, DoubleConsumer) - Method in interface io.nem.symbol.core.math.Matrix.ElementVisitorFunction
-
Visits the specified element.
- visit(int, int, double) - Method in interface io.nem.symbol.core.math.Matrix.ReadOnlyElementVisitorFunction
-
Visits the specified element.
- VotingKey - Class in io.nem.symbol.core.crypto
-
Represents a public key.
- VotingKey(byte[]) - Constructor for class io.nem.symbol.core.crypto.VotingKey
-
Creates a new voting key.
- VotingKey(BigInteger) - Constructor for class io.nem.symbol.core.crypto.VotingKey
-
Creates a new voting key from a big int value
- VotingKey(String) - Constructor for class io.nem.symbol.core.crypto.VotingKey
-
Creates a new voting key from an hex.
- VotingKeyLinkTransaction - Class in io.nem.symbol.sdk.model.transaction
-
Voting key link transaction.
- VotingKeyLinkTransactionFactory - Class in io.nem.symbol.sdk.model.transaction
-
Vrf key link transaction factory.
- VotingKeyLinkTransactionMapper - Class in io.nem.symbol.sdk.infrastructure.okhttp.mappers
-
- VotingKeyLinkTransactionMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.okhttp.mappers.VotingKeyLinkTransactionMapper
-
- VotingKeyLinkTransactionMapper - Class in io.nem.symbol.sdk.infrastructure.vertx.mappers
-
- VotingKeyLinkTransactionMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.mappers.VotingKeyLinkTransactionMapper
-
- VrfKeyLinkTransaction - Class in io.nem.symbol.sdk.model.transaction
-
Vrf key link transaction.
- VrfKeyLinkTransactionFactory - Class in io.nem.symbol.sdk.model.transaction
-
Vrf key link transaction factory.
- VrfKeyLinkTransactionFactory(NetworkType, Deadline, PublicKey, LinkAction) - Constructor for class io.nem.symbol.sdk.model.transaction.VrfKeyLinkTransactionFactory
-
- VrfKeyLinkTransactionMapper - Class in io.nem.symbol.sdk.infrastructure.okhttp.mappers
-
- VrfKeyLinkTransactionMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.okhttp.mappers.VrfKeyLinkTransactionMapper
-
- VrfKeyLinkTransactionMapper - Class in io.nem.symbol.sdk.infrastructure.vertx.mappers
-
- VrfKeyLinkTransactionMapper(JsonHelper) - Constructor for class io.nem.symbol.sdk.infrastructure.vertx.mappers.VrfKeyLinkTransactionMapper
-