- generateFilename(MultiMap) - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient
-
Create a filename from the given headers.
- generationHash(String) - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockMetaDTO
-
- generationHash(String) - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkPropertiesDTO
-
- getAccount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountInfoDTO
-
Get account
- getAccountAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigDTO
-
Address expressed in hexadecimal base.
- getAccountConfirmedTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApi
-
- getAccountConfirmedTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApiImpl
-
Get confirmed transactions
Gets an array of transactions for which an account is the sender or receiver.
- getAccountConfirmedTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.AccountRoutesApi
-
Get confirmed transactions
Gets an array of transactions for which an account is the sender or receiver.
- getAccountIncomingTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApi
-
- getAccountIncomingTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApiImpl
-
Get incoming transactions
Gets an array of incoming transactions.
- getAccountIncomingTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.AccountRoutesApi
-
Get incoming transactions
Gets an array of incoming transactions.
- getAccountInfo(String, Handler<AsyncResult<AccountInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApi
-
- getAccountInfo(String, Handler<AsyncResult<AccountInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApiImpl
-
Get account information
Returns the account information.
- getAccountInfo(String, Handler<AsyncResult<AccountInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.AccountRoutesApi
-
Get account information
Returns the account information.
- getAccountlink() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get accountlink
- getAccountMetadata(String, Integer, String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApi
-
- getAccountMetadata(String, Integer, String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApiImpl
-
Get account metadata
Returns the account metadata given an account id.
- getAccountMetadata(String, Integer, String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MetadataRoutesApi
-
Get account metadata
Returns the account metadata given an account id.
- getAccountMetadataByKey(String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApi
-
- getAccountMetadataByKey(String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApiImpl
-
Get account metadata
Returns the account metadata given an account id and a key.
- getAccountMetadataByKey(String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MetadataRoutesApi
-
Get account metadata
Returns the account metadata given an account id and a key.
- getAccountMetadataByKeyAndSender(String, String, String, Handler<AsyncResult<MetadataDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApi
-
- getAccountMetadataByKeyAndSender(String, String, String, Handler<AsyncResult<MetadataDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApiImpl
-
Get account metadata
Returns the account metadata given an account id, a key, and a sender.
- getAccountMetadataByKeyAndSender(String, String, String, Handler<AsyncResult<MetadataDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MetadataRoutesApi
-
Get account metadata
Returns the account metadata given an account id, a key, and a sender.
- getAccountMultisig(String, Handler<AsyncResult<MultisigAccountInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MultisigRoutesApi
-
- getAccountMultisig(String, Handler<AsyncResult<MultisigAccountInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MultisigRoutesApiImpl
-
Get multisig account information
Returns the multisig account information.
- getAccountMultisig(String, Handler<AsyncResult<MultisigAccountInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MultisigRoutesApi
-
Get multisig account information
Returns the multisig account information.
- getAccountMultisigGraph(String, Handler<AsyncResult<List<MultisigAccountGraphInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MultisigRoutesApi
-
- getAccountMultisigGraph(String, Handler<AsyncResult<List<MultisigAccountGraphInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MultisigRoutesApiImpl
-
Get multisig account graph information
Returns the multisig account graph.
- getAccountMultisigGraph(String, Handler<AsyncResult<List<MultisigAccountGraphInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MultisigRoutesApi
-
Get multisig account graph information
Returns the multisig account graph.
- getAccountNames() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountsNamesDTO
-
Array of account names.
- getAccountOutgoingTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApi
-
- getAccountOutgoingTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApiImpl
-
Get outgoing transactions
Gets an array of outgoing transactions.
- getAccountOutgoingTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.AccountRoutesApi
-
Get outgoing transactions
Gets an array of outgoing transactions.
- getAccountPartialTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApi
-
- getAccountPartialTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApiImpl
-
Get aggregate bonded transactions information
Gets an array of aggregate bonded transactions where the account is the sender or requires to cosign the transaction.
- getAccountPartialTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.AccountRoutesApi
-
Get aggregate bonded transactions information
Gets an array of aggregate bonded transactions where the account is the sender or requires to cosign the transaction.
- getAccountPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigDTO
-
Public key.
- getAccountRestrictions(String, Handler<AsyncResult<AccountRestrictionsInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.RestrictionAccountRoutesApi
-
- getAccountRestrictions(String, Handler<AsyncResult<AccountRestrictionsInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.RestrictionAccountRoutesApiImpl
-
Get the account restrictions
Returns the account restrictions for a given account.
- getAccountRestrictions(String, Handler<AsyncResult<AccountRestrictionsInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.RestrictionAccountRoutesApi
-
Get the account restrictions
Returns the account restrictions for a given account.
- getAccountRestrictions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountRestrictionsInfoDTO
-
Get accountRestrictions
- getAccountRestrictionsFromAccounts(AccountIds, Handler<AsyncResult<List<AccountRestrictionsInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.RestrictionAccountRoutesApi
-
- getAccountRestrictionsFromAccounts(AccountIds, Handler<AsyncResult<List<AccountRestrictionsInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.RestrictionAccountRoutesApiImpl
-
Get account restrictions for given array of addresses
Returns the account restrictions for a given array of addresses.
- getAccountRestrictionsFromAccounts(AccountIds, Handler<AsyncResult<List<AccountRestrictionsInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.RestrictionAccountRoutesApi
-
Get account restrictions for given array of addresses
Returns the account restrictions for a given array of addresses.
- getAccountsInfo(AccountIds, Handler<AsyncResult<List<AccountInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApi
-
- getAccountsInfo(AccountIds, Handler<AsyncResult<List<AccountInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApiImpl
-
Get accounts information
Returns the account information for an array of accounts.
- getAccountsInfo(AccountIds, Handler<AsyncResult<List<AccountInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.AccountRoutesApi
-
Get accounts information
Returns the account information for an array of accounts.
- getAccountsNames(AccountIds, Handler<AsyncResult<AccountsNamesDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApi
-
- getAccountsNames(AccountIds, Handler<AsyncResult<AccountsNamesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApiImpl
-
Get readable names for a set of accountIds
Returns friendly names for accounts.
- getAccountsNames(AccountIds, Handler<AsyncResult<AccountsNamesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NamespaceRoutesApi
-
Get readable names for a set of accountIds
Returns friendly names for accounts.
- getAccountType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountDTO
-
Get accountType
- getAccountUnconfirmedTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApi
-
- getAccountUnconfirmedTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApiImpl
-
Get unconfirmed transactions
Gets the array of transactions not included in a block where an account is the sender or receiver.
- getAccountUnconfirmedTransactions(String, Integer, String, String, List<TransactionTypeEnum>, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.AccountRoutesApi
-
Get unconfirmed transactions
Gets the array of transactions not included in a block where an account is the sender or receiver.
- getAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicSupplyChangeTransactionDTO
-
Get action
- getAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionBodyDTO
-
Get action
- getAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionDTO
-
Get action
- getActive() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetaDTO
-
If true, the namespace is active.
- getActivityBuckets() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountDTO
-
Get activityBuckets
- getAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountDTO
-
Address expressed in hexadecimal base.
- getAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountNamesDTO
-
Address expressed in hexadecimal base.
- getAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountRestrictionsDTO
-
Address expressed in hexadecimal base.
- getAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionBodyDTO
-
Address expressed in hexadecimal base.
- getAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionDTO
-
Address expressed in hexadecimal base.
- getAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AliasDTO
-
Address expressed in hexadecimal base.
- getAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAddressAliasTransactionDTO
-
Address expressed in hexadecimal base.
- getAddresses() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountIds
-
Array of addresses.
- getAddressHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountDTO
-
Height of the blockchain.
- getAddressResolutionStatements() - Method in class io.nem.symbol.sdk.openapi.vertx.model.StatementsDTO
-
Array of address resolutions for the block requested.
- getAggregate() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get aggregate
- getAggregateHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransactionMetaDTO
-
Get aggregateHash
- getAggregateId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransactionMetaDTO
-
Identifier of the aggregate transaction.
- getAlias() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceDTO
-
Get alias
- getAliasAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionBodyDTO
-
Get aliasAction
- getAliasAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionDTO
-
Get aliasAction
- getAliasAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAddressAliasTransactionDTO
-
Get aliasAction
- getAliasAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAliasTransactionDTO
-
Get aliasAction
- getAliasAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionBodyDTO
-
Get aliasAction
- getAliasAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionDTO
-
Get aliasAction
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceChangeReceiptDTO
-
Absolute amount.
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceChangeReceiptDTOAllOf
-
Absolute amount.
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceTransferReceiptDTO
-
Absolute amount.
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceTransferReceiptDTOAllOf
-
Absolute amount.
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedHashLockTransactionDTO
-
Absolute amount.
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretLockTransactionDTO
-
Absolute amount.
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionBodyDTO
-
Absolute amount.
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionDTO
-
Absolute amount.
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.InflationReceiptDTO
-
Absolute amount.
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.InflationReceiptDTOAllOf
-
Absolute amount.
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.Mosaic
-
Absolute amount.
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionBodyDTO
-
Absolute amount.
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
Absolute amount.
- getAmount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.UnresolvedMosaic
-
Absolute amount.
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.BlockRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.ChainRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.MosaicRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.MultisigRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.NetworkRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.ReceiptRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.RestrictionAccountRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApiImpl
-
- getApiKey() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.auth.ApiKeyAuth
-
- getApiKeyPrefix() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.auth.ApiKeyAuth
-
- getApiNode() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeHealthDTO
-
Get apiNode
- getArtifactId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicExpiryReceiptDTO
-
Mosaic identifier.
- getArtifactId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicExpiryReceiptDTOAllOf
-
Mosaic identifier.
- getArtifactId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceExpiryReceiptDTO
-
Namespace identifier.
- getArtifactId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceExpiryReceiptDTOAllOf
-
Namespace identifier.
- getAuthentication(String) - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getAverageFeeMultiplier() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkFeesDTO
-
Average fee multiplier over the last \"numBlocksTransactionFeeStats\".
- getBasePath() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient
-
- getBearerToken() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.auth.HttpBearerAuth
-
- getBeneficiaryCount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ActivityBucketDTO
-
Number of times the account has been a beneficiary for this bucket.
- getBeneficiaryPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Public key.
- getBeneficiaryPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
Public key.
- getBlock() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockInfoDTO
-
Get block
- getBlockByHeight(BigInteger, Handler<AsyncResult<BlockInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.BlockRoutesApi
-
- getBlockByHeight(BigInteger, Handler<AsyncResult<BlockInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.BlockRoutesApiImpl
-
Get block information
Gets a block from the chain that has the given height.
- getBlockByHeight(BigInteger, Handler<AsyncResult<BlockInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.BlockRoutesApi
-
Get block information
Gets a block from the chain that has the given height.
- getBlockGenerationTargetTime() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Targeted time between blocks.
- getBlockPruneInterval() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Number of blocks between cache pruning.
- getBlockReceipts(BigInteger, Handler<AsyncResult<StatementsDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.ReceiptRoutesApi
-
- getBlockReceipts(BigInteger, Handler<AsyncResult<StatementsDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.ReceiptRoutesApiImpl
-
Get receipts from a block
Returns the receipts linked to a block.
- getBlockReceipts(BigInteger, Handler<AsyncResult<StatementsDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.ReceiptRoutesApi
-
Get receipts from a block
Returns the receipts linked to a block.
- getBlocksByHeightWithLimit(BigInteger, Integer, Handler<AsyncResult<List<BlockInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.BlockRoutesApi
-
- getBlocksByHeightWithLimit(BigInteger, Integer, Handler<AsyncResult<List<BlockInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.BlockRoutesApiImpl
-
Get blocks information
Gets up to limit number of blocks after given block height.
- getBlocksByHeightWithLimit(BigInteger, Integer, Handler<AsyncResult<List<BlockInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.BlockRoutesApi
-
Get blocks information
Gets up to limit number of blocks after given block height.
- getBlockTimeSmoothingFactor() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
A higher value makes the network more biased.
- getBlockTransactions(BigInteger, Integer, String, String, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.BlockRoutesApi
-
- getBlockTransactions(BigInteger, Integer, String, String, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.BlockRoutesApiImpl
-
Get transactions from a block
Returns an array of transactions included in a block for a given block height.
- getBlockTransactions(BigInteger, Integer, String, String, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.BlockRoutesApi
-
Get transactions from a block
Returns an array of transactions included in a block for a given block height.
- getChain() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkConfigurationDTO
-
Get chain
- getChainHeight(Handler<AsyncResult<HeightInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.ChainRoutesApi
-
- getChainHeight(Handler<AsyncResult<HeightInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.ChainRoutesApiImpl
-
Get the current height of the chain
Returns the current height of the blockchain.
- getChainHeight(Handler<AsyncResult<HeightInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.ChainRoutesApi
-
Get the current height of the chain
Returns the current height of the blockchain.
- getChainScore(Handler<AsyncResult<ChainScoreDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.ChainRoutesApi
-
- getChainScore(Handler<AsyncResult<ChainScoreDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.ChainRoutesApiImpl
-
Get the current score of the chain
Gets the current score of the blockchain.
- getChainScore(Handler<AsyncResult<ChainScoreDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.ChainRoutesApi
-
Get the current score of the chain
Gets the current score of the blockchain.
- getChildNamespaceRentalFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNetworkPropertiesDTO
-
Child namespace rental fee.
- getCode() - Method in exception io.nem.symbol.sdk.openapi.vertx.invoker.ApiException
-
Get the HTTP status code.
- getCode() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ModelError
-
Get code
- getCode() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatusDTO
-
Get code
- getCommunicationTimestamps() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeTimeDTO
-
Get communicationTimestamps
- getCompositeHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataEntryDTO
-
Get compositeHash
- getCompositeHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionEntryWrapperDTO
-
Get compositeHash
- getCompositeHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionEntryWrapperDTO
-
Get compositeHash
- getCosignatoryPublicKeys() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigDTO
-
Array of public keys of the cosignatory accounts.
- getCosignatures() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionBodyDTO
-
Array of transaction cosignatures.
- getCosignatures() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionDTO
-
Array of transaction cosignatures.
- getCurrencyMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Mosaic id used as primary chain currency.
- getDb() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeHealthDTO
-
Get db
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionBodyDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatusDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionDTO
-
Duration expressed in number of blocks.
- getDefaultApiClient() - Static method in class io.nem.symbol.sdk.openapi.vertx.invoker.Configuration
-
Get the default API client, which would be used when creating API
instances without providing an API client.
- getDefaultCookies() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient
-
- getDefaultDynamicFeeMultiplier() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Default multiplier to use for dynamic fees.
- getDefaultHeaders() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.AccountRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.BlockRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.ChainRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MetadataRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MosaicRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MultisigRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NamespaceRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NetworkRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NodeRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.ReceiptRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.RestrictionAccountRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.RestrictionMosaicRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionRoutesApi
-
- getDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicSupplyChangeTransactionDTO
-
Absolute amount.
- getDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionBodyDTO
-
Absolute amount.
- getDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionDTO
-
Absolute amount.
- getDepth() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceDTO
-
Level of the namespace.
- getDescription() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkTypeDTO
-
A short text describing the network.
- getDifficulty() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Determines how hard is to harvest a new block, based on previous blocks.
- getDifficulty() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
Determines how hard is to harvest a new block, based on previous blocks.
- getDivisibility() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicDefinitionTransactionDTO
-
Determines up to what decimal place the mosaic can be divided.
- getDivisibility() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionBodyDTO
-
Determines up to what decimal place the mosaic can be divided.
- getDivisibility() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
Determines up to what decimal place the mosaic can be divided.
- getDivisibility() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDTO
-
Determines up to what decimal place the mosaic can be divided.
- getDownloadsDir() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient
-
- getDummy() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkNetworkPropertiesDTO
-
to trigger plugin load
- getDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedHashLockTransactionDTO
-
Duration expressed in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicDefinitionTransactionDTO
-
Duration expressed in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceRegistrationTransactionDTO
-
Duration expressed in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretLockTransactionDTO
-
Duration expressed in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionBodyDTO
-
Duration expressed in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionDTO
-
Duration expressed in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionBodyDTO
-
Duration expressed in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
Duration expressed in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDTO
-
Duration expressed in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionBodyDTO
-
Duration expressed in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionDTO
-
Duration expressed in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionBodyDTO
-
Duration expressed in number of blocks.
- getDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
Duration expressed in number of blocks.
- getEnableBondedAggregateSupport() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateNetworkPropertiesDTO
-
Set to true if bonded aggregates should be allowed.
- getEnableStrictCosignatureCheck() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateNetworkPropertiesDTO
-
Set to true if cosignatures must exactly match component signers.
- getEnableVerifiableReceipts() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Set to true if block chain should calculate receipts so that state changes are fully verifiable at each block.
- getEnableVerifiableState() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Set to true if block chain should calculate state hashes so that state is fully verifiable at each block.
- getEndHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceDTO
-
Height of the blockchain.
- getEntryType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionEntryWrapperDTO
-
Get entryType
- getEntryType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionEntryWrapperDTO
-
Get entryType
- getEpochAdjustment() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkPropertiesDTO
-
Nemesis epoch time adjustment.
- getFeeMultiplier() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Fee multiplier applied to transactions contained in block.
- getFeeMultiplier() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
Fee multiplier applied to transactions contained in block.
- getFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicDefinitionTransactionDTO
-
- 0x00 (none) - No flags present.
- getFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionBodyDTO
-
- 0x00 (none) - No flags present.
- getFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
- 0x00 (none) - No flags present.
- getFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDTO
-
- 0x00 (none) - No flags present.
- getFriendlyName() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeInfoDTO
-
Node friendly name.
- getGenerationHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockMetaDTO
-
Get generationHash
- getGenerationHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkPropertiesDTO
-
Get generationHash
- getGroup() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatusDTO
-
Get group
- getHarvestBeneficiaryPercentage() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Percentage of the harvested fee that is collected by the beneficiary account.
- getHarvestingMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Mosaic id used to provide harvesting ability.
- getHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockMetaDTO
-
Get hash
- getHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedHashLockTransactionDTO
-
Get hash
- getHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionBodyDTO
-
Get hash
- getHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionDTO
-
Get hash
- getHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerklePathItemDTO
-
Get hash
- getHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionMetaDTO
-
Get hash
- getHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatusDTO
-
Get hash
- getHashAlgorithm() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretLockTransactionDTO
-
Get hashAlgorithm
- getHashAlgorithm() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretProofTransactionDTO
-
Get hashAlgorithm
- getHashAlgorithm() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionBodyDTO
-
Get hashAlgorithm
- getHashAlgorithm() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
Get hashAlgorithm
- getHashAlgorithm() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionBodyDTO
-
Get hashAlgorithm
- getHashAlgorithm() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionDTO
-
Get hashAlgorithm
- getHashes() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionHashes
-
Array of transaction hashes.
- getHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Height of the blockchain.
- getHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
Height of the blockchain.
- getHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransactionMetaDTO
-
Height of the blockchain.
- getHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HeightInfoDTO
-
Height of the blockchain.
- getHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ResolutionStatementBodyDTO
-
Height of the blockchain.
- getHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionMetaDTO
-
Height of the blockchain.
- getHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatementBodyDTO
-
Height of the blockchain.
- getHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatusDTO
-
Height of the blockchain.
- getHighestFeeMultiplier() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkFeesDTO
-
Fee multiplier applied to transactions contained in block.
- getHost() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeInfoDTO
-
Node IP address.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicDefinitionTransactionDTO
-
Mosaic identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceRegistrationTransactionDTO
-
Namespace identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransactionMetaDTO
-
Identifier of the transaction.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataDTO
-
Get id
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.Mosaic
-
Mosaic identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionBodyDTO
-
Mosaic identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
Mosaic identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDTO
-
Mosaic identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetaDTO
-
Identifier of the namespace entry.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNameDTO
-
Namespace identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionBodyDTO
-
Namespace identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionDTO
-
Namespace identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionMetaDTO
-
Identifier of the transaciton
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.UnresolvedMosaic
-
Mosaic identifier.
- getIdentifier() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkPropertiesDTO
-
Network identifier.
- getImportance() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountDTO
-
Probability of an account to harvest the next block.
- getImportanceActivityPercentage() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Percentage of importance resulting from fee generation and beneficiary usage.
- getImportanceGrouping() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Number of blocks that should be treated as a group for importance purposes.
- getImportanceHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountDTO
-
Height of the blockchain.
- getIndex() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransactionMetaDTO
-
Transaction index within the aggregate.
- getIndex() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetaDTO
-
Get index
- getIndex() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionMetaDTO
-
Transaction index within the block.
- getInitialCurrencyAtomicUnits() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Initial currency atomic units available in the network.
- getKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionEntryDTO
-
Restriction key.
- getKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionEntryDTO
-
Restriction key.
- getLevel() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountGraphInfoDTO
-
Level of the multisig account.
- getLevel0() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceDTO
-
Namespace identifier.
- getLevel1() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceDTO
-
Namespace identifier.
- getLevel2() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceDTO
-
Namespace identifier.
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkTransactionBodyDTO
-
Get linkAction
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkTransactionDTO
-
Get linkAction
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountLinkTransactionDTO
-
Get linkAction
- getLinkedAccountKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountDTO
-
Public key.
- getLocation() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.auth.ApiKeyAuth
-
- getLockedFundsPerAggregate() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockNetworkPropertiesDTO
-
Amount that has to be locked per aggregate in partial cache.
- getLockhash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get lockhash
- getLocksecret() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get locksecret
- getLowestFeeMultiplier() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkFeesDTO
-
Fee multiplier applied to transactions contained in block.
- getMaxAccountRestrictionValues() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountRestrictionNetworkPropertiesDTO
-
Maximum number of account restriction values.
- getMaxBlockFutureTime() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Maximum future time of a block that can be accepted.
- getMaxBondedTransactionLifetime() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateNetworkPropertiesDTO
-
Maximum lifetime a bonded transaction can have before it expires.
- getMaxChildNamespaces() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNetworkPropertiesDTO
-
Maximum number of children for a root namespace.
- getMaxCosignatoriesPerAccount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigNetworkPropertiesDTO
-
Maximum number of cosignatories per account.
- getMaxCosignaturesPerAggregate() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateNetworkPropertiesDTO
-
Maximum number of cosignatures per aggregate.
- getMaxCosignedAccountsPerAccount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigNetworkPropertiesDTO
-
Maximum number of accounts a single account can cosign.
- getMaxDifficultyBlocks() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Maximum number of blocks to use in a difficulty calculation.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionBodyDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionDTO
-
Absolute amount.
- getMaxHarvesterBalance() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Maximum number of harvesting mosaic atomic units needed for an account to be eligible for harvesting.
- getMaxHashLockDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockNetworkPropertiesDTO
-
Maximum number of blocks for which a hash lock can exist.
- getMaxMessageSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferNetworkPropertiesDTO
-
Maximum transaction message size.
- getMaxMosaicAtomicUnits() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Maximum atomic units (total-supply * 10 ^ divisibility) of a mosaic allowed in the network.
- getMaxMosaicDivisibility() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicNetworkPropertiesDTO
-
Maximum mosaic divisibility.
- getMaxMosaicDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicNetworkPropertiesDTO
-
Maximum mosaic duration.
- getMaxMosaicRestrictionValues() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicRestrictionNetworkPropertiesDTO
-
Maximum number of mosaic restriction values.
- getMaxMosaicsPerAccount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicNetworkPropertiesDTO
-
Maximum number of mosaics that an account can own.
- getMaxMultisigDepth() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigNetworkPropertiesDTO
-
Maximum number of multisig levels.
- getMaxNameSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNetworkPropertiesDTO
-
Maximum namespace name size.
- getMaxNamespaceDepth() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNetworkPropertiesDTO
-
Maximum namespace depth.
- getMaxNamespaceDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNetworkPropertiesDTO
-
Maximum namespace duration.
- getMaxProofSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockNetworkPropertiesDTO
-
Maximum size of a proof in bytes.
- getMaxRollbackBlocks() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Maximum number of blocks that can be rolled back.
- getMaxSecretLockDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockNetworkPropertiesDTO
-
Maximum number of blocks for which a secret lock can exist.
- getMaxTransactionLifetime() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Maximum lifetime a transaction can have before it expires.
- getMaxTransactionsPerAggregate() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateNetworkPropertiesDTO
-
Maximum number of transactions per aggregate.
- getMaxTransactionsPerBlock() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Maximum number of transactions per block.
- getMaxValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataNetworkPropertiesDTO
-
Maximum metadata value size.
- getMedianFeeMultiplier() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkFeesDTO
-
Median fee multiplier over the last \"numBlocksTransactionFeeStats\".
- getMerkleComponentHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionMetaDTO
-
Get merkleComponentHash
- getMerklePath() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleProofInfoDTO
-
List of complementary merkle path items needed to recalculate the merkle root.
- getMerkleReceipts(BigInteger, String, Handler<AsyncResult<MerkleProofInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.ReceiptRoutesApi
-
- getMerkleReceipts(BigInteger, String, Handler<AsyncResult<MerkleProofInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.ReceiptRoutesApiImpl
-
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, Handler<AsyncResult<MerkleProofInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.ReceiptRoutesApi
-
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.
- getMerkleTransaction(BigInteger, String, Handler<AsyncResult<MerkleProofInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.BlockRoutesApi
-
- getMerkleTransaction(BigInteger, String, Handler<AsyncResult<MerkleProofInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.BlockRoutesApiImpl
-
Get the merkle path for a given a transaction and block
Returns the merkle path for a transaction included in a block.
- getMerkleTransaction(BigInteger, String, Handler<AsyncResult<MerkleProofInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.BlockRoutesApi
-
Get the merkle path for a given a transaction and block
Returns the merkle path for a transaction included in a block.
- getMessage() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AnnounceTransactionInfoDTO
-
Get message
- getMessage() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransferTransactionDTO
-
Get message
- getMessage() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ModelError
-
Get message
- getMessage() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionBodyDTO
-
Get message
- getMessage() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionDTO
-
Get message
- getMeta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockInfoDTO
-
Get meta
- getMeta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransactionInfoDTO
-
Get meta
- getMeta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceInfoDTO
-
Get meta
- getMeta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionInfoDTO
-
Get meta
- getMetadata() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get metadata
- getMetadataEntries() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataEntriesDTO
-
Array of account metadata.
- getMetadataEntry() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataDTO
-
Get metadataEntry
- getMetadataType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataEntryDTO
-
Get metadataType
- getMinApproval() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigDTO
-
Number of signatures needed to approve a transaction.
- getMinApprovalDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMultisigAccountModificationTransactionDTO
-
Number of signatures needed to approve a transaction.
- getMinApprovalDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionBodyDTO
-
Number of signatures needed to approve a transaction.
- getMinApprovalDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
Number of signatures needed to approve a transaction.
- getMinHarvesterBalance() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Minimum number of harvesting mosaic atomic units needed for an account to be eligible for harvesting.
- getMinNamespaceDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNetworkPropertiesDTO
-
Minimum namespace duration.
- getMinProofSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockNetworkPropertiesDTO
-
Minimum size of a proof in bytes.
- getMinRemoval() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigDTO
-
Number of signatures needed to remove a cosignatory.
- getMinRemovalDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMultisigAccountModificationTransactionDTO
-
Number of signatures needed to remove a cosignatory.
- getMinRemovalDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionBodyDTO
-
Number of signatures needed to remove a cosignatory.
- getMinRemovalDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
Number of signatures needed to remove a cosignatory.
- getMosaic(String, Handler<AsyncResult<MosaicInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MosaicRoutesApi
-
- getMosaic(String, Handler<AsyncResult<MosaicInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MosaicRoutesApiImpl
-
Get mosaic information
Gets the mosaic definition for a given mosaic identifier.
- getMosaic(String, Handler<AsyncResult<MosaicInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MosaicRoutesApi
-
Get mosaic information
Gets the mosaic definition for a given mosaic identifier.
- getMosaic() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicInfoDTO
-
Get mosaic
- getMosaic() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get mosaic
- getMosaicAddressRestriction(String, String, Handler<AsyncResult<MosaicAddressRestrictionDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApi
-
- getMosaicAddressRestriction(String, String, Handler<AsyncResult<MosaicAddressRestrictionDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApiImpl
-
Get mosaic address restrictions for a given mosaic and account identifier.
- getMosaicAddressRestriction(String, String, Handler<AsyncResult<MosaicAddressRestrictionDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.RestrictionMosaicRoutesApi
-
Get mosaic address restrictions for a given mosaic and account identifier.
- getMosaicAddressRestrictions(String, AccountIds, Handler<AsyncResult<List<MosaicAddressRestrictionDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApi
-
- getMosaicAddressRestrictions(String, AccountIds, Handler<AsyncResult<List<MosaicAddressRestrictionDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApiImpl
-
Get mosaic address restrictions for a given mosaic and account identifiers array.
- getMosaicAddressRestrictions(String, AccountIds, Handler<AsyncResult<List<MosaicAddressRestrictionDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.RestrictionMosaicRoutesApi
-
Get mosaic address restrictions for a given mosaic and account identifiers array.
- getMosaicGlobalRestriction(String, Handler<AsyncResult<MosaicGlobalRestrictionDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApi
-
- getMosaicGlobalRestriction(String, Handler<AsyncResult<MosaicGlobalRestrictionDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApiImpl
-
Get mosaic global restriction for a given mosaic identifier.
- getMosaicGlobalRestriction(String, Handler<AsyncResult<MosaicGlobalRestrictionDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.RestrictionMosaicRoutesApi
-
Get mosaic global restriction for a given mosaic identifier.
- getMosaicGlobalRestrictions(MosaicIds, Handler<AsyncResult<List<MosaicGlobalRestrictionDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApi
-
- getMosaicGlobalRestrictions(MosaicIds, Handler<AsyncResult<List<MosaicGlobalRestrictionDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApiImpl
-
Get mosaic global restrictions for an array of mosaics.
- getMosaicGlobalRestrictions(MosaicIds, Handler<AsyncResult<List<MosaicGlobalRestrictionDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.RestrictionMosaicRoutesApi
-
Get mosaic global restrictions for an array of mosaics.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AliasDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceChangeReceiptDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceChangeReceiptDTOAllOf
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceTransferReceiptDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceTransferReceiptDTOAllOf
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedHashLockTransactionDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAddressRestrictionTransactionDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAliasTransactionDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicGlobalRestrictionTransactionDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicSupplyChangeTransactionDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretLockTransactionDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionBodyDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.InflationReceiptDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.InflationReceiptDTOAllOf
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionEntryWrapperDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionBodyDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionBodyDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionEntryWrapperDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionBodyDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicNamesDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionBodyDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionBodyDTO
-
Mosaic identifier.
- getMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
Mosaic identifier.
- getMosaicIds() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicIds
-
Array of mosaic identifiers.
- getMosaicMetadata(String, Integer, String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApi
-
- getMosaicMetadata(String, Integer, String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApiImpl
-
Get mosaic metadata
Returns the mosaic metadata given a mosaic id.
- getMosaicMetadata(String, Integer, String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MetadataRoutesApi
-
Get mosaic metadata
Returns the mosaic metadata given a mosaic id.
- getMosaicMetadataByKey(String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApi
-
- getMosaicMetadataByKey(String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApiImpl
-
Get mosaic metadata
Returns the mosaic metadata given a mosaic id and a key.
- getMosaicMetadataByKey(String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MetadataRoutesApi
-
Get mosaic metadata
Returns the mosaic metadata given a mosaic id and a key.
- getMosaicMetadataByKeyAndSender(String, String, String, Handler<AsyncResult<MetadataDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApi
-
- getMosaicMetadataByKeyAndSender(String, String, String, Handler<AsyncResult<MetadataDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApiImpl
-
Get mosaic metadata
Returns the mosaic metadata given a mosaic id, a key, and a sender.
- getMosaicMetadataByKeyAndSender(String, String, String, Handler<AsyncResult<MetadataDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MetadataRoutesApi
-
Get mosaic metadata
Returns the mosaic metadata given a mosaic id, a key, and a sender.
- getMosaicNames() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicsNamesDTO
-
Array of mosaic names.
- getMosaicRentalFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicNetworkPropertiesDTO
-
Mosaic rental fee.
- getMosaicRentalFeeSinkPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicNetworkPropertiesDTO
-
Public key.
- getMosaicResolutionStatements() - Method in class io.nem.symbol.sdk.openapi.vertx.model.StatementsDTO
-
Array of mosaic resolutions for the block requested.
- getMosaicRestrictionEntry() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionDTO
-
Get mosaicRestrictionEntry
- getMosaicRestrictionEntry() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionDTO
-
Get mosaicRestrictionEntry
- getMosaics(MosaicIds, Handler<AsyncResult<List<MosaicInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MosaicRoutesApi
-
- getMosaics(MosaicIds, Handler<AsyncResult<List<MosaicInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MosaicRoutesApiImpl
-
Get mosaics information for an array of mosaics
Gets an array of mosaic definition.
- getMosaics(MosaicIds, Handler<AsyncResult<List<MosaicInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MosaicRoutesApi
-
Get mosaics information for an array of mosaics
Gets an array of mosaic definition.
- getMosaics() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountDTO
-
Mosaic units owned.
- getMosaics() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransferTransactionDTO
-
Array of mosaics sent to the recipient.
- getMosaics() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicsInfoDTO
-
Array of mosaics information.
- getMosaics() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionBodyDTO
-
Array of mosaics sent to the recipient.
- getMosaics() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionDTO
-
Array of mosaics sent to the recipient.
- getMosaicsFromAccount(String, Handler<AsyncResult<MosaicsInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MosaicRoutesApi
-
- getMosaicsFromAccount(String, Handler<AsyncResult<MosaicsInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MosaicRoutesApiImpl
-
Get mosaics created by an account
Gets an array of mosaics created for a given account address.
- getMosaicsFromAccount(String, Handler<AsyncResult<MosaicsInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MosaicRoutesApi
-
Get mosaics created by an account
Gets an array of mosaics created for a given account address.
- getMosaicsFromAccounts(AccountIds, Handler<AsyncResult<MosaicsInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MosaicRoutesApi
-
- getMosaicsFromAccounts(AccountIds, Handler<AsyncResult<MosaicsInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MosaicRoutesApiImpl
-
Get mosaics created for given array of addresses
Gets mosaics created for a given array of addresses.
- getMosaicsFromAccounts(AccountIds, Handler<AsyncResult<MosaicsInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MosaicRoutesApi
-
Get mosaics created for given array of addresses
Gets mosaics created for a given array of addresses.
- getMosaicsNames(MosaicIds, Handler<AsyncResult<MosaicsNamesDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApi
-
- getMosaicsNames(MosaicIds, Handler<AsyncResult<MosaicsNamesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApiImpl
-
Get readable names for a set of mosaics
Returns friendly names for mosaics.
- getMosaicsNames(MosaicIds, Handler<AsyncResult<MosaicsNamesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NamespaceRoutesApi
-
Get readable names for a set of mosaics
Returns friendly names for mosaics.
- getMultisig() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountInfoDTO
-
Get multisig
- getMultisig() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get multisig
- getMultisigEntries() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountGraphInfoDTO
-
Array of multisig accounts for this level.
- getMultisigPublicKeys() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigDTO
-
Array of multisig accounts where the account is cosignatory.
- getName() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.Pair
-
- getName() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceRegistrationTransactionDTO
-
Namespace name.
- getName() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNameDTO
-
Namespace name.
- getName() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionBodyDTO
-
Namespace name.
- getName() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionDTO
-
Namespace name.
- getName() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkTypeDTO
-
Network name.
- getNames() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountNamesDTO
-
Account linked namespace names.
- getNames() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicNamesDTO
-
Mosaic linked namespace names.
- getNamespace(String, Handler<AsyncResult<NamespaceInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApi
-
- getNamespace(String, Handler<AsyncResult<NamespaceInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApiImpl
-
Get namespace information
Gets the namespace for a given namespace identifier.
- getNamespace(String, Handler<AsyncResult<NamespaceInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NamespaceRoutesApi
-
Get namespace information
Gets the namespace for a given namespace identifier.
- getNamespace() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceInfoDTO
-
Get namespace
- getNamespace() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get namespace
- getNamespaceGracePeriodDuration() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNetworkPropertiesDTO
-
Grace period during which time only the previous owner can renew an expired namespace.
- getNamespaceId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionBodyDTO
-
Namespace identifier.
- getNamespaceId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionDTO
-
Namespace identifier.
- getNamespaceId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAddressAliasTransactionDTO
-
Namespace identifier.
- getNamespaceId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAliasTransactionDTO
-
Namespace identifier.
- getNamespaceId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionBodyDTO
-
Namespace identifier.
- getNamespaceId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionDTO
-
Namespace identifier.
- getNamespaceIds() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceIds
-
Array of namespace identifiers.
- getNamespaceMetadata(String, Integer, String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApi
-
- getNamespaceMetadata(String, Integer, String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApiImpl
-
Get namespace metadata
Returns the namespace metadata given a namespace id.
- getNamespaceMetadata(String, Integer, String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MetadataRoutesApi
-
Get namespace metadata
Returns the namespace metadata given a namespace id.
- getNamespaceMetadataByKey(String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApi
-
- getNamespaceMetadataByKey(String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApiImpl
-
Get namespace metadata
Returns the namespace metadata given a namespace id and a key.
- getNamespaceMetadataByKey(String, String, Handler<AsyncResult<MetadataEntriesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MetadataRoutesApi
-
Get namespace metadata
Returns the namespace metadata given a namespace id and a key.
- getNamespaceMetadataByKeyAndSender(String, String, String, Handler<AsyncResult<MetadataDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApi
-
- getNamespaceMetadataByKeyAndSender(String, String, String, Handler<AsyncResult<MetadataDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApiImpl
-
Get namespace metadata
Returns the namespace metadata given a namespace id, a key, and a sender.
- getNamespaceMetadataByKeyAndSender(String, String, String, Handler<AsyncResult<MetadataDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MetadataRoutesApi
-
Get namespace metadata
Returns the namespace metadata given a namespace id, a key, and a sender.
- getNamespaceRentalFeeSinkPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNetworkPropertiesDTO
-
Public key.
- getNamespaces() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespacesInfoDTO
-
Array of namespaces information.
- getNamespacesFromAccount(String, Integer, String, Handler<AsyncResult<NamespacesInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApi
-
- getNamespacesFromAccount(String, Integer, String, Handler<AsyncResult<NamespacesInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApiImpl
-
Get namespaces created by an account
Gets an array of namespaces for a given account address.
- getNamespacesFromAccount(String, Integer, String, Handler<AsyncResult<NamespacesInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NamespaceRoutesApi
-
Get namespaces created by an account
Gets an array of namespaces for a given account address.
- getNamespacesFromAccounts(AccountIds, Handler<AsyncResult<NamespacesInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApi
-
- getNamespacesFromAccounts(AccountIds, Handler<AsyncResult<NamespacesInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApiImpl
-
Get namespaces for given array of addresses
Gets namespaces for a given array of addresses.
- getNamespacesFromAccounts(AccountIds, Handler<AsyncResult<NamespacesInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NamespaceRoutesApi
-
Get namespaces for given array of addresses
Gets namespaces for a given array of addresses.
- getNamespacesNames(NamespaceIds, Handler<AsyncResult<List<NamespaceNameDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApi
-
- getNamespacesNames(NamespaceIds, Handler<AsyncResult<List<NamespaceNameDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApiImpl
-
Get readable names for a set of namespaces
Returns friendly names for namespaces.
- getNamespacesNames(NamespaceIds, Handler<AsyncResult<List<NamespaceNameDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NamespaceRoutesApi
-
Get readable names for a set of namespaces
Returns friendly names for namespaces.
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountAddressRestrictionTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountLinkTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMetadataTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMosaicRestrictionTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountOperationRestrictionTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAddressAliasTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedHashLockTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAddressRestrictionTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAliasTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicDefinitionTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicGlobalRestrictionTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicMetadataTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicSupplyChangeTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMultisigAccountModificationTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceMetadataTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceRegistrationTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretLockTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretProofTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransferTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EntityDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkConfigurationDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionDTO
-
Get network
- getNetworkFees(Handler<AsyncResult<NetworkFeesDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NetworkRoutesApi
-
- getNetworkFees(Handler<AsyncResult<NetworkFeesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NetworkRoutesApiImpl
-
Get transaction fees information
Returns information about the average, median, highest and lower fee multiplier over the last \"numBlocksTransactionFeeStats\".
- getNetworkFees(Handler<AsyncResult<NetworkFeesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NetworkRoutesApi
-
Get transaction fees information
Returns information about the average, median, highest and lower fee multiplier over the last \"numBlocksTransactionFeeStats\".
- getNetworkGenerationHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeInfoDTO
-
Get networkGenerationHash
- getNetworkIdentifier() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeInfoDTO
-
Get networkIdentifier
- getNetworkProperties(Handler<AsyncResult<NetworkConfigurationDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NetworkRoutesApi
-
- getNetworkProperties(Handler<AsyncResult<NetworkConfigurationDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NetworkRoutesApiImpl
-
Get the network properties
Returns the content from a catapult-server network configuration file (resources/config-network.properties).
- getNetworkProperties(Handler<AsyncResult<NetworkConfigurationDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NetworkRoutesApi
-
Get the network properties
Returns the content from a catapult-server network configuration file (resources/config-network.properties).
- getNetworkType(Handler<AsyncResult<NetworkTypeDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NetworkRoutesApi
-
- getNetworkType(Handler<AsyncResult<NetworkTypeDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NetworkRoutesApiImpl
-
Get the current network type of the chain
Returns the current network type.
- getNetworkType(Handler<AsyncResult<NetworkTypeDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NetworkRoutesApi
-
Get the current network type of the chain
Returns the current network type.
- getNewRestrictionType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicGlobalRestrictionTransactionDTO
-
Get newRestrictionType
- getNewRestrictionType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionBodyDTO
-
Get newRestrictionType
- getNewRestrictionType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Get newRestrictionType
- getNewRestrictionValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAddressRestrictionTransactionDTO
-
Restriction value.
- getNewRestrictionValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicGlobalRestrictionTransactionDTO
-
Restriction value.
- getNewRestrictionValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionBodyDTO
-
Restriction value.
- getNewRestrictionValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionDTO
-
Restriction value.
- getNewRestrictionValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionBodyDTO
-
Restriction value.
- getNewRestrictionValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Restriction value.
- getNodeEqualityStrategy() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkPropertiesDTO
-
Get nodeEqualityStrategy
- getNodeHealth(Handler<AsyncResult<NodeHealthInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApi
-
- getNodeHealth(Handler<AsyncResult<NodeHealthInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApiImpl
-
Get the node health information
Supplies information regarding the connection and services status.
- getNodeHealth(Handler<AsyncResult<NodeHealthInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NodeRoutesApi
-
Get the node health information
Supplies information regarding the connection and services status.
- getNodeInfo(Handler<AsyncResult<NodeInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApi
-
- getNodeInfo(Handler<AsyncResult<NodeInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApiImpl
-
Get the node information
Supplies additional information about the application running on a node.
- getNodeInfo(Handler<AsyncResult<NodeInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NodeRoutesApi
-
Get the node information
Supplies additional information about the application running on a node.
- getNodePeers(Handler<AsyncResult<List<NodeInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApi
-
- getNodePeers(Handler<AsyncResult<List<NodeInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApiImpl
-
Get peers information
Gets the list of peers visible by the node.
- getNodePeers(Handler<AsyncResult<List<NodeInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NodeRoutesApi
-
Get peers information
Gets the list of peers visible by the node.
- getNodeStorage(Handler<AsyncResult<StorageInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApi
-
- getNodeStorage(Handler<AsyncResult<StorageInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApiImpl
-
Get the storage information of the node
Returns storage information about the node.
- getNodeStorage(Handler<AsyncResult<StorageInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NodeRoutesApi
-
Get the storage information of the node
Returns storage information about the node.
- getNodeTime(Handler<AsyncResult<NodeTimeDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApi
-
- getNodeTime(Handler<AsyncResult<NodeTimeDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApiImpl
-
Get the node time
Gets the node time at the moment the reply was sent and received.
- getNodeTime(Handler<AsyncResult<NodeTimeDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NodeRoutesApi
-
Get the node time
Gets the node time at the moment the reply was sent and received.
- getNonce() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicDefinitionTransactionDTO
-
Random nonce used to generate the mosaic id.
- getNonce() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionBodyDTO
-
Random nonce used to generate the mosaic id.
- getNonce() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
Random nonce used to generate the mosaic id.
- getNumAccounts() - Method in class io.nem.symbol.sdk.openapi.vertx.model.StorageInfoDTO
-
Number of accounts created.
- getNumBlocks() - Method in class io.nem.symbol.sdk.openapi.vertx.model.StorageInfoDTO
-
Number of blocks stored.
- getNumStatements() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockMetaDTO
-
Get numStatements
- getNumTransactions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockMetaDTO
-
Get numTransactions
- getNumTransactions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.StorageInfoDTO
-
Number of transactions stored.
- getObjectMapper() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient
-
- getOwnerAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDTO
-
Address expressed in hexadecimal base.
- getOwnerAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceDTO
-
Address expressed in hexadecimal base.
- getOwnerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDTO
-
Public key.
- getOwnerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceDTO
-
Public key.
- getParamName() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.auth.ApiKeyAuth
-
- getParentHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.Cosignature
-
Get parentHash
- getParentId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceRegistrationTransactionDTO
-
Namespace identifier.
- getParentId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceDTO
-
Namespace identifier.
- getParentId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNameDTO
-
Namespace identifier.
- getParentId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionBodyDTO
-
Namespace identifier.
- getParentId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionDTO
-
Namespace identifier.
- getPassword() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.auth.HttpBasicAuth
-
- getPayload() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MessageDTO
-
Content of the message.
- getPayload() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionPayload
-
Transaction payload.
- getPlugins() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkConfigurationDTO
-
Get plugins
- getPort() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeInfoDTO
-
Port used for the communication.
- getPosition() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerklePathItemDTO
-
Get position
- getPreviousBlockHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Get previousBlockHash
- getPreviousBlockHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
Get previousBlockHash
- getPreviousRestrictionType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicGlobalRestrictionTransactionDTO
-
Get previousRestrictionType
- getPreviousRestrictionType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionBodyDTO
-
Get previousRestrictionType
- getPreviousRestrictionType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Get previousRestrictionType
- getPreviousRestrictionValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAddressRestrictionTransactionDTO
-
Restriction value.
- getPreviousRestrictionValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicGlobalRestrictionTransactionDTO
-
Restriction value.
- getPreviousRestrictionValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionBodyDTO
-
Restriction value.
- getPreviousRestrictionValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionDTO
-
Restriction value.
- getPreviousRestrictionValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionBodyDTO
-
Restriction value.
- getPreviousRestrictionValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Restriction value.
- getPrimaryId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SourceDTO
-
Transaction index within the block.
- getProof() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretProofTransactionDTO
-
Original random set of bytes.
- getProof() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionBodyDTO
-
Original random set of bytes.
- getProof() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionDTO
-
Original random set of bytes.
- getPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountDTO
-
Public key.
- getPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkPropertiesDTO
-
Public key.
- getPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeInfoDTO
-
Public key.
- getPublicKeyAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMultisigAccountModificationTransactionDTO
-
Array of cosignatory accounts to add.
- getPublicKeyAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionBodyDTO
-
Array of cosignatory accounts to add.
- getPublicKeyAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
Array of cosignatory accounts to add.
- getPublicKeyDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMultisigAccountModificationTransactionDTO
-
Array of cosignatory accounts to delete.
- getPublicKeyDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionBodyDTO
-
Array of cosignatory accounts to delete.
- getPublicKeyDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
Array of cosignatory accounts to delete.
- getPublicKeyHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountDTO
-
Height of the blockchain.
- getPublicKeys() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountIds
-
Array of public keys.
- getRawScore() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ActivityBucketDTO
-
Importance score for this bucket.
- getReceipts() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatementBodyDTO
-
Array of receipts.
- getReceiptsHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Get receiptsHash
- getReceiptsHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
Get receiptsHash
- getReceiveTimestamp() - Method in class io.nem.symbol.sdk.openapi.vertx.model.CommunicationTimestampsDTO
-
Number of seconds elapsed since the creation of the nemesis block.
- getRecipientAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceTransferReceiptDTO
-
Address expressed in hexadecimal base.
- getRecipientAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceTransferReceiptDTOAllOf
-
Address expressed in hexadecimal base.
- getRecipientAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretLockTransactionDTO
-
Address expressed in hexadecimal base.
- getRecipientAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretProofTransactionDTO
-
Address expressed in hexadecimal base.
- getRecipientAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransferTransactionDTO
-
Address expressed in hexadecimal base.
- getRecipientAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionBodyDTO
-
Address expressed in hexadecimal base.
- getRecipientAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
Address expressed in hexadecimal base.
- getRecipientAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionBodyDTO
-
Address expressed in hexadecimal base.
- getRecipientAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionDTO
-
Address expressed in hexadecimal base.
- getRecipientAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionBodyDTO
-
Address expressed in hexadecimal base.
- getRecipientAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionDTO
-
Address expressed in hexadecimal base.
- getReferenceMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicGlobalRestrictionTransactionDTO
-
Mosaic identifier.
- getReferenceMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionEntryRestrictionDTO
-
Mosaic identifier.
- getReferenceMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionBodyDTO
-
Mosaic identifier.
- getReferenceMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Mosaic identifier.
- getRegistrationType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceRegistrationTransactionDTO
-
Get registrationType
- getRegistrationType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceDTO
-
Get registrationType
- getRegistrationType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionBodyDTO
-
Get registrationType
- getRegistrationType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionDTO
-
Get registrationType
- getRemotePublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkTransactionBodyDTO
-
Public key.
- getRemotePublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkTransactionDTO
-
Public key.
- getRemotePublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountLinkTransactionDTO
-
Public key.
- getReservedRootNamespaceNames() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNetworkPropertiesDTO
-
Reserved root namespaces that cannot be claimed.
- getResolutionEntries() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ResolutionStatementBodyDTO
-
Array of resolution entries linked to the unresolved namespaceId.
- getResolved() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ResolutionEntryDTO
-
Get resolved
- getResponseBody() - Method in exception io.nem.symbol.sdk.openapi.vertx.invoker.ApiException
-
Get the HTTP response body.
- getResponseHeaders() - Method in exception io.nem.symbol.sdk.openapi.vertx.invoker.ApiException
-
Get the HTTP response headers.
- getRestriction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionEntryDTO
-
Get restriction
- getRestrictionaccount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get restrictionaccount
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionBodyDTO
-
Account restriction additions.
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionDTO
-
Account restriction additions.
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionBodyDTO
-
Account restriction additions.
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO
-
Account restriction additions.
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionBodyDTO
-
Account restriction additions.
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionDTO
-
Account restriction additions.
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountAddressRestrictionTransactionDTO
-
Account restriction additions.
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMosaicRestrictionTransactionDTO
-
Account restriction additions.
- getRestrictionAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountOperationRestrictionTransactionDTO
-
Account restriction additions.
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionBodyDTO
-
Account restriction deletions.
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionDTO
-
Account restriction deletions.
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionBodyDTO
-
Account restriction deletions.
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO
-
Account restriction deletions.
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionBodyDTO
-
Account restriction deletions.
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionDTO
-
Account restriction deletions.
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountAddressRestrictionTransactionDTO
-
Account restriction deletions.
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMosaicRestrictionTransactionDTO
-
Account restriction deletions.
- getRestrictionDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountOperationRestrictionTransactionDTO
-
Account restriction deletions.
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionBodyDTO
-
Get restrictionFlags
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionDTO
-
Get restrictionFlags
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionBodyDTO
-
Get restrictionFlags
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO
-
Get restrictionFlags
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionBodyDTO
-
Get restrictionFlags
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionDTO
-
Get restrictionFlags
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountRestrictionDTO
-
Get restrictionFlags
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountAddressRestrictionTransactionDTO
-
Get restrictionFlags
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMosaicRestrictionTransactionDTO
-
Get restrictionFlags
- getRestrictionFlags() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountOperationRestrictionTransactionDTO
-
Get restrictionFlags
- getRestrictionKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAddressRestrictionTransactionDTO
-
Restriction key.
- getRestrictionKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicGlobalRestrictionTransactionDTO
-
Restriction key.
- getRestrictionKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionBodyDTO
-
Restriction key.
- getRestrictionKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionDTO
-
Restriction key.
- getRestrictionKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionBodyDTO
-
Restriction key.
- getRestrictionKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Restriction key.
- getRestrictionmosaic() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get restrictionmosaic
- getRestrictions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountRestrictionsDTO
-
Get restrictions
- getRestrictions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionEntryWrapperDTO
-
Get restrictions
- getRestrictions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionEntryWrapperDTO
-
Get restrictions
- getRestrictionType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionEntryRestrictionDTO
-
Get restrictionType
- getRestrictionValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionEntryRestrictionDTO
-
Restriction value.
- getRestVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ServerDTO
-
catapult-rest component version.
- getRevision() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDTO
-
Number of definitions for the same mosaic.
- getRoles() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeInfoDTO
-
Get roles
- getRootNamespaceRentalFeePerBlock() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNetworkPropertiesDTO
-
Root namespace rental fee per block.
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionBodyDTO
-
Metadata key scoped to source, target and type expressed.
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
Metadata key scoped to source, target and type expressed.
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMetadataTransactionDTO
-
Metadata key scoped to source, target and type expressed.
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicMetadataTransactionDTO
-
Metadata key scoped to source, target and type expressed.
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceMetadataTransactionDTO
-
Metadata key scoped to source, target and type expressed.
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataEntryDTO
-
Metadata key scoped to source, target and type expressed.
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionBodyDTO
-
Metadata key scoped to source, target and type expressed.
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Metadata key scoped to source, target and type expressed.
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionBodyDTO
-
Metadata key scoped to source, target and type expressed.
- getScopedMetadataKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
Metadata key scoped to source, target and type expressed.
- getScoreHigh() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainScoreDTO
-
Score of the blockchain.
- getScoreLow() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainScoreDTO
-
Score of the blockchain.
- getSdkVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ServerDTO
-
catapult-sdk component version.
- getSecondaryId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SourceDTO
-
Transaction index within the aggregate transaction.
- getSecret() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretLockTransactionDTO
-
Get secret
- getSecret() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretProofTransactionDTO
-
Get secret
- getSecret() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionBodyDTO
-
Get secret
- getSecret() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
Get secret
- getSecret() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionBodyDTO
-
Get secret
- getSecret() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionDTO
-
Get secret
- getSenderPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceTransferReceiptDTO
-
Public key.
- getSenderPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceTransferReceiptDTOAllOf
-
Public key.
- getSenderPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataEntryDTO
-
Public key.
- getSendTimestamp() - Method in class io.nem.symbol.sdk.openapi.vertx.model.CommunicationTimestampsDTO
-
Number of seconds elapsed since the creation of the nemesis block.
- getServerInfo(Handler<AsyncResult<ServerInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApi
-
- getServerInfo(Handler<AsyncResult<ServerInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApiImpl
-
Get the version of the running REST component
Returns the version of the running catapult-rest component.
- getServerInfo(Handler<AsyncResult<ServerInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NodeRoutesApi
-
Get the version of the running REST component
Returns the version of the running catapult-rest component.
- getServerInfo() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ServerInfoDTO
-
Get serverInfo
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.Cosignature
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.CosignatureDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VerifiableEntityDTO
-
Entity's signature generated by the signer.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.Cosignature
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.CosignatureDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.CosignatureDTOAllOf
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountAddressRestrictionTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountLinkTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMetadataTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMosaicRestrictionTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountOperationRestrictionTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAddressAliasTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedHashLockTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAddressRestrictionTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAliasTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicDefinitionTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicGlobalRestrictionTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicMetadataTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicSupplyChangeTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMultisigAccountModificationTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceMetadataTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceRegistrationTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretLockTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretProofTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransferTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EntityDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionDTO
-
Public key.
- getSource() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ResolutionEntryDTO
-
Get source
- getSource() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatementBodyDTO
-
Get source
- getStartHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ActivityBucketDTO
-
Height of the blockchain.
- getStartHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDTO
-
Height of the blockchain.
- getStartHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceDTO
-
Height of the blockchain.
- getStateHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Get stateHash
- getStateHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
Get stateHash
- getStateHashSubCacheMerkleRoots() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockMetaDTO
-
Get stateHashSubCacheMerkleRoots
- getStatement() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ResolutionStatementDTO
-
Get statement
- getStatement() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatementDTO
-
Get statement
- getStatus() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeHealthInfoDTO
-
Get status
- getSupply() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDTO
-
Absolute amount.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAddressRestrictionTransactionDTO
-
Address expressed in hexadecimal base.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionEntryWrapperDTO
-
Address expressed in hexadecimal base.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionBodyDTO
-
Address expressed in hexadecimal base.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionDTO
-
Address expressed in hexadecimal base.
- getTargetId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataEntryDTO
-
Get targetId
- getTargetMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicMetadataTransactionDTO
-
Mosaic identifier.
- getTargetMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionBodyDTO
-
Mosaic identifier.
- getTargetMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Mosaic identifier.
- getTargetNamespaceId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceMetadataTransactionDTO
-
Namespace identifier.
- getTargetNamespaceId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionBodyDTO
-
Namespace identifier.
- getTargetNamespaceId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
Namespace identifier.
- getTargetPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionBodyDTO
-
Public key.
- getTargetPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
Public key.
- getTargetPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceChangeReceiptDTO
-
Public key.
- getTargetPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceChangeReceiptDTOAllOf
-
Public key.
- getTargetPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMetadataTransactionDTO
-
Public key.
- getTargetPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicMetadataTransactionDTO
-
Public key.
- getTargetPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceMetadataTransactionDTO
-
Public key.
- getTargetPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataEntryDTO
-
Public key.
- getTargetPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionBodyDTO
-
Public key.
- getTargetPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Public key.
- getTargetPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionBodyDTO
-
Public key.
- getTargetPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
Public key.
- getTimestamp() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Number of seconds elapsed since the creation of the nemesis block.
- getTimestamp() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
Number of seconds elapsed since the creation of the nemesis block.
- getTotalChainImportance() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Total whole importance units available in the network.
- getTotalFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockMetaDTO
-
Absolute amount.
- getTotalFeesPaid() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ActivityBucketDTO
-
Fees paid by the account for this bucket.
- getTransaction(String, Handler<AsyncResult<TransactionInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionRoutesApi
-
Get transaction information
Returns transaction information given a transactionId or hash.
- getTransaction(String, Handler<AsyncResult<TransactionInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApi
-
- getTransaction(String, Handler<AsyncResult<TransactionInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApiImpl
-
Get transaction information
Returns transaction information given a transactionId or hash.
- getTransaction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransactionInfoDTO
-
Get transaction
- getTransaction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionInfoDTO
-
Get transaction
- getTransactionIds() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionIds
-
Array of transaction identifiers.
- getTransactions(TransactionIds, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionRoutesApi
-
Get transactions information
Returns transactions information for a given array of transactionIds.
- getTransactions(TransactionIds, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApi
-
- getTransactions(TransactionIds, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApiImpl
-
Get transactions information
Returns transactions information for a given array of transactionIds.
- getTransactions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionBodyDTO
-
Array of transactions initiated by different accounts.
- getTransactions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionDTO
-
Array of transactions initiated by different accounts.
- getTransactionsHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionBodyDTO
-
Get transactionsHash
- getTransactionsHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionDTO
-
Get transactionsHash
- getTransactionsHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Get transactionsHash
- getTransactionsHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
Get transactionsHash
- getTransactionsStatuses(TransactionHashes, Handler<AsyncResult<List<TransactionStatusDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionRoutesApi
-
Get transactions status
Returns an array of transaction statuses for a given array of transaction hashes.
- getTransactionsStatuses(TransactionHashes, Handler<AsyncResult<List<TransactionStatusDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApi
-
- getTransactionsStatuses(TransactionHashes, Handler<AsyncResult<List<TransactionStatusDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApiImpl
-
Get transactions status
Returns an array of transaction statuses for a given array of transaction hashes.
- getTransactionStatements() - Method in class io.nem.symbol.sdk.openapi.vertx.model.StatementsDTO
-
Array of transaction statements for the block requested.
- getTransactionStatus(String, Handler<AsyncResult<TransactionStatusDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionRoutesApi
-
Get transaction status
Returns the transaction status for a given hash.
- getTransactionStatus(String, Handler<AsyncResult<TransactionStatusDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApi
-
- getTransactionStatus(String, Handler<AsyncResult<TransactionStatusDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApiImpl
-
Get transaction status
Returns the transaction status for a given hash.
- getTransfer() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get transfer
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AliasDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceChangeReceiptDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceTransferReceiptDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountAddressRestrictionTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountLinkTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMetadataTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMosaicRestrictionTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountOperationRestrictionTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAddressAliasTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedHashLockTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAddressRestrictionTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAliasTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicDefinitionTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicGlobalRestrictionTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicMetadataTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicSupplyChangeTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMultisigAccountModificationTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceMetadataTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceRegistrationTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretLockTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretProofTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransferTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EntityDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.InflationReceiptDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MessageDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicExpiryReceiptDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceExpiryReceiptDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ReceiptDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionDTO
-
Get type
- getUnresolved() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ResolutionStatementBodyDTO
-
Get unresolved
- getUsername() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.auth.HttpBasicAuth
-
- getValue() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.Pair
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.AccountLinkActionEnum
-
- getValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionBodyDTO
-
Metadata value.
- getValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
Metadata value.
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.AccountRestrictionFlagsEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.AccountTypeEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.AliasActionEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.AliasTypeEnum
-
- getValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMetadataTransactionDTO
-
Metadata value.
- getValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicMetadataTransactionDTO
-
Metadata value.
- getValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceMetadataTransactionDTO
-
Metadata value.
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.LockHashAlgorithmEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.MessageTypeEnum
-
- getValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataEntryDTO
-
Metadata value.
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.MetadataTypeEnum
-
- getValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionEntryDTO
-
Restriction value.
- getValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionBodyDTO
-
Metadata value.
- getValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Metadata value.
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.MosaicRestrictionEntryTypeEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.MosaicRestrictionTypeEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeActionEnum
-
- getValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionBodyDTO
-
Metadata value.
- getValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
Metadata value.
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTypeEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.NetworkTypeEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.NodeIdentityEqualityStrategy
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.NodeStatusEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.PositionEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.ReceiptTypeEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.RolesTypeEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.TransactionStateTypeEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.TransactionStatusTypeEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.TransactionTypeEnum
-
- getValues() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountRestrictionDTO
-
Address, mosaic id, or transaction type to restrict.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionBodyDTO
-
Value size in bytes.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
Value size in bytes.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMetadataTransactionDTO
-
Value size in bytes.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicMetadataTransactionDTO
-
Value size in bytes.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceMetadataTransactionDTO
-
Value size in bytes.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionBodyDTO
-
Value size in bytes.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Value size in bytes.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionBodyDTO
-
Value size in bytes.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
Value size in bytes.
- getValueSizeDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionBodyDTO
-
Change in value size in bytes.
- getValueSizeDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
Change in value size in bytes.
- getValueSizeDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMetadataTransactionDTO
-
Change in value size in bytes.
- getValueSizeDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicMetadataTransactionDTO
-
Change in value size in bytes.
- getValueSizeDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceMetadataTransactionDTO
-
Change in value size in bytes.
- getValueSizeDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionBodyDTO
-
Change in value size in bytes.
- getValueSizeDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Change in value size in bytes.
- getValueSizeDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionBodyDTO
-
Change in value size in bytes.
- getValueSizeDelta() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
Change in value size in bytes.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceChangeReceiptDTO
-
Version of the receipt.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceTransferReceiptDTO
-
Version of the receipt.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountAddressRestrictionTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountLinkTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMetadataTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMosaicRestrictionTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountOperationRestrictionTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAddressAliasTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedHashLockTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAddressRestrictionTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicAliasTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicDefinitionTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicGlobalRestrictionTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicMetadataTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicSupplyChangeTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMultisigAccountModificationTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceMetadataTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceRegistrationTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretLockTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedSecretProofTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransferTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EntityDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.InflationReceiptDTO
-
Version of the receipt.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicExpiryReceiptDTO
-
Version of the receipt.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceExpiryReceiptDTO
-
Version of the receipt.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeInfoDTO
-
Version of the application.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ReceiptDTO
-
Version of the receipt.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionDTO
-
Entity version.
- getVertx() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient
-
- getWebClient() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient
-
- group(TransactionStateTypeEnum) - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatusDTO
-