- cached(Ed25519FieldElement, Ed25519FieldElement, Ed25519FieldElement, Ed25519FieldElement) - Static method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Creates a new group element using the CACHED coordinate system.
- call() - Method in interface io.nem.core.utils.ExceptionUtils.CheckedRunnable
-
Executes the runnable.
- cardinality() - Method in class io.nem.core.math.SparseBitmap
-
The number of bits that are set.
- Cipher - Class in io.nem.core.crypto
-
Wraps IES encryption and decryption logic.
- Cipher(KeyPair, KeyPair) - Constructor for class io.nem.core.crypto.Cipher
-
Creates a cipher around a sender KeyPair and recipient KeyPair.
- Cipher(KeyPair, KeyPair, CryptoEngine) - Constructor for class io.nem.core.crypto.Cipher
-
Creates a cipher around a sender KeyPair and recipient KeyPair.
- Cipher(BlockCipher) - Constructor for class io.nem.core.crypto.Cipher
-
Creates a cipher around a cipher.
- CircularStack<E> - Class in io.nem.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.core.utils.CircularStack
-
Creates circular stack with at most limit elements.
- clear() - Method in class io.nem.core.math.SparseBitmap
-
Clears all the bits in this sparse bitmap.
- client - Variable in class io.nem.sdk.infrastructure.Http
-
- close() - Method in class io.nem.sdk.infrastructure.Listener
-
Close webSocket connection
- ColumnVector - Class in io.nem.core.math
-
Represents a linear algebra vector.
- ColumnVector(int) - Constructor for class io.nem.core.math.ColumnVector
-
Creates a new vector of the specified size.
- ColumnVector(double...) - Constructor for class io.nem.core.math.ColumnVector
-
Creates a new vector around a raw vector.
- compare(byte[], byte[]) - Static method in class io.nem.core.utils.ArrayUtils
-
NON constant-time lexicographical byte[] comparison.
- concat(byte[]...) - Static method in class io.nem.core.utils.ArrayUtils
-
Concatenates byte arrays and returns the result.
- confirmed(Address) - Method in class io.nem.sdk.infrastructure.Listener
-
Returns an observable stream of Transaction for a specific address.
- CoordinateSystem - Enum in io.nem.core.crypto.ed25519.arithmetic
-
Available coordinate systems for a group element.
- correlation(ColumnVector) - Method in class io.nem.core.math.ColumnVector
-
Calculates the correlation (pearson r) between the specified vector and this vector.
- cosignatories(List<String>) - Method in class io.nem.sdk.infrastructure.Multisig
-
- cosignatureAdded(Address) - Method in class io.nem.sdk.infrastructure.Listener
-
- CosignatureSignedTransaction - Class in io.nem.sdk.model.transaction
-
The co-signature signed transaction.
- CosignatureSignedTransaction(String, String, String) - Constructor for class io.nem.sdk.model.transaction.CosignatureSignedTransaction
-
- CosignatureTransaction - Class in io.nem.sdk.model.transaction
-
The cosignature transaction is used to sign an aggregate transactions with missing cosignatures.
- CosignatureTransaction(AggregateTransaction) - Constructor for class io.nem.sdk.model.transaction.CosignatureTransaction
-
Constructor
- create(int, int) - Method in class io.nem.core.math.DenseMatrix
-
- create(int, int) - Method in class io.nem.core.math.Matrix
-
Creates a new matrix.
- create(int, int) - Method in class io.nem.core.math.SparseMatrix
-
- create(AggregateTransaction) - Static method in class io.nem.sdk.model.transaction.CosignatureTransaction
-
Create a cosignature transaction.
- create(int, ChronoUnit) - Static method in class io.nem.sdk.model.transaction.Deadline
-
Create deadline model.
- create(Deadline, Mosaic, BigInteger, SignedTransaction, NetworkType) - Static method in class io.nem.sdk.model.transaction.LockFundsTransaction
-
Create a lock funds transaction object.
- create(Deadline, int, int, List<MultisigCosignatoryModification>, NetworkType) - Static method in class io.nem.sdk.model.transaction.ModifyMultisigAccountTransaction
-
Create a modify multisig account transaction object.
- create(Deadline, String, String, MosaicProperties, NetworkType) - Static method in class io.nem.sdk.model.transaction.MosaicDefinitionTransaction
-
Create a mosaic creation transaction object.
- create(Deadline, MosaicId, MosaicSupplyType, BigInteger, NetworkType) - Static method in class io.nem.sdk.model.transaction.MosaicSupplyChangeTransaction
-
Create a mosaic supply change transaction object.
- create(String) - Static method in class io.nem.sdk.model.transaction.PlainMessage
-
Create a plain message object.
- create(Deadline, Mosaic, BigInteger, HashType, String, Address, NetworkType) - Static method in class io.nem.sdk.model.transaction.SecretLockTransaction
-
Create a secret lock transaction object.
- create(Deadline, HashType, String, String, NetworkType) - Static method in class io.nem.sdk.model.transaction.SecretProofTransaction
-
Create a secret proof transaction object.
- create(BigInteger, Integer, String, String, String) - Static method in class io.nem.sdk.model.transaction.TransactionInfo
-
Create transaction info object for a transaction.
- create(BigInteger, String, String) - Static method in class io.nem.sdk.model.transaction.TransactionInfo
-
Create transaction info retrieved by listener.
- create(Deadline, Address, List<Mosaic>, Message, NetworkType) - Static method in class io.nem.sdk.model.transaction.TransferTransaction
-
Create a transfer transaction object.
- createAbsolute(BigInteger) - Static method in class io.nem.sdk.model.mosaic.XEM
-
Create xem with using micro xem as unit, 1 XEM = 1000000 micro XEM.
- createAggregate(BigInteger, Integer, String, String, String) - Static method in class io.nem.sdk.model.transaction.TransactionInfo
-
Create transaction info object for aggregate transaction inner transaction.
- createAmountVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.MosaicBuffer
-
- createBlockCipher(KeyPair, KeyPair) - Method in interface io.nem.core.crypto.CryptoEngine
-
Creates a block cipher.
- createBlockCipher(KeyPair, KeyPair) - Method in class io.nem.core.crypto.ed25519.Ed25519CryptoEngine
-
- createBonded(Deadline, List<Transaction>, NetworkType) - Static method in class io.nem.sdk.model.transaction.AggregateTransaction
-
Create an aggregate bonded transaction object
- createComplete(Deadline, List<Transaction>, NetworkType) - Static method in class io.nem.sdk.model.transaction.AggregateTransaction
-
Create an aggregate complete transaction object
- createDeadlineVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.LockFundsTransactionBuffer
-
- createDeadlineVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.SecretLockTransactionBuffer
-
- createDeadlineVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.SecretProofTransactionBuffer
-
- createDsaSigner(KeyPair) - Method in interface io.nem.core.crypto.CryptoEngine
-
Creates a DSA signer.
- createDsaSigner(KeyPair) - Method in class io.nem.core.crypto.ed25519.Ed25519CryptoEngine
-
- createDurationVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.LockFundsTransactionBuffer
-
- createDurationVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.SecretLockTransactionBuffer
-
- createEmpty() - Static method in class io.nem.core.math.SparseBitmap
-
Creates a new SparseBitmap that is empty.
- createFeeVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.LockFundsTransactionBuffer
-
- createFeeVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.SecretLockTransactionBuffer
-
- createFeeVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.SecretProofTransactionBuffer
-
- createFromEncoded(String) - Static method in class io.nem.sdk.model.account.Address
-
Create an Address from a given encoded address.
- createFromPrivateKey(String, NetworkType) - Static method in class io.nem.sdk.model.account.Account
-
Create an Account from a given private key.
- createFromPublicKey(String, NetworkType) - Static method in class io.nem.sdk.model.account.Address
-
Create from private key.
- createFromPublicKey(String, NetworkType) - Static method in class io.nem.sdk.model.account.PublicAccount
-
Create a PublicAccount from a public key and network type.
- createFromRawAddress(String) - Static method in class io.nem.sdk.model.account.Address
-
Create an Address from a given raw address.
- createFromSortedData(int...) - Static method in class io.nem.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.core.math.SparseBitmap
-
Creates a new SparseBitmap from unsorted data.
- createHashVector(FlatBufferBuilder, byte[]) - Static method in class io.nem.sdk.model.transaction.LockFundsTransactionBuffer
-
- createIdVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.MosaicBuffer
-
- createKeyAnalyzer() - Method in interface io.nem.core.crypto.CryptoEngine
-
Creates a key analyzer.
- createKeyAnalyzer() - Method in class io.nem.core.crypto.ed25519.Ed25519CryptoEngine
-
- createKeyGenerator() - Method in interface io.nem.core.crypto.CryptoEngine
-
Creates a key generator.
- createKeyGenerator() - Method in class io.nem.core.crypto.ed25519.Ed25519CryptoEngine
-
- createLockFundsTransactionBuffer(FlatBufferBuilder, long, int, int, int, int, int, int, int, int, int, int) - Static method in class io.nem.sdk.model.transaction.LockFundsTransactionBuffer
-
- createMosaicAmountVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.LockFundsTransactionBuffer
-
- createMosaicAmountVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.SecretLockTransactionBuffer
-
- createMosaicBuffer(FlatBufferBuilder, int, int) - Static method in class io.nem.sdk.model.transaction.MosaicBuffer
-
- createMosaicIdVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.LockFundsTransactionBuffer
-
- createMosaicIdVector(FlatBufferBuilder, int[]) - Static method in class io.nem.sdk.model.transaction.SecretLockTransactionBuffer
-
- createProofVector(FlatBufferBuilder, byte[]) - Static method in class io.nem.sdk.model.transaction.SecretProofTransactionBuffer
-
- createRecipientVector(FlatBufferBuilder, byte[]) - Static method in class io.nem.sdk.model.transaction.SecretLockTransactionBuffer
-
- createRelative(BigInteger) - Static method in class io.nem.sdk.model.mosaic.XEM
-
Create xem with using xem as unit.
- createRootNamespace(Deadline, String, BigInteger, NetworkType) - Static method in class io.nem.sdk.model.transaction.RegisterNamespaceTransaction
-
Create a root namespace object.
- createSecretLockTransactionBuffer(FlatBufferBuilder, long, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class io.nem.sdk.model.transaction.SecretLockTransactionBuffer
-
- createSecretProofTransactionBuffer(FlatBufferBuilder, long, int, int, int, int, int, int, int, int, int, int) - Static method in class io.nem.sdk.model.transaction.SecretProofTransactionBuffer
-
- createSecretVector(FlatBufferBuilder, byte[]) - Static method in class io.nem.sdk.model.transaction.SecretLockTransactionBuffer
-
- createSecretVector(FlatBufferBuilder, byte[]) - Static method in class io.nem.sdk.model.transaction.SecretProofTransactionBuffer
-
- createSignatureVector(FlatBufferBuilder, byte[]) - Static method in class io.nem.sdk.model.transaction.LockFundsTransactionBuffer
-
- createSignatureVector(FlatBufferBuilder, byte[]) - Static method in class io.nem.sdk.model.transaction.SecretLockTransactionBuffer
-
- createSignatureVector(FlatBufferBuilder, byte[]) - Static method in class io.nem.sdk.model.transaction.SecretProofTransactionBuffer
-
- createSignerVector(FlatBufferBuilder, byte[]) - Static method in class io.nem.sdk.model.transaction.LockFundsTransactionBuffer
-
- createSignerVector(FlatBufferBuilder, byte[]) - Static method in class io.nem.sdk.model.transaction.SecretLockTransactionBuffer
-
- createSignerVector(FlatBufferBuilder, byte[]) - Static method in class io.nem.sdk.model.transaction.SecretProofTransactionBuffer
-
- createSubNamespace(Deadline, String, NamespaceId, NetworkType) - Static method in class io.nem.sdk.model.transaction.RegisterNamespaceTransaction
-
Create a sub namespace object.
- createTransactionHash(String) - Static method in class io.nem.sdk.model.transaction.Transaction
-
Generates hash for a serialized transaction payload.
- createTransactionInfo(JsonObject) - Method in class io.nem.sdk.infrastructure.TransactionMapping
-
- createValue() - Method in class io.nem.core.utils.AbstractTwoLevelMap
-
Creates a new blank value.
- CryptoEngine - Interface in io.nem.core.crypto
-
Represents a cryptographic engine that is a factory of crypto-providers.
- CryptoEngines - Class in io.nem.core.crypto
-
Static class that exposes crypto engines.
- CryptoEngines() - Constructor for class io.nem.core.crypto.CryptoEngines
-
- CryptoException - Exception in io.nem.core.crypto
-
Exception that is used when a cryptographic operation fails.
- CryptoException(String) - Constructor for exception io.nem.core.crypto.CryptoException
-
Creates a new crypto exception.
- CryptoException(Throwable) - Constructor for exception io.nem.core.crypto.CryptoException
-
Creates a new crypto exception.
- CryptoException(String, Throwable) - Constructor for exception io.nem.core.crypto.CryptoException
-
Creates a new crypto exception.
- Curve - Interface in io.nem.core.crypto
-
Interface for getting information for a curve.
- generateId(String, BigInteger) - Static method in class io.nem.sdk.model.transaction.IdGenerator
-
- generateKeyPair() - Method in class io.nem.core.crypto.ed25519.Ed25519KeyGenerator
-
- generateKeyPair() - Method in interface io.nem.core.crypto.KeyGenerator
-
Creates a random key pair.
- generateMosaicId(String, String) - Static method in class io.nem.sdk.model.transaction.IdGenerator
-
- generateNamespaceId(String) - Static method in class io.nem.sdk.model.transaction.IdGenerator
-
- generateNamespacePath(String) - Static method in class io.nem.sdk.model.transaction.IdGenerator
-
- generateSubNamespaceIdFromParentId(BigInteger, String) - Static method in class io.nem.sdk.model.transaction.IdGenerator
-
- get(int) - Method in class io.nem.core.math.SparseBitmap
-
Gets the value of the bit at the given index.
- get() - Method in class io.nem.core.utils.SetOnce
-
Gets the inner object.
- getAccount() - Method in class io.nem.sdk.infrastructure.Multisig
-
Get account
- getAccount() - Method in class io.nem.sdk.model.account.MultisigAccountInfo
-
Returns account multisig public account.
- getAccountAddress() - Method in class io.nem.sdk.infrastructure.Multisig
-
Get accountAddress
- getAccountInfo(Address) - Method in class io.nem.sdk.infrastructure.AccountHttp
-
- getAccountInfo(Address) - Method in interface io.nem.sdk.infrastructure.AccountRepository
-
Gets an AccountInfo for an account.
- getAccountsInfo(List<Address>) - Method in class io.nem.sdk.infrastructure.AccountHttp
-
- getAccountsInfo(List<Address>) - Method in interface io.nem.sdk.infrastructure.AccountRepository
-
Gets AccountsInfo for different accounts.
- getAddress() - Method in class io.nem.sdk.model.account.Account
-
Account address.
- getAddress() - Method in class io.nem.sdk.model.account.AccountInfo
-
Returns account address.
- getAddress() - Method in class io.nem.sdk.model.account.PublicAccount
-
Returns account address.
- getAddressHeight() - Method in class io.nem.sdk.model.account.AccountInfo
-
Returns height when the address was published.
- getAffineX() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519EncodedGroupElement
-
Gets the affine x-coordinate.
- getAffineY() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519EncodedGroupElement
-
Gets the affine y-coordinate.
- getAggregateHash() - Method in class io.nem.sdk.model.transaction.TransactionInfo
-
Returns hash of the aggregate transaction.
- getAggregateId() - Method in class io.nem.sdk.model.transaction.TransactionInfo
-
Returns id of the aggregate transaction.
- getAmount() - Method in class io.nem.sdk.model.mosaic.Mosaic
-
Return mosaic amount.
- getAt(int) - Method in class io.nem.core.math.ColumnVector
-
Gets the value at the specified index.
- getAt(int, int) - Method in class io.nem.core.math.Matrix
-
Gets the value at the specified row and column.
- getAtUnchecked(int, int) - Method in class io.nem.core.math.DenseMatrix
-
- getAtUnchecked(int, int) - Method in class io.nem.core.math.Matrix
-
Gets the value at the specified row and column.
- getAtUnchecked(int, int) - Method in class io.nem.core.math.SparseMatrix
-
- getBinaryR() - Method in class io.nem.core.crypto.Signature
-
Gets the r-part of the signature.
- getBinaryS() - Method in class io.nem.core.crypto.Signature
-
Gets the s-part of the signature.
- getBit(byte[], int) - Static method in class io.nem.core.utils.ArrayUtils
-
Gets the i'th bit of a byte array.
- getBlockByHeight(BigInteger) - Method in class io.nem.sdk.infrastructure.BlockchainHttp
-
- getBlockByHeight(BigInteger) - Method in interface io.nem.sdk.infrastructure.BlockchainRepository
-
Gets a BlockInfo for a given block height.
- getBlockchainHeight() - Method in class io.nem.sdk.infrastructure.BlockchainHttp
-
- getBlockchainHeight() - Method in interface io.nem.sdk.infrastructure.BlockchainRepository
-
Gets current blockchain height.
- getBlockchainScore() - Method in class io.nem.sdk.infrastructure.BlockchainHttp
-
- getBlockchainScore() - Method in interface io.nem.sdk.infrastructure.BlockchainRepository
-
Gets current blockchain score.
- getBlockchainStorage() - Method in class io.nem.sdk.infrastructure.BlockchainHttp
-
- getBlockchainStorage() - Method in interface io.nem.sdk.infrastructure.BlockchainRepository
-
Gets blockchain storage info.
- getBlockTransactions(BigInteger, QueryParams) - Method in class io.nem.sdk.infrastructure.BlockchainHttp
-
- getBlockTransactions(BigInteger) - Method in class io.nem.sdk.infrastructure.BlockchainHttp
-
- getBlockTransactions(BigInteger) - Method in interface io.nem.sdk.infrastructure.BlockchainRepository
-
Gets list of transactions included in a block for a block height
- getBlockTransactions(BigInteger, QueryParams) - Method in interface io.nem.sdk.infrastructure.BlockchainRepository
-
Gets list of transactions included in a block for a block height
With pagination.
- getBlockTransactionsHash() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns the block transaction hash.
- getBytes() - Method in class io.nem.core.crypto.PrivateKey
-
- getBytes() - Method in class io.nem.core.crypto.Signature
-
Gets a little-endian 64-byte representation of the signature.
- getBytes(String) - Static method in class io.nem.core.utils.Base32Encoder
-
Converts a string to a byte array.
- getBytes(String) - Static method in class io.nem.core.utils.Base64Encoder
-
Converts a string to a byte array.
- getBytes(String) - Static method in class io.nem.core.utils.HexEncoder
-
Converts a hex string to a byte array.
- getBytes(String) - Static method in class io.nem.core.utils.StringEncoder
-
Converts a string to a UTF-8 byte array.
- getChannel() - Method in class io.nem.sdk.infrastructure.ListenerMessage
-
- getColumn() - Method in class io.nem.core.math.MatrixElement
-
Gets the column index.
- getColumnCount() - Method in class io.nem.core.math.Matrix
-
Gets the number of columns.
- getColumnSumVector() - Method in class io.nem.core.math.Matrix
-
Gets a vector containing the sums of each matrix column.
- getCoordinateSystem() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the coordinate system for the group element.
- getCosignatories() - Method in class io.nem.sdk.infrastructure.Multisig
-
Get cosignatories
- getCosignatories() - Method in class io.nem.sdk.model.account.MultisigAccountInfo
-
Returns multisig account cosignatories.
- getCosignatoryPublicAccount() - Method in class io.nem.sdk.model.transaction.MultisigCosignatoryModification
-
Returns cosignatory public account.
- getCosignatures() - Method in class io.nem.sdk.model.transaction.AggregateTransaction
-
Returns list of transaction cosigners signatures.
- getCurve() - Method in interface io.nem.core.crypto.CryptoEngine
-
Return The underlying curve.
- getCurve() - Method in class io.nem.core.crypto.ed25519.Ed25519CryptoEngine
-
- getDeadline() - Method in class io.nem.sdk.model.transaction.Transaction
-
Returns the deadline to include the transaction.
- getDeadline() - Method in class io.nem.sdk.model.transaction.TransactionStatus
-
Returns transaction deadline.
- getDeadline() - Method in class io.nem.sdk.model.transaction.TransactionStatusError
-
Returns transaction deadline.
- getDecimalFormat(int) - Static method in class io.nem.core.utils.FormatUtils
-
Gets a decimal format that with the desired number of decimal places.
- getDefaultDecimalFormat() - Static method in class io.nem.core.utils.FormatUtils
-
Gets a default decimal format that should be used for formatting decimal values.
- getDelta() - Method in class io.nem.sdk.model.transaction.MosaicSupplyChangeTransaction
-
Returns amount of mosaics added or removed.
- getDepth() - Method in class io.nem.sdk.infrastructure.NamespaceDTO
-
Get depth
- getDepth() - Method in class io.nem.sdk.model.namespace.NamespaceInfo
-
Returns the namespace level depth
- getDifficulty() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns POI difficulty to harvest a block.
- getDivisibility() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
Returns the mosaic divisibility
- getDivisibility() - Method in class io.nem.sdk.model.mosaic.MosaicProperties
-
Returns the mosaic divisibility.
- getDuration() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
Return the number of blocks from height it will be active
- getDuration() - Method in class io.nem.sdk.model.mosaic.MosaicProperties
-
Returns the number of blocks from height it will be active
- getDuration() - Method in class io.nem.sdk.model.transaction.LockFundsTransaction
-
Returns funds lock duration in number of blocks.
- getDuration() - Method in class io.nem.sdk.model.transaction.RegisterNamespaceTransaction
-
Returns number of blocks a namespace is active.
- getDuration() - Method in class io.nem.sdk.model.transaction.SecretLockTransaction
-
Returns duration for the funds to be released or returned.
- getElementCount() - Method in class io.nem.core.math.Matrix
-
Gets the number of elements.
- getEndHeight() - Method in class io.nem.sdk.infrastructure.NamespaceDTO
-
Get endHeight
- getEndHeight() - Method in class io.nem.sdk.model.namespace.NamespaceInfo
-
Returns the block height the namespace expires if not renewed
- getFee() - Method in class io.nem.sdk.model.transaction.Transaction
-
Returns the fee for the transaction.
- getFullName() - Method in class io.nem.sdk.model.mosaic.MosaicId
-
Returns optional mosaic full name, with namespace name (ex: nem:xem)
- getFullName() - Method in class io.nem.sdk.model.namespace.NamespaceId
-
Returns optional namespace full name, with subnamespaces if it's the case.
- getGenerationHash() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns block generation hash.
- getGroup() - Method in class io.nem.sdk.model.transaction.TransactionStatus
-
Returns transaction status group "failed", "unconfirmed", "confirmed", etc...
- getGroupOrder() - Method in interface io.nem.core.crypto.Curve
-
Gets the group order.
- getGroupOrder() - Method in class io.nem.core.crypto.ed25519.Ed25519Curve
-
- getHalfGroupOrder() - Method in interface io.nem.core.crypto.Curve
-
Gets the group order / 2.
- getHalfGroupOrder() - Method in class io.nem.core.crypto.ed25519.Ed25519Curve
-
- getHash() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns block hash.
- getHash() - Method in class io.nem.sdk.model.transaction.SignedTransaction
-
Returns transaction hash.
- getHash() - Method in class io.nem.sdk.model.transaction.TransactionInfo
-
Returns transaction hash.
- getHash() - Method in class io.nem.sdk.model.transaction.TransactionStatus
-
Returns transaction hash.
- getHash() - Method in class io.nem.sdk.model.transaction.TransactionStatusError
-
Returns transaction hash.
- getHashType() - Method in class io.nem.sdk.model.transaction.SecretLockTransaction
-
Returns the hash algorithm, secret is generated with.
- getHashType() - Method in class io.nem.sdk.model.transaction.SecretProofTransaction
-
Returns the hash algorithm secret is generated with.
- getHeight() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns height of which the block was confirmed.
- getHeight() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
Returns the block height it was created
- getHeight() - Method in class io.nem.sdk.model.transaction.TransactionInfo
-
Returns block height in which the transaction was included.
- getHeight() - Method in class io.nem.sdk.model.transaction.TransactionStatus
-
Returns height of the block at which it was confirmed or rejected.
- getHighestBit() - Method in class io.nem.core.math.SparseBitmap
-
Gets the highest bit that is set in the bitmap.
- getId() - Method in class io.nem.sdk.infrastructure.QueryParams
-
Returns id after which we want objects to be returned.
- getId() - Method in class io.nem.sdk.model.mosaic.Mosaic
-
Returns the mosaic identifier
- getId() - Method in class io.nem.sdk.model.mosaic.MosaicId
-
Returns mosaic biginteger id
- getId() - Method in class io.nem.sdk.model.namespace.NamespaceId
-
Returns namespace biginteger id
- getId() - Method in class io.nem.sdk.model.namespace.NamespaceInfo
-
Returns the NamespaceId
- getId() - Method in class io.nem.sdk.model.transaction.TransactionInfo
-
Returns transaction id.
- getImportance() - Method in class io.nem.sdk.model.account.AccountInfo
-
Returns importance of the account.
- getImportanceHeight() - Method in class io.nem.sdk.model.account.AccountInfo
-
Returns importance height of the account.
- getIndex() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
- getIndex() - Method in class io.nem.sdk.model.namespace.NamespaceInfo
-
- getIndex() - Method in class io.nem.sdk.model.transaction.TransactionInfo
-
Returns index representing either transaction index/position within block or within an aggregate transaction.
- getInnerTransactions() - Method in class io.nem.sdk.model.transaction.AggregateTransaction
-
Returns list of innerTransactions included in the aggregate transaction.
- getInstant() - Method in class io.nem.sdk.model.transaction.Deadline
-
Returns number of seconds elapsed since the creation of the nemesis block.
- getItem(TKey, TKey) - Method in class io.nem.core.utils.AbstractTwoLevelMap
-
Gets the TValue associated with key1 and key2.
- getItems(TKey) - Method in class io.nem.core.utils.AbstractTwoLevelMap
-
Gets the (TKey, TValue) map associated with key.
- getKeyPair() - Method in class io.nem.core.crypto.ed25519.Ed25519DsaSigner
-
Gets the underlying key pair.
- getKeyPair() - Method in class io.nem.sdk.model.account.Account
-
Account keyPair containing public and private key.
- getLevel0() - Method in class io.nem.sdk.infrastructure.NamespaceDTO
-
Get level0
- getLevel1() - Method in class io.nem.sdk.infrastructure.NamespaceDTO
-
Get level1
- getLevel2() - Method in class io.nem.sdk.infrastructure.NamespaceDTO
-
Get level2
- getLevels() - Method in class io.nem.sdk.model.namespace.NamespaceInfo
-
Returns the different NamespaceIds per level
- getLevelsNumber() - Method in class io.nem.sdk.model.account.MultisigAccountGraphInfo
-
Returns multisig accounts levels number.
- getLocalDateTime(ZoneId) - Method in class io.nem.sdk.model.transaction.Deadline
-
Returns deadline as local date time in a given timezone.
- getLocalDateTime() - Method in class io.nem.sdk.model.transaction.Deadline
-
Returns deadline as local date time.
- getMagnitude() - Method in class io.nem.core.math.ColumnVector
-
Gets the magnitude of this vector.
- getMerkleComponentHash() - Method in class io.nem.sdk.model.transaction.TransactionInfo
-
Returns transaction merkle component hash.
- getMessage() - Method in class io.nem.sdk.infrastructure.ListenerMessage
-
- getMessage() - Method in class io.nem.sdk.model.transaction.TransactionAnnounceResponse
-
Returns success or error message.
- getMessage() - Method in class io.nem.sdk.model.transaction.TransferTransaction
-
Returns transaction message.
- getMetaId() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
- getMetaId() - Method in class io.nem.sdk.model.namespace.NamespaceInfo
-
- getMinApproval() - Method in class io.nem.sdk.infrastructure.Multisig
-
Get minApproval
- getMinApproval() - Method in class io.nem.sdk.model.account.MultisigAccountInfo
-
Returns number of signatures needed to approve a transaction.
- getMinApprovalDelta() - Method in class io.nem.sdk.model.transaction.ModifyMultisigAccountTransaction
-
Return number of signatures needed to approve a transaction.
- getMinRemoval() - Method in class io.nem.sdk.infrastructure.Multisig
-
Get minRemoval
- getMinRemoval() - Method in class io.nem.sdk.model.account.MultisigAccountInfo
-
Returns number of signatures needed to remove a cosignatory.
- getMinRemovalDelta() - Method in class io.nem.sdk.model.transaction.ModifyMultisigAccountTransaction
-
Return number of signatures needed to remove a cosignatory.
- getModifications() - Method in class io.nem.sdk.model.transaction.ModifyMultisigAccountTransaction
-
The List of cosigner accounts added or removed from the multi-signature account.
- getMosaic(MosaicId) - Method in class io.nem.sdk.infrastructure.MosaicHttp
-
- getMosaic(MosaicId) - Method in interface io.nem.sdk.infrastructure.MosaicRepository
-
Gets a MosaicInfo for a given mosaicId
- getMosaic() - Method in class io.nem.sdk.model.transaction.LockFundsTransaction
-
Returns locked mosaic.
- getMosaic() - Method in class io.nem.sdk.model.transaction.SecretLockTransaction
-
Returns locked mosaic.
- getMosaicId() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
Returns the mosaic id
- getMosaicId() - Method in class io.nem.sdk.model.mosaic.MosaicName
-
Returns mosaic identifier
- getMosaicId() - Method in class io.nem.sdk.model.transaction.MosaicDefinitionTransaction
-
Returns mosaic id generated from namespace name and mosaic name.
- getMosaicId() - Method in class io.nem.sdk.model.transaction.MosaicSupplyChangeTransaction
-
Returns mosaic id.
- getMosaicName() - Method in class io.nem.sdk.model.transaction.MosaicDefinitionTransaction
-
Returns mosaic name.
- getMosaicNames(List<MosaicId>) - Method in class io.nem.sdk.infrastructure.MosaicHttp
-
- getMosaicNames(List<MosaicId>) - Method in interface io.nem.sdk.infrastructure.MosaicRepository
-
Gets list of MosaicName for different mosaicIds.
- getMosaicProperties() - Method in class io.nem.sdk.model.transaction.MosaicDefinitionTransaction
-
Returns mosaic properties defining mosaic.
- getMosaics(List<MosaicId>) - Method in class io.nem.sdk.infrastructure.MosaicHttp
-
- getMosaics(List<MosaicId>) - Method in interface io.nem.sdk.infrastructure.MosaicRepository
-
Gets MosaicInfo for different mosaicIds.
- getMosaics() - Method in class io.nem.sdk.model.account.AccountInfo
-
Returns mosaics hold by the account.
- getMosaics() - Method in class io.nem.sdk.model.transaction.TransferTransaction
-
Returns list of mosaic objects.
- getMosaicsFromNamespace(NamespaceId, QueryParams) - Method in class io.nem.sdk.infrastructure.MosaicHttp
-
- getMosaicsFromNamespace(NamespaceId) - Method in class io.nem.sdk.infrastructure.MosaicHttp
-
- getMosaicsFromNamespace(NamespaceId, QueryParams) - Method in interface io.nem.sdk.infrastructure.MosaicRepository
-
Gets list of MosaicInfo from mosaics created with provided namespace.
- getMosaicsFromNamespace(NamespaceId) - Method in interface io.nem.sdk.infrastructure.MosaicRepository
-
Gets list of MosaicInfo from mosaics created with provided namespace.
- getMosaicSupplyType() - Method in class io.nem.sdk.model.transaction.MosaicSupplyChangeTransaction
-
Returns mosaic supply type.
- getMultisigAccountGraphInfo(Address) - Method in class io.nem.sdk.infrastructure.AccountHttp
-
- getMultisigAccountGraphInfo(Address) - Method in interface io.nem.sdk.infrastructure.AccountRepository
-
Gets a MultisigAccountGraphInfo for an account.
- getMultisigAccountInfo(Address) - Method in class io.nem.sdk.infrastructure.AccountHttp
-
- getMultisigAccountInfo(Address) - Method in interface io.nem.sdk.infrastructure.AccountRepository
-
Gets a MultisigAccountInfo for an account.
- getMultisigAccounts() - Method in class io.nem.sdk.infrastructure.Multisig
-
Get multisigAccounts
- getMultisigAccounts() - Method in class io.nem.sdk.model.account.MultisigAccountGraphInfo
-
Returns multisig accounts.
- getMultisigAccounts() - Method in class io.nem.sdk.model.account.MultisigAccountInfo
-
Returns multisig accounts this account is cosigner of.
- getName() - Method in interface io.nem.core.crypto.Curve
-
Gets the name of the curve.
- getName() - Method in class io.nem.core.crypto.ed25519.Ed25519Curve
-
- getName() - Method in class io.nem.sdk.model.mosaic.MosaicName
-
Returns mosaic name
- getName() - Method in class io.nem.sdk.model.namespace.NamespaceName
-
Returns the namespace name
- getNamespace(NamespaceId) - Method in class io.nem.sdk.infrastructure.NamespaceHttp
-
- getNamespace(NamespaceId) - Method in interface io.nem.sdk.infrastructure.NamespaceRepository
-
Gets the NamespaceInfo for a given namespaceId.
- getNamespaceId() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
Returns the namespace id it belongs to
- getNamespaceId() - Method in class io.nem.sdk.model.namespace.NamespaceName
-
Returns the namespace id
- getNamespaceId() - Method in class io.nem.sdk.model.transaction.MosaicDefinitionTransaction
-
Returns namespace id generated from namespace name.
- getNamespaceId() - Method in class io.nem.sdk.model.transaction.RegisterNamespaceTransaction
-
Returns id of the namespace derived from namespaceName.
- getNamespaceName() - Method in class io.nem.sdk.model.transaction.RegisterNamespaceTransaction
-
Returns namespace name.
- getNamespaceNames(List<NamespaceId>) - Method in class io.nem.sdk.infrastructure.NamespaceHttp
-
- getNamespaceNames(List<NamespaceId>) - Method in interface io.nem.sdk.infrastructure.NamespaceRepository
-
Gets list of NamespaceName for different namespaceIds.
- getNamespacesFromAccount(Address, QueryParams) - Method in class io.nem.sdk.infrastructure.NamespaceHttp
-
- getNamespacesFromAccount(Address) - Method in class io.nem.sdk.infrastructure.NamespaceHttp
-
- getNamespacesFromAccount(Address, QueryParams) - Method in interface io.nem.sdk.infrastructure.NamespaceRepository
-
Gets list of NamespaceInfo for an account.
- getNamespacesFromAccount(Address) - Method in interface io.nem.sdk.infrastructure.NamespaceRepository
-
Gets list of NamespaceInfo for an account.
- getNamespacesFromAccounts(List<Address>, QueryParams) - Method in class io.nem.sdk.infrastructure.NamespaceHttp
-
- getNamespacesFromAccounts(List<Address>) - Method in class io.nem.sdk.infrastructure.NamespaceHttp
-
- getNamespacesFromAccounts(List<Address>, QueryParams) - Method in interface io.nem.sdk.infrastructure.NamespaceRepository
-
Gets list of NamespaceInfo for different account.
- getNamespacesFromAccounts(List<Address>) - Method in interface io.nem.sdk.infrastructure.NamespaceRepository
-
Gets list of NamespaceInfo for different account.
- getNamespaceType() - Method in class io.nem.sdk.model.transaction.RegisterNamespaceTransaction
-
Returns namespace type either RootNamespace or SubNamespace.
- getNetworkType() - Method in class io.nem.sdk.infrastructure.NetworkHttp
-
- getNetworkType() - Method in interface io.nem.sdk.infrastructure.NetworkRepository
-
Get current network type.
- getNetworkType() - Method in class io.nem.sdk.model.account.Address
-
Returns network type.
- getNetworkType() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns network type.
- getNetworkType() - Method in class io.nem.sdk.model.transaction.Transaction
-
Returns the network type.
- getNonZeroColumnCount(int) - Method in class io.nem.core.math.SparseMatrix
-
Gets the number of non zero columns of a row.
- getNonZeroElementRowIterator(int) - Method in class io.nem.core.math.DenseMatrix
-
- getNonZeroElementRowIterator(int) - Method in class io.nem.core.math.Matrix
-
Gets the non-zero matrix row element iterator for a given row index.
- getNonZeroElementRowIterator(int) - Method in class io.nem.core.math.SparseMatrix
-
- getNumAccounts() - Method in class io.nem.sdk.model.blockchain.BlockchainStorageInfo
-
Returns number of accounts published in the blockchain.
- getNumBlocks() - Method in class io.nem.sdk.model.blockchain.BlockchainStorageInfo
-
Returns number of confirmed blocks.
- getNumEntries() - Method in class io.nem.core.math.SparseMatrix
-
Returns the number of entries (values that have been set) in this sparse matrix.
- getNumTransactions() - Method in class io.nem.sdk.model.blockchain.BlockchainStorageInfo
-
Returns number of confirmed transactions.
- getNumTransactions() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns number of transactions included the block.
- getOwner() - Method in class io.nem.sdk.infrastructure.NamespaceDTO
-
Get owner
- getOwner() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
Returns the mosaic account owner
- getOwner() - Method in class io.nem.sdk.model.namespace.NamespaceInfo
-
Returns the mosaic owner account
- getOwnerAddress() - Method in class io.nem.sdk.infrastructure.NamespaceDTO
-
Get ownerAddress
- getPageSize() - Method in class io.nem.sdk.infrastructure.QueryParams
-
Returns page size between 10 and 100, otherwise 10.
- getParentHash() - Method in class io.nem.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.sdk.infrastructure.NamespaceDTO
-
Get parentId
- getParentId() - Method in class io.nem.sdk.model.mosaic.MosaicName
-
Returns namespace identifier it belongs to
- getParentId() - Method in class io.nem.sdk.model.namespace.NamespaceName
-
Returns an optional that could contain the parent namespace id
- getParentId() - Method in class io.nem.sdk.model.transaction.RegisterNamespaceTransaction
-
The id of the parent sub namespace.
- getPayload() - Method in class io.nem.sdk.model.transaction.Message
-
Returns message payload.
- getPayload() - Method in class io.nem.sdk.model.transaction.SignedTransaction
-
Returns transaction serialized data.
- getPrecomputedForDouble() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the table with the precomputed group elements for double scalar multiplication.
- getPrecomputedForSingle() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the table with the precomputed group elements for single scalar multiplication.
- getPreviousBlockHash() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns the last block hash.
- getPrivateKey() - Method in class io.nem.core.crypto.KeyPair
-
Gets the private key.
- getPrivateKey() - Method in class io.nem.sdk.model.account.Account
-
Account private key.
- getProof() - Method in class io.nem.sdk.model.transaction.SecretProofTransaction
-
Returns proof.
- getPublicAccount() - Method in class io.nem.sdk.model.account.Account
-
Public account.
- getPublicAccount() - Method in class io.nem.sdk.model.account.AccountInfo
-
Returns height when the address was published.
- getPublicKey() - Method in class io.nem.core.crypto.KeyPair
-
Gets the public key.
- getPublicKey() - Method in class io.nem.sdk.model.account.Account
-
Account public key.
- getPublicKey() - Method in class io.nem.sdk.model.account.AccountInfo
-
Returns public key of the account.
- getPublicKey() - Method in class io.nem.sdk.model.account.PublicAccount
-
Return account public key.
- getPublicKeyHeight() - Method in class io.nem.sdk.model.account.AccountInfo
-
Returns height when the public key was published.
- getR() - Method in class io.nem.core.crypto.Signature
-
Gets the r-part of the signature.
- getRaw() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519EncodedFieldElement
-
Gets the underlying byte array.
- getRaw() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519EncodedGroupElement
-
Gets the underlying byte array.
- getRaw() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519FieldElement
-
Gets the underlying int array.
- getRaw() - Method in class io.nem.core.crypto.PrivateKey
-
Gets the raw private key value.
- getRaw() - Method in class io.nem.core.crypto.PublicKey
-
Gets the raw public key value.
- getRaw() - Method in class io.nem.core.math.ColumnVector
-
Gets the underlying, raw array.
- getRaw() - Method in class io.nem.core.math.DenseMatrix
-
Gets the underlying, raw array.
- getReasonPhrase() - Method in enum io.nem.core.utils.HttpStatus
-
Return the reason phrase of this status code.
- getRecipient() - Method in class io.nem.sdk.model.transaction.SecretLockTransaction
-
Returns the recipient of the funds.
- getRecipient() - Method in class io.nem.sdk.model.transaction.TransferTransaction
-
Returns address of the recipient.
- getRootAsLockFundsTransactionBuffer(ByteBuffer) - Static method in class io.nem.sdk.model.transaction.LockFundsTransactionBuffer
-
- getRootAsLockFundsTransactionBuffer(ByteBuffer, LockFundsTransactionBuffer) - Static method in class io.nem.sdk.model.transaction.LockFundsTransactionBuffer
-
- getRootAsMosaicBuffer(ByteBuffer) - Static method in class io.nem.sdk.model.transaction.MosaicBuffer
-
- getRootAsMosaicBuffer(ByteBuffer, MosaicBuffer) - Static method in class io.nem.sdk.model.transaction.MosaicBuffer
-
- getRootAsSecretLockTransactionBuffer(ByteBuffer) - Static method in class io.nem.sdk.model.transaction.SecretLockTransactionBuffer
-
- getRootAsSecretLockTransactionBuffer(ByteBuffer, SecretLockTransactionBuffer) - Static method in class io.nem.sdk.model.transaction.SecretLockTransactionBuffer
-
- getRootAsSecretProofTransactionBuffer(ByteBuffer) - Static method in class io.nem.sdk.model.transaction.SecretProofTransactionBuffer
-
- getRootAsSecretProofTransactionBuffer(ByteBuffer, SecretProofTransactionBuffer) - Static method in class io.nem.sdk.model.transaction.SecretProofTransactionBuffer
-
- getRow() - Method in class io.nem.core.math.MatrixElement
-
Gets the row index.
- getRowCapacity(int) - Method in class io.nem.core.math.SparseMatrix
-
Gets the capacity of a row.
- getRowCount() - Method in class io.nem.core.math.Matrix
-
Gets the number of rows.
- getRowSumVector() - Method in class io.nem.core.math.Matrix
-
Gets a vector containing the sums of each matrix row.
- getS() - Method in class io.nem.core.crypto.Signature
-
Gets the s-part of the signature.
- getSecret() - Method in class io.nem.sdk.model.transaction.SecretLockTransaction
-
Returns the proof hashed.
- getSecret() - Method in class io.nem.sdk.model.transaction.SecretProofTransaction
-
Returns the proof hashed.
- getSignature() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns The block signature.
- getSignature() - Method in class io.nem.sdk.model.transaction.AggregateTransactionCosignature
-
Returns the signature of aggregate transaction done by the cosigner.
- getSignature() - Method in class io.nem.sdk.model.transaction.CosignatureSignedTransaction
-
Returns signatures generated by signing the parent aggregate transaction hash.
- getSignature() - Method in class io.nem.sdk.model.transaction.Transaction
-
Returns the transaction signature (missing if part of an aggregate transaction).
- getSignedTransaction() - Method in class io.nem.sdk.model.transaction.LockFundsTransaction
-
Returns signed transaction for which funds are locked.
- getSigner() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns public account of block harvester.
- getSigner() - Method in class io.nem.sdk.model.transaction.AggregateTransactionCosignature
-
Returns cosigner public account.
- getSigner() - Method in class io.nem.sdk.model.transaction.CosignatureSignedTransaction
-
Returns signer of the cosignature transaction.
- getSigner() - Method in class io.nem.sdk.model.transaction.Transaction
-
Returns the transaction creator public account.
- getStartHeight() - Method in class io.nem.sdk.infrastructure.NamespaceDTO
-
Get startHeight
- getStartHeight() - Method in class io.nem.sdk.model.namespace.NamespaceInfo
-
Returns the block height the namespace was registered
- getStatus() - Method in class io.nem.sdk.model.transaction.TransactionStatus
-
Returns transaction status being the error name in case of failure and success otherwise.
- getStatus() - Method in class io.nem.sdk.model.transaction.TransactionStatusError
-
Returns transaction status error when transaction fails.
- getString(byte[]) - Static method in class io.nem.core.utils.Base32Encoder
-
Converts a byte array to a Base32 string.
- getString(byte[]) - Static method in class io.nem.core.utils.Base64Encoder
-
Converts a byte array to a Base64 string.
- getString(byte[]) - Static method in class io.nem.core.utils.HexEncoder
-
Converts a byte array to a hex string.
- getString(byte[]) - Static method in class io.nem.core.utils.StringEncoder
-
Converts a UTF-8 byte array to a string.
- getSubscribe() - Method in class io.nem.sdk.infrastructure.ListenerSubscribeMessage
-
- getSupply() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
Returns the total mosaic supply
- getT() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the T value of the group element.
- getTimestamp() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns the number of seconds elapsed since the creation of the nemesis blockchain.
- getTotalFee() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns total fee paid to the account harvesting the block.
- getTransaction(String) - Method in class io.nem.sdk.infrastructure.TransactionHttp
-
- getTransaction(String) - Method in interface io.nem.sdk.infrastructure.TransactionRepository
-
Gets a transaction for a given hash.
- getTransactionInfo() - Method in class io.nem.sdk.model.transaction.Transaction
-
Returns meta data object contains additional information about the transaction.
- getTransactions(List<String>) - Method in class io.nem.sdk.infrastructure.TransactionHttp
-
- getTransactions(List<String>) - Method in interface io.nem.sdk.infrastructure.TransactionRepository
-
Gets an list of transactions for different transaction hashes.
- getTransactionStatus(String) - Method in class io.nem.sdk.infrastructure.TransactionHttp
-
- getTransactionStatus(String) - Method in interface io.nem.sdk.infrastructure.TransactionRepository
-
Gets a transaction status for a transaction hash.
- getTransactionStatuses(List<String>) - Method in class io.nem.sdk.infrastructure.TransactionHttp
-
- getTransactionStatuses(List<String>) - Method in interface io.nem.sdk.infrastructure.TransactionRepository
-
Gets an list of transaction status for different transaction hashes.
- getTransactionToCosign() - Method in class io.nem.sdk.model.transaction.CosignatureTransaction
-
Returns transaction to cosign.
- getType() - Method in class io.nem.sdk.infrastructure.NamespaceDTO
-
Get type
- getType() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns block transaction type.
- getType() - Method in class io.nem.sdk.model.namespace.NamespaceInfo
-
Returns the namespace type
- getType() - Method in class io.nem.sdk.model.transaction.Message
-
Returns message type.
- getType() - Method in class io.nem.sdk.model.transaction.MultisigCosignatoryModification
-
Returns multisig modification type.
- getType() - Method in class io.nem.sdk.model.transaction.SignedTransaction
-
Returns transaction type.
- getType() - Method in class io.nem.sdk.model.transaction.Transaction
-
Returns the transaction type.
- getUID() - Method in class io.nem.sdk.infrastructure.Listener
-
// TODO: should we remove it?
- getUid() - Method in class io.nem.sdk.infrastructure.ListenerSubscribeMessage
-
- getValue() - Method in class io.nem.core.math.MatrixElement
-
Gets the value.
- getValue() - Method in enum io.nem.sdk.model.blockchain.NetworkType
-
Returns enum value.
- getValue() - Method in enum io.nem.sdk.model.mosaic.MosaicSupplyType
-
- getValue() - Method in enum io.nem.sdk.model.namespace.NamespaceType
-
- getValue() - Method in enum io.nem.sdk.model.transaction.HashType
-
- getValue() - Method in enum io.nem.sdk.model.transaction.MultisigCosignatoryModificationType
-
Returns enum value.
- getValue() - Method in enum io.nem.sdk.model.transaction.TransactionType
-
Returns enum value.
- getVersion() - Method in class io.nem.sdk.model.blockchain.BlockInfo
-
Returns block transaction version.
- getVersion() - Method in class io.nem.sdk.model.transaction.Transaction
-
Returns the transaction version.
- getX() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the X value of the group element.
- getY() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the Y value of the group element.
- getZ() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets the Z value of the group element.
- GROUP_ORDER - Static variable in class io.nem.core.crypto.ed25519.arithmetic.Ed25519Group
-
2^252 - 27742317777372353535851937790883648493
- I - Static variable in class io.nem.core.crypto.ed25519.arithmetic.Ed25519Field
-
I ^ 2 = -1
- id(int) - Method in class io.nem.sdk.model.transaction.MosaicBuffer
-
- idAsByteBuffer() - Method in class io.nem.sdk.model.transaction.MosaicBuffer
-
- IdGenerator - Class in io.nem.sdk.model.transaction
-
- IdGenerator() - Constructor for class io.nem.sdk.model.transaction.IdGenerator
-
- idLength() - Method in class io.nem.sdk.model.transaction.MosaicBuffer
-
- IllegalIdentifierException - Exception in io.nem.sdk.model.mosaic
-
IllegalIdentifierException is thrown when a Namespace Name or Mosaic Name is not valid.
- IllegalIdentifierException() - Constructor for exception io.nem.sdk.model.mosaic.IllegalIdentifierException
-
- IllegalIdentifierException(String) - Constructor for exception io.nem.sdk.model.mosaic.IllegalIdentifierException
-
- IllegalIdentifierException(String, Throwable) - Constructor for exception io.nem.sdk.model.mosaic.IllegalIdentifierException
-
- IllegalIdentifierException(Throwable) - Constructor for exception io.nem.sdk.model.mosaic.IllegalIdentifierException
-
- IllegalIdentifierException(String, Throwable, boolean, boolean) - Constructor for exception io.nem.sdk.model.mosaic.IllegalIdentifierException
-
- incomingTransactions(PublicAccount) - Method in class io.nem.sdk.infrastructure.AccountHttp
-
- incomingTransactions(PublicAccount, QueryParams) - Method in class io.nem.sdk.infrastructure.AccountHttp
-
- incomingTransactions(PublicAccount) - Method in interface io.nem.sdk.infrastructure.AccountRepository
-
Gets an list of transactions for which an account is the recipient of a transaction.
- incomingTransactions(PublicAccount, QueryParams) - Method in interface io.nem.sdk.infrastructure.AccountRepository
-
Gets an list of transactions for which an account is the recipient of a transaction.
- incrementAt(int, double) - Method in class io.nem.core.math.ColumnVector
-
Increments at the specified index by a value.
- incrementAt(int, int, double) - Method in class io.nem.core.math.Matrix
-
Increments a value at the specified row and column by the given val.
- INITIALSUPPLY - Static variable in class io.nem.sdk.model.mosaic.XEM
-
Initial supply
- inRange(int, String, int, int) - Static method in class io.nem.core.utils.MustBe
-
Throws an exception if the specified integer value is not in the specified inclusive range.
- inRange(long, String, long, long) - Static method in class io.nem.core.utils.MustBe
-
Throws an exception if the specified long value is not in the specified inclusive range.
- intToBytes(int) - Static method in class io.nem.core.utils.ByteUtils
-
Converts an int value into an array of 4 bytes.
- invert() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519FieldElement
-
Invert this field element and return the result.
- io.nem.core.crypto - package io.nem.core.crypto
-
- io.nem.core.crypto.ed25519 - package io.nem.core.crypto.ed25519
-
- io.nem.core.crypto.ed25519.arithmetic - package io.nem.core.crypto.ed25519.arithmetic
-
- io.nem.core.math - package io.nem.core.math
-
- io.nem.core.utils - package io.nem.core.utils
-
- io.nem.sdk.infrastructure - package io.nem.sdk.infrastructure
-
- io.nem.sdk.model.account - package io.nem.sdk.model.account
-
- io.nem.sdk.model.blockchain - package io.nem.sdk.model.blockchain
-
- io.nem.sdk.model.mosaic - package io.nem.sdk.model.mosaic
-
- io.nem.sdk.model.namespace - package io.nem.sdk.model.namespace
-
- io.nem.sdk.model.transaction - package io.nem.sdk.model.transaction
-
- isActive() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
Returns true if the mosaic is active
- isActive() - Method in class io.nem.sdk.model.namespace.NamespaceInfo
-
Returns true if namespace is active
- isCanonicalSignature(Signature) - Method in interface io.nem.core.crypto.DsaSigner
-
Determines if the signature is canonical.
- isCanonicalSignature(Signature) - Method in class io.nem.core.crypto.ed25519.Ed25519DsaSigner
-
- isCanonicalSignature(Signature) - Method in class io.nem.core.crypto.Signer
-
- isConfirmed() - Method in class io.nem.sdk.model.transaction.Transaction
-
Return if a transaction is included in a block.
- isCosignerOfMultisigAccount(PublicAccount) - Method in class io.nem.sdk.model.account.MultisigAccountInfo
-
Checks if the multisig account is cosignatory of an account.
- isEqualConstantTime(byte[], byte[]) - Static method in class io.nem.core.utils.ArrayUtils
-
Constant-time byte[] comparison.
- isEqualConstantTime(int, int) - Static method in class io.nem.core.utils.ByteUtils
-
Constant-time byte comparison.
- isExpired() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
Returns true if the mosaic is expired
- isExpired() - Method in class io.nem.sdk.model.namespace.NamespaceInfo
-
Returns the namespace expiration status
- isKeyCompressed(PublicKey) - Method in class io.nem.core.crypto.ed25519.Ed25519KeyAnalyzer
-
- isKeyCompressed(PublicKey) - Method in interface io.nem.core.crypto.KeyAnalyzer
-
Gets a value indicating whether or not the public key is compressed.
- isLevyMutable() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
Returns if the mosaic levy is mutable
- isLevyMutable() - Method in class io.nem.sdk.model.mosaic.MosaicProperties
-
Returns true if the mosaic levy is mutable
- isLocked(File) - Static method in class io.nem.core.utils.LockFile
-
Determines whether or not the specified file is locked.
- isMultisig() - Method in class io.nem.sdk.model.account.MultisigAccountInfo
-
Checks if the account is a multisig account.
- isNegative() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519EncodedFieldElement
-
Return true if this is in {1,3,5,...,q-2}
Return false if this is in {0,2,4,...,q-1}
Preconditions:
|x| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc.
- isNegative() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519FieldElement
-
Return true if this is in {1,3,5,...,q-2}
Return false if this is in {0,2,4,...,q-1}
- isNegativeConstantTime(int) - Static method in class io.nem.core.utils.ByteUtils
-
Constant-time check if byte is negative.
- isNonZero() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519EncodedFieldElement
-
Gets a value indicating whether or not the field element is non-zero.
- isNonZero() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519FieldElement
-
Gets a value indicating whether or not the field element is non-zero.
- isNullOrEmpty(String) - Static method in class io.nem.core.utils.StringUtils
-
Determines if the specified string is null or empty.
- isNullOrWhitespace(String) - Static method in class io.nem.core.utils.StringUtils
-
Determines if the specified string is null or whitespace.
- isPrecomputedForDoubleScalarMultiplication() - Method in class io.nem.core.crypto.ed25519.arithmetic.Ed25519GroupElement
-
Gets a value indicating whether or not the group element has a
precomputed table for double scalar multiplication.
- isRoot() - Method in class io.nem.sdk.model.namespace.NamespaceInfo
-
Returns true if namespace is Root
- isSameSize(Matrix) - Method in class io.nem.core.math.Matrix
-
Determines if two this matrix and another matrix have the same dimensions.
- isSubnamespace() - Method in class io.nem.sdk.model.namespace.NamespaceInfo
-
Returns true if namespace is Subnamespace
- isSupplyMutable() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
Returns true if the supply is mutable
- isSupplyMutable() - Method in class io.nem.sdk.model.mosaic.MosaicProperties
-
Returns true if supply is mutable
- isTransferable() - Method in class io.nem.sdk.model.mosaic.MosaicInfo
-
Returns tue if the mosaic is transferable between non-owner accounts
- isTransferable() - Method in class io.nem.sdk.model.mosaic.MosaicProperties
-
Returns true if mosaic is transferable between non-owner accounts
- isUnannounced() - Method in class io.nem.sdk.model.transaction.Transaction
-
Returns if a transaction is not known by the network.
- isUnconfirmed() - Method in class io.nem.sdk.model.transaction.Transaction
-
Returns if a transaction is pending to be included in a block.
- isZeroMatrix() - Method in class io.nem.core.math.Matrix
-
Determines if this matrix is a zero matrix.
- isZeroVector() - Method in class io.nem.core.math.ColumnVector
-
Determines if this vector is a zero vector.
- iterator() - Method in class io.nem.core.math.SparseBitmap
-
- iterator() - Method in class io.nem.core.utils.CircularStack
-