- 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
-
- generationHashSeed(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.
- 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.
- getAccountInfoMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApi
-
- getAccountInfoMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.AccountRoutesApiImpl
-
Get account merkle information
Returns the account merkle information.
- getAccountInfoMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.AccountRoutesApi
-
Get account merkle information
Returns the account merkle information.
- getAccountlink() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get accountlink
- 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.
- getAccountMultisigMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MultisigRoutesApi
-
- getAccountMultisigMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MultisigRoutesApiImpl
-
Get multisig account merkle information
Returns the multisig account merkle information.
- getAccountMultisigMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MultisigRoutesApi
-
Get multisig account merkle information
Returns the multisig account merkle information.
- getAccountNames() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountsNamesDTO
-
Array of account names.
- 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 address.
- 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 address.
- getAccountRestrictions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountRestrictionsInfoDTO
-
Get accountRestrictions
- getAccountRestrictionsMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.RestrictionAccountRoutesApi
-
- getAccountRestrictionsMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.RestrictionAccountRoutesApiImpl
-
Get the account restrictions merkle
Returns the account restrictions merkle for a given address.
- getAccountRestrictionsMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.RestrictionAccountRoutesApi
-
Get the account restrictions merkle
Returns the account restrictions merkle for a given address.
- 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(Addresses, Handler<AsyncResult<AccountsNamesDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApi
-
- getAccountsNames(Addresses, 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(Addresses, 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
- 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.
- getAddressAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMultisigAccountModificationTransactionDTO
-
Array of cosignatory accounts to add.
- getAddressAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionBodyDTO
-
Array of cosignatory accounts to add.
- getAddressAdditions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
Array of cosignatory accounts to add.
- getAddressDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMultisigAccountModificationTransactionDTO
-
Array of cosignatory accounts to delete.
- getAddressDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionBodyDTO
-
Array of cosignatory accounts to delete.
- getAddressDeletions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
Array of cosignatory accounts to delete.
- getAddresses() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountIds
-
Array of addresses.
- getAddresses() - Method in class io.nem.symbol.sdk.openapi.vertx.model.Addresses
-
Array of addresses.
- getAddressHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountDTO
-
Height of the blockchain.
- 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.HashLockEntryDTO
-
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.SecretLockEntryDTO
-
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.FinalizationRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.HashLockRoutesApiImpl
-
- 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.SecretLockRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApiImpl
-
- getApiClient() - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionStatusRoutesApiImpl
-
- 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.TransactionFeesDTO
-
Fee multiplier applied to transactions contained in block.
- 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
-
- getBeneficiaryAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Address expressed in hexadecimal base.
- getBeneficiaryAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
Address expressed in hexadecimal base.
- getBeneficiaryAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
Address expressed in hexadecimal base.
- getBeneficiaryCount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ActivityBucketDTO
-
A number that allows uint 32 values.
- getBit() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeBranchLinkDTO
-
Branch link nibble bit index (hexadecimal).
- 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.
- getBlockFinalizationInterval() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Number of blocks between successive finalization attempts.
- 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.
- getBlockTimeSmoothingFactor() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
A higher value makes the network more biased.
- getBottom() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BmTreeSignature
-
Get bottom
- getBranchHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeBranchDTO
-
Get branchHash
- getChain() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkConfigurationDTO
-
Get chain
- getChainInfo(Handler<AsyncResult<ChainInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.ChainRoutesApi
-
- getChainInfo(Handler<AsyncResult<ChainInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.ChainRoutesApiImpl
-
Get the current information of the chain
Returns the current information of the blockchain.
- getChainInfo(Handler<AsyncResult<ChainInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.ChainRoutesApi
-
Get the current information of the chain
Returns the current information 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
- getCompositeHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockEntryDTO
-
Get compositeHash
- getConfirmedTransaction(String, Handler<AsyncResult<TransactionInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionRoutesApi
-
Get confirmed transaction information
Returns confirmed transaction information given a transactionId or hash.
- getConfirmedTransaction(String, Handler<AsyncResult<TransactionInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApi
-
- getConfirmedTransaction(String, Handler<AsyncResult<TransactionInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApiImpl
-
Get confirmed transaction information
Returns confirmed transaction information given a transactionId or hash.
- getConfirmedTransactions(TransactionIds, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionRoutesApi
-
Get confirmed trasactions information
Returns confirmed transactions information for a given array of transactionIds.
- getConfirmedTransactions(TransactionIds, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApi
-
- getConfirmedTransactions(TransactionIds, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApiImpl
-
Get confirmed trasactions information
Returns confirmed transactions information for a given array of transactionIds.
- getCosignatoryAddresses() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigDTO
-
Addresses 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.AggregateTransactionBodyExtendedDTO
-
Array of transaction cosignatures.
- getCosignatures() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionDTO
-
Array of transaction cosignatures.
- getCosignatures() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionExtendedDTO
-
Array of transaction cosignatures.
- getCurrencyMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Mosaic id used as primary chain currency.
- getData() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountPage
-
Array of accounts.
- getData() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountRestrictionsPage
-
Array of account restrictions.
- getData() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockPage
-
Array of blocks.
- getData() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockPage
-
Array of hash locks.
- getData() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataPage
-
Array of metadata entries.
- getData() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicPage
-
Array of mosaics.
- getData() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicRestrictionsPage
-
Array of mosaic restrictions.
- getData() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespacePage
-
Array of namespaces.
- getData() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ResolutionStatementPage
-
Array of transaction address resolution statements.
- getData() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockPage
-
Array of secret locks.
- getData() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionPage
-
Array of transactions.
- getData() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatementPage
-
Array of transaction statements.
- 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.AccountKeyLinkTransactionDTO
-
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.AggregateTransactionExtendedDTO
-
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.NodeKeyLinkTransactionDTO
-
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.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionDTO
-
Duration expressed in number of blocks.
- getDeadline() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VrfKeyLinkTransactionDTO
-
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.FinalizationRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.HashLockRoutesApi
-
- 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.SecretLockRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionRoutesApi
-
- getDelegate() - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionStatusRoutesApi
-
- 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.
- getDifficulty() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
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.AccountKeyLinkNetworkPropertiesDTO
-
to trigger plugin load
- getDummy() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeKeyLinkNetworkPropertiesDTO
-
to trigger plugin load
- getDummy() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkNetworkPropertiesDTO
-
to trigger plugin load
- getDummy() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VrfKeyLinkNetworkPropertiesDTO
-
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.
- getEffectiveChildNamespaceRentalFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.RentalFeesDTO
-
Absolute amount.
- getEffectiveMosaicRentalFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.RentalFeesDTO
-
Absolute amount.
- getEffectiveRootNamespaceRentalFeePerBlock() - Method in class io.nem.symbol.sdk.openapi.vertx.model.RentalFeesDTO
-
Absolute amount.
- 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.
- getEncodedPath() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeBranchDTO
-
Encoded branch link path.
- getEncodedPath() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeLeafDTO
-
Encoded leaf path.
- getEndEpoch() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkVotingKeyDTO
-
Finalization Epoch
- getEndEpoch() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedVotingKeyLinkTransactionDTO
-
Finalization Epoch
- getEndEpoch() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionBodyDTO
-
Finalization Epoch
- getEndEpoch() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionDTO
-
Finalization Epoch
- getEndHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockEntryDTO
-
Height of the blockchain.
- getEndHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceDTO
-
Height of the blockchain.
- getEndHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockEntryDTO
-
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.
- getFeeMultiplier() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
Fee multiplier applied to transactions contained in block.
- getFinalizationEpoch() - Method in class io.nem.symbol.sdk.openapi.vertx.model.FinalizationProofDTO
-
Finalization Epoch
- getFinalizationEpoch() - Method in class io.nem.symbol.sdk.openapi.vertx.model.FinalizedBlockDTO
-
Finalization Epoch
- getFinalizationPoint() - Method in class io.nem.symbol.sdk.openapi.vertx.model.FinalizationProofDTO
-
Finalization point
- getFinalizationPoint() - Method in class io.nem.symbol.sdk.openapi.vertx.model.FinalizedBlockDTO
-
Finalization point
- getFinalizationProofAtEpoch(Long, Handler<AsyncResult<FinalizationProofDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.FinalizationRoutesApi
-
- getFinalizationProofAtEpoch(Long, Handler<AsyncResult<FinalizationProofDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.FinalizationRoutesApiImpl
-
Get finalization proof
Gets finalization proof for the greatest height associated with the given epoch.
- getFinalizationProofAtEpoch(Long, Handler<AsyncResult<FinalizationProofDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.FinalizationRoutesApi
-
Get finalization proof
Gets finalization proof for the greatest height associated with the given epoch.
- getFinalizationProofAtHeight(BigInteger, Handler<AsyncResult<FinalizationProofDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.FinalizationRoutesApi
-
- getFinalizationProofAtHeight(BigInteger, Handler<AsyncResult<FinalizationProofDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.FinalizationRoutesApiImpl
-
Get finalization proof
Gets finalization proof at the given height.
- getFinalizationProofAtHeight(BigInteger, Handler<AsyncResult<FinalizationProofDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.FinalizationRoutesApi
-
Get finalization proof
Gets finalization proof at the given height.
- 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
- getGenerationHashSeed() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkPropertiesDTO
-
Get generationHashSeed
- 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.
- getHarvestingEligibleAccountsCount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
A number that allows uint 64 values represented with a string.
- getHarvestingEligibleAccountsCount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTOAllOf
-
A number that allows uint 64 values represented with a string.
- getHarvestingMosaicId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Mosaic id used to provide harvesting ability.
- getHarvestNetworkFeeSinkAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Address encoded using a 32-character set.
- getHarvestNetworkPercentage() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Percentage of the harvested fee that is collected by the network.
- 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.FinalizationProofDTO
-
Get hash
- getHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.FinalizedBlockDTO
-
Get hash
- getHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockEntryDTO
-
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.SecretLockEntryDTO
-
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.MessageGroup
-
Get hashes
- getHashes() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionHashes
-
Array of transaction hashes.
- getHashLock(String, Handler<AsyncResult<HashLockInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.HashLockRoutesApi
-
- getHashLock(String, Handler<AsyncResult<HashLockInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.HashLockRoutesApiImpl
-
Get hash lock information
Gets the hash lock for a given hash.
- getHashLock(String, Handler<AsyncResult<HashLockInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.HashLockRoutesApi
-
Get hash lock information
Gets the hash lock for a given hash.
- getHashLockMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.HashLockRoutesApi
-
- getHashLockMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.HashLockRoutesApiImpl
-
Get hash lock merkle information
Gets the hash lock merkle for a given hash.
- getHashLockMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.HashLockRoutesApi
-
Get hash lock merkle information
Gets the hash lock merkle for a given hash.
- 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.ChainInfoDTO
-
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.FinalizationProofDTO
-
Height of the blockchain.
- getHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.FinalizedBlockDTO
-
Height of the blockchain.
- getHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
Height of the blockchain.
- getHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MessageGroup
-
Height of the blockchain.
- getHeight() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ResolutionStatementDTO
-
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.TransactionStatementDTO
-
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.TransactionFeesDTO
-
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.AccountInfoDTO
-
Internal resource identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockInfoDTO
-
Internal resource identifier.
- 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.EmbeddedTransactionInfoDTO
-
Internal resource identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockInfoDTO
-
Get id
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataInfoDTO
-
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.MosaicAddressRestrictionDTO
-
Internal resource 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.MosaicGlobalRestrictionDTO
-
Internal resource identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicInfoDTO
-
Internal resource identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceInfoDTO
-
Internal resource identifier.
- 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.ResolutionStatementInfoDTO
-
Internal resource identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockInfoDTO
-
Get id
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionInfoDTO
-
Internal resource identifier.
- getId() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatementInfoDTO
-
Internal resource identifier.
- 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.
- getLatestFinalizedBlock() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainInfoDTO
-
Get latestFinalizedBlock
- getLeafHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeLeafDTO
-
Get leafHash
- 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.
- getLink() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeBranchLinkDTO
-
Get link
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountKeyLinkTransactionBodyDTO
-
Get linkAction
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountKeyLinkTransactionDTO
-
Get linkAction
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountKeyLinkTransactionDTO
-
Get linkAction
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNodeKeyLinkTransactionDTO
-
Get linkAction
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedVotingKeyLinkTransactionDTO
-
Get linkAction
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedVrfKeyLinkTransactionDTO
-
Get linkAction
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeKeyLinkTransactionBodyDTO
-
Get linkAction
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeKeyLinkTransactionDTO
-
Get linkAction
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionBodyDTO
-
Get linkAction
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionDTO
-
Get linkAction
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VrfKeyLinkTransactionBodyDTO
-
Get linkAction
- getLinkAction() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VrfKeyLinkTransactionDTO
-
Get linkAction
- getLinked() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SupplementalPublicKeysDTO
-
Get linked
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountKeyLinkTransactionBodyDTO
-
Public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountKeyLinkTransactionDTO
-
Public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountKeyLinkTransactionDTO
-
Public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNodeKeyLinkTransactionDTO
-
Public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedVotingKeyLinkTransactionDTO
-
32 bytes voting public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedVrfKeyLinkTransactionDTO
-
Public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeKeyLinkTransactionBodyDTO
-
Public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeKeyLinkTransactionDTO
-
Public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionBodyDTO
-
32 bytes voting public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionDTO
-
32 bytes voting public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VrfKeyLinkTransactionBodyDTO
-
Public key.
- getLinkedPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VrfKeyLinkTransactionDTO
-
Public key.
- getLinkMask() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeBranchDTO
-
Branch link bitmask.
- getLinks() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeBranchDTO
-
Branch links (max 16).
- getLocation() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.auth.ApiKeyAuth
-
- getLock() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockInfoDTO
-
Get lock
- getLock() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockInfoDTO
-
Get lock
- 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.TransactionFeesDTO
-
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.AccountKeyLinkTransactionDTO
-
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.AggregateTransactionExtendedDTO
-
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.NodeKeyLinkTransactionDTO
-
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.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionDTO
-
Absolute amount.
- getMaxFee() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VrfKeyLinkTransactionDTO
-
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.
- getMaxVotingKeyLifetime() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Maximum number of finalization rounds for which voting key can be registered.
- getMaxVotingKeysPerAccount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Maximum number of voting keys that can be registered at once per account.
- getMedianFeeMultiplier() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionFeesDTO
-
Fee multiplier applied to transactions contained in block.
- 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.BlockRoutesApi
-
- getMerkleReceipts(BigInteger, String, Handler<AsyncResult<MerkleProofInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.BlockRoutesApiImpl
-
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.BlockRoutesApi
-
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
-
Transfer transaction 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
-
Transfer transaction message
- getMessage() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionDTO
-
Transfer transaction message
- getMessageGroups() - Method in class io.nem.symbol.sdk.openapi.vertx.model.FinalizationProofDTO
-
Get messageGroups
- 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(String, Handler<AsyncResult<MetadataInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApi
-
- getMetadata(String, Handler<AsyncResult<MetadataInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApiImpl
-
Get metadata information
Gets the metadata for a given composite hash.
- getMetadata(String, Handler<AsyncResult<MetadataInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MetadataRoutesApi
-
Get metadata information
Gets the metadata for a given composite hash.
- getMetadata() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get metadata
- getMetadataEntry() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataInfoDTO
-
Get metadataEntry
- getMetadataMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApi
-
- getMetadataMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MetadataRoutesApiImpl
-
Get metadata merkle information
Gets the metadata merkle for a given composite hash.
- getMetadataMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MetadataRoutesApi
-
Get metadata merkle information
Gets the metadata merkle for a given composite hash.
- 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
-
A number that allows uint 32 values.
- 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.
- getMinFeeMultiplier() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionFeesDTO
-
Fee multiplier applied to transactions contained in block.
- 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
-
A number that allows uint 32 values.
- 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.
- getMinVoterBalance() - 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 voting.
- getMinVotingKeyLifetime() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainPropertiesDTO
-
Minimum number of finalization rounds for which voting key can be registered.
- 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
- 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.HashLockEntryDTO
-
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.SecretLockEntryDTO
-
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.
- getMosaicMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.MosaicRoutesApi
-
- getMosaicMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.MosaicRoutesApiImpl
-
Get mosaic merkle information
Gets the mosaic definition merkle for a given mosaic identifier.
- getMosaicMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.MosaicRoutesApi
-
Get mosaic merkle information
Gets the mosaic definition merkle for a given mosaic identifier.
- 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.
- getMosaicRentalFeeSinkAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicNetworkPropertiesDTO
-
Address encoded using a 32-character set.
- 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
- getMosaicRestrictions(String, Handler<AsyncResult<Object>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApi
-
- getMosaicRestrictions(String, Handler<AsyncResult<Object>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApiImpl
-
Get the mosaic restrictions
Returns the mosaic restrictions for a composite hash.
- getMosaicRestrictions(String, Handler<AsyncResult<Object>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.RestrictionMosaicRoutesApi
-
Get the mosaic restrictions
Returns the mosaic restrictions for a composite hash.
- getMosaicRestrictionsMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApi
-
- getMosaicRestrictionsMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.RestrictionMosaicRoutesApiImpl
-
Get the mosaic restrictions merkle
Returns the mosaic restrictions merkle for a given composite hash.
- getMosaicRestrictionsMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.RestrictionMosaicRoutesApi
-
Get the mosaic restrictions merkle
Returns the mosaic restrictions merkle for a given composite hash.
- 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.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.
- 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
- getMultisigAddresses() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigDTO
-
Multisig accounts where the account is cosignatory.
- getMultisigEntries() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountGraphInfoDTO
-
Array of multisig accounts for this level.
- 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.
- getNamespaceMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApi
-
- getNamespaceMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NamespaceRoutesApiImpl
-
Get namespace merkle information
Gets the namespace merkle for a given namespace identifier.
- getNamespaceMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NamespaceRoutesApi
-
Get namespace merkle information
Gets the namespace merkle for a given namespace identifier.
- getNamespaceRentalFeeSinkAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceNetworkPropertiesDTO
-
Address encoded using a 32-character set.
- 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.
- getNemesisSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NetworkPropertiesDTO
-
Public key.
- 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.AccountKeyLinkTransactionDTO
-
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.AggregateTransactionExtendedDTO
-
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.EmbeddedAccountKeyLinkTransactionDTO
-
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.EmbeddedNodeKeyLinkTransactionDTO
-
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.EmbeddedVotingKeyLinkTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedVrfKeyLinkTransactionDTO
-
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.ImportanceBlockDTO
-
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.NodeKeyLinkTransactionDTO
-
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
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionDTO
-
Get network
- getNetwork() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VrfKeyLinkTransactionDTO
-
Get network
- getNetworkGenerationHashSeed() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeInfoDTO
-
Get networkGenerationHashSeed
- 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.
- getNibbleCount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeBranchDTO
-
Nibble count.
- getNibbleCount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeLeafDTO
-
Nibble count.
- getNode() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SupplementalPublicKeysDTO
-
Get node
- 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.
- getNodePublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeInfoDTO
-
Public key.
- 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
-
A number that allows uint 32 values.
- getNonce() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionBodyDTO
-
A number that allows uint 32 values.
- getNonce() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
A number that allows uint 32 values.
- 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.
- 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.HashLockEntryDTO
-
Address expressed in hexadecimal base.
- 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.
- getOwnerAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockEntryDTO
-
Address expressed in hexadecimal base.
- getPageNumber() - Method in class io.nem.symbol.sdk.openapi.vertx.model.Pagination
-
Get pageNumber
- getPageSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.Pagination
-
Get pageSize
- getPagination() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountPage
-
Get pagination
- getPagination() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountRestrictionsPage
-
Get pagination
- getPagination() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockPage
-
Get pagination
- getPagination() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockPage
-
Get pagination
- getPagination() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataPage
-
Get pagination
- getPagination() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicPage
-
Get pagination
- getPagination() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicRestrictionsPage
-
Get pagination
- getPagination() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespacePage
-
Get pagination
- getPagination() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ResolutionStatementPage
-
Get pagination
- getPagination() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockPage
-
Get pagination
- getPagination() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionPage
-
Get pagination
- getPagination() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatementPage
-
Get pagination
- 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.
- getParentPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ParentPublicKeySignaturePair
-
Public key.
- getPartialTransaction(String, Handler<AsyncResult<TransactionInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionRoutesApi
-
Get partial transaction information
Returns partial transaction information given a transactionId or hash.
- getPartialTransaction(String, Handler<AsyncResult<TransactionInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApi
-
- getPartialTransaction(String, Handler<AsyncResult<TransactionInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApiImpl
-
Get partial transaction information
Returns partial transaction information given a transactionId or hash.
- getPartialTransactions(TransactionIds, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionRoutesApi
-
Get partial trasactions information
Returns partial transactions information for a given array of transactionIds.
- getPartialTransactions(TransactionIds, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApi
-
- getPartialTransactions(TransactionIds, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApiImpl
-
Get partial trasactions information
Returns partial transactions information for a given array of transactionIds.
- getPassword() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.auth.HttpBasicAuth
-
- getPath() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeBranchDTO
-
Branch link path.
- getPath() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeLeafDTO
-
Leaf path.
- 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
- getPreviousBlockHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
Get previousBlockHash
- getPreviousImportanceBlockHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
Get previousImportanceBlockHash
- getPreviousImportanceBlockHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTOAllOf
-
Get previousImportanceBlockHash
- 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
-
A number that allows uint 32 values.
- 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.
- getProofGamma() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
32-bytes VRF proof gamma.
- getProofGamma() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
32-bytes VRF proof gamma.
- getProofGamma() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
32-bytes VRF proof gamma.
- getProofScalar() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
32-bytes VRF proof scalar.
- getProofScalar() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
32-bytes VRF proof scalar.
- getProofScalar() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
32-bytes VRF proof scalar.
- getProofVerificationHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
16-bytes VRF proof verification hash.
- getProofVerificationHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
16-bytes VRF proof verification hash.
- getProofVerificationHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
16-bytes VRF proof verification hash.
- 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.AccountLinkPublicKeyDTO
-
Get publicKey
- getPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkVotingKeyDTO
-
Get publicKey
- getPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeInfoDTO
-
Public key.
- 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.
- getPublicKeys() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkVotingKeysDTO
-
Get publicKeys
- getRaw() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleStateInfoDTO
-
The hex information of the complete merkle tree as returned by server api.
- getRawScore() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ActivityBucketDTO
-
Probability of an account to harvest the next block.
- getReceipts() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatementDTO
-
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
- getReceiptsHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
Get receiptsHash
- getReceiveTimestamp() - Method in class io.nem.symbol.sdk.openapi.vertx.model.CommunicationTimestampsDTO
-
Get receiveTimestamp
- 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.SecretLockEntryDTO
-
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
- getRentalFees(Handler<AsyncResult<RentalFeesDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NetworkRoutesApi
-
- getRentalFees(Handler<AsyncResult<RentalFeesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NetworkRoutesApiImpl
-
Get rental fees information
Returns the estimated effective rental fees for namespaces and mosaics.
- getRentalFees(Handler<AsyncResult<RentalFeesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NetworkRoutesApi
-
Get rental fees information
Returns the estimated effective rental fees for namespaces and mosaics.
- 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.ResolutionStatementDTO
-
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
-
A number that allows uint 32 values.
- getRoles() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeInfoDTO
-
A number that defines the different roles the node provides.
- getRoot() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BmTreeSignature
-
Get root
- 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.ChainInfoDTO
-
Score of the blockchain.
- getScoreLow() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ChainInfoDTO
-
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
-
A number that allows uint 32 values.
- 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.SecretLockEntryDTO
-
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
- getSecretLock(String, Handler<AsyncResult<SecretLockInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.SecretLockRoutesApi
-
Get secret lock information
Gets the hash lock for a given composite hash.
- getSecretLock(String, Handler<AsyncResult<SecretLockInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.SecretLockRoutesApi
-
- getSecretLock(String, Handler<AsyncResult<SecretLockInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.SecretLockRoutesApiImpl
-
Get secret lock information
Gets the hash lock for a given composite hash.
- getSecretLockMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.SecretLockRoutesApi
-
Get secret lock merkle information
Gets the hash lock merkle for a given composite hash.
- getSecretLockMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.SecretLockRoutesApi
-
- getSecretLockMerkle(String, Handler<AsyncResult<MerkleStateInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.SecretLockRoutesApiImpl
-
Get secret lock merkle information
Gets the hash lock merkle for a given composite hash.
- getSenderAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceTransferReceiptDTO
-
Address expressed in hexadecimal base.
- getSenderAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceTransferReceiptDTOAllOf
-
Address expressed in hexadecimal base.
- getSendTimestamp() - Method in class io.nem.symbol.sdk.openapi.vertx.model.CommunicationTimestampsDTO
-
Get sendTimestamp
- 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.AccountKeyLinkTransactionDTO
-
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.AggregateTransactionExtendedDTO
-
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.ImportanceBlockDTO
-
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.NodeKeyLinkTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ParentPublicKeySignaturePair
-
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.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionDTO
-
Entity's signature generated by the signer.
- getSignature() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VrfKeyLinkTransactionDTO
-
Entity's signature generated by the signer.
- getSignatures() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MessageGroup
-
Get signatures
- 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.AccountKeyLinkTransactionDTO
-
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.AggregateTransactionExtendedDTO
-
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.EmbeddedAccountKeyLinkTransactionDTO
-
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.EmbeddedNodeKeyLinkTransactionDTO
-
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.EmbeddedVotingKeyLinkTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedVrfKeyLinkTransactionDTO
-
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.ImportanceBlockDTO
-
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.NodeKeyLinkTransactionDTO
-
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.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionDTO
-
Public key.
- getSignerPublicKey() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VrfKeyLinkTransactionDTO
-
Public key.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountAddressRestrictionTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountKeyLinkTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMosaicRestrictionTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountOperationRestrictionTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AddressAliasTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionExtendedDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAliasTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicDefinitionTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicGlobalRestrictionTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicSupplyChangeTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MultisigAccountModificationTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceRegistrationTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeKeyLinkTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretProofTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SizePrefixedEntityDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransferTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionDTO
-
A number that allows uint 32 values.
- getSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VrfKeyLinkTransactionDTO
-
A number that allows uint 32 values.
- 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.TransactionStatementDTO
-
Get source
- getSourceAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataEntryDTO
-
Address expressed in hexadecimal base.
- getStage() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MessageGroup
-
Get stage
- getStartEpoch() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountLinkVotingKeyDTO
-
Finalization Epoch
- getStartEpoch() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedVotingKeyLinkTransactionDTO
-
Finalization Epoch
- getStartEpoch() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionBodyDTO
-
Finalization Epoch
- getStartEpoch() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionDTO
-
Finalization Epoch
- 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
- getStateHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
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.ResolutionStatementInfoDTO
-
Get statement
- getStatement() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatementInfoDTO
-
Get statement
- getStatementsCount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockMetaDTO
-
Number of statements (of any kind) present in this block.
- getStatus() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockEntryDTO
-
Get status
- getStatus() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NodeHealthInfoDTO
-
Get status
- getStatus() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SecretLockEntryDTO
-
Get status
- getSupplementalPublicKeys() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountDTO
-
Get supplementalPublicKeys
- 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.AccountMetadataTransactionBodyDTO
-
Address expressed in hexadecimal base.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
Address expressed in hexadecimal base.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceChangeReceiptDTO
-
Address expressed in hexadecimal base.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BalanceChangeReceiptDTOAllOf
-
Address expressed in hexadecimal base.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMetadataTransactionDTO
-
Address expressed in hexadecimal base.
- 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.EmbeddedMosaicMetadataTransactionDTO
-
Address expressed in hexadecimal base.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceMetadataTransactionDTO
-
Address expressed in hexadecimal base.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MetadataEntryDTO
-
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.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionBodyDTO
-
Address expressed in hexadecimal base.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
Address expressed in hexadecimal base.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionBodyDTO
-
Address expressed in hexadecimal base.
- getTargetAddress() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
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.
- getTimestamp() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTO
-
Get timestamp
- getTimestamp() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockDTOAllOf
-
Get timestamp
- getTimestamp() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
Get timestamp
- 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
-
Absolute amount.
- getTotalTransactionsCount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockMetaDTO
-
Total number of [transactions](https://docs.symbolplatform.com/concepts/transaction.html) confirmed in this block, including *embedded* transactions (i.e.
- getTotalVotingBalance() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
Absolute amount.
- getTotalVotingBalance() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTOAllOf
-
Absolute amount.
- 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
- getTransactionFees(Handler<AsyncResult<TransactionFeesDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NetworkRoutesApi
-
- getTransactionFees(Handler<AsyncResult<TransactionFeesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NetworkRoutesApiImpl
-
Get transaction fees information
Returns the average, median, highest and lower fee multiplier over the last \"numBlocksTransactionFeeStats\".
- getTransactionFees(Handler<AsyncResult<TransactionFeesDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NetworkRoutesApi
-
Get transaction fees information
Returns the average, median, highest and lower fee multiplier over the last \"numBlocksTransactionFeeStats\".
- getTransactionIds() - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionIds
-
Array of transaction identifiers.
- getTransactions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionBodyExtendedDTO
-
Array of transactions initiated by different accounts.
- getTransactions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AggregateTransactionExtendedDTO
-
Array of transactions initiated by different accounts.
- getTransactions() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedTransactionBodyDTO
-
Array of transactions initiated by different accounts.
- getTransactionsCount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.BlockMetaDTO
-
Number of [transactions](https://docs.symbolplatform.com/concepts/transaction.html) confirmed in this block.
- 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.AggregateTransactionBodyExtendedDTO
-
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.AggregateTransactionExtendedDTO
-
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
- getTransactionsHash() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
Get transactionsHash
- getTransactionStatus(String, Handler<AsyncResult<TransactionStatusDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionStatusRoutesApi
-
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.TransactionStatusRoutesApi
-
- getTransactionStatus(String, Handler<AsyncResult<TransactionStatusDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionStatusRoutesApiImpl
-
Get transaction status
Returns the transaction status for a given hash.
- getTransactionStatuses(TransactionHashes, Handler<AsyncResult<List<TransactionStatusDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionStatusRoutesApi
-
Get transaction statuses
Returns an array of transaction statuses for a given array of transaction hashes.
- getTransactionStatuses(TransactionHashes, Handler<AsyncResult<List<TransactionStatusDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.TransactionStatusRoutesApi
-
- getTransactionStatuses(TransactionHashes, Handler<AsyncResult<List<TransactionStatusDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionStatusRoutesApiImpl
-
Get transaction statuses
Returns an array of transaction statuses for a given array of transaction hashes.
- getTransfer() - Method in class io.nem.symbol.sdk.openapi.vertx.model.PluginsPropertiesDTO
-
Get transfer
- getTree() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleStateInfoDTO
-
Merkle tree parsed from merkle tree raw.
- 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.AccountKeyLinkTransactionDTO
-
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.AggregateTransactionExtendedDTO
-
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.EmbeddedAccountKeyLinkTransactionDTO
-
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.EmbeddedNodeKeyLinkTransactionDTO
-
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.EmbeddedVotingKeyLinkTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedVrfKeyLinkTransactionDTO
-
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.ImportanceBlockDTO
-
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.MerkleTreeBranchDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeLeafDTO
-
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.NodeKeyLinkTransactionDTO
-
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
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionDTO
-
Get type
- getType() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VrfKeyLinkTransactionDTO
-
Get type
- getUnconfirmedTransaction(String, Handler<AsyncResult<TransactionInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionRoutesApi
-
Get unconfirmed transaction information
Returns unconfirmed transaction information given a transactionId or hash.
- getUnconfirmedTransaction(String, Handler<AsyncResult<TransactionInfoDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApi
-
- getUnconfirmedTransaction(String, Handler<AsyncResult<TransactionInfoDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApiImpl
-
Get unconfirmed transaction information
Returns unconfirmed transaction information given a transactionId or hash.
- getUnconfirmedTransactions(TransactionIds, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.TransactionRoutesApi
-
Get unconfirmed trasactions information
Returns unconfirmed transactions information for a given array of transactionIds.
- getUnconfirmedTransactions(TransactionIds, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApi
-
- getUnconfirmedTransactions(TransactionIds, Handler<AsyncResult<List<TransactionInfoDTO>>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.TransactionRoutesApiImpl
-
Get unconfirmed trasactions information
Returns unconfirmed transactions information for a given array of transactionIds.
- getUnlockedAccount(Handler<AsyncResult<UnlockedAccountDTO>>) - Method in interface io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApi
-
- getUnlockedAccount(Handler<AsyncResult<UnlockedAccountDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.NodeRoutesApiImpl
-
Get the unlocked harvesting account public keys.
- getUnlockedAccount(Handler<AsyncResult<UnlockedAccountDTO>>) - Method in class io.nem.symbol.sdk.openapi.vertx.api.rxjava.NodeRoutesApi
-
Get the unlocked harvesting account public keys.
- getUnlockedAccount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.UnlockedAccountDTO
-
Get unlockedAccount
- getUnresolved() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ResolutionStatementDTO
-
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.AccountKeyTypeFlagsEnum
-
- 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.AccountOrderByEnum
-
- 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 enum io.nem.symbol.sdk.openapi.vertx.model.BlockOrderByEnum
-
- 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.LinkActionEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.LockHashAlgorithmEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.LockStatus
-
- getValue() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeLeafDTO
-
Leaf value (sha256 hash).
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.MerkleTreeNodeTypeEnum
-
- 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.Order
-
- 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.StageEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.TransactionGroupEnum
-
- getValue() - Method in enum io.nem.symbol.sdk.openapi.vertx.model.TransactionStatusEnum
-
- 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
-
A number that allows uint 32 values.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountMetadataTransactionDTO
-
A number that allows uint 32 values.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedAccountMetadataTransactionDTO
-
A number that allows uint 32 values.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedMosaicMetadataTransactionDTO
-
A number that allows uint 32 values.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedNamespaceMetadataTransactionDTO
-
A number that allows uint 32 values.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionBodyDTO
-
A number that allows uint 32 values.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicMetadataTransactionDTO
-
A number that allows uint 32 values.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionBodyDTO
-
A number that allows uint 32 values.
- getValueSize() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceMetadataTransactionDTO
-
A number that allows uint 32 values.
- 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.AccountDTO
-
The version of the state
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.AccountKeyLinkTransactionDTO
-
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.AccountRestrictionsDTO
-
The version of the state
- 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.AggregateTransactionExtendedDTO
-
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.Cosignature
-
Cosignature version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.CosignatureDTO
-
Cosignature version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.CosignatureDTOAllOf
-
Cosignature 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.EmbeddedAccountKeyLinkTransactionDTO
-
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.EmbeddedNodeKeyLinkTransactionDTO
-
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.EmbeddedVotingKeyLinkTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.EmbeddedVrfKeyLinkTransactionDTO
-
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.FinalizationProofDTO
-
Get version
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.HashLockEntryDTO
-
The version of the state
- 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.ImportanceBlockDTO
-
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.MetadataEntryDTO
-
The version of the state
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.MosaicAddressRestrictionEntryWrapperDTO
-
The version of the state
- 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.MosaicDTO
-
The version of the state
- 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.MosaicGlobalRestrictionEntryWrapperDTO
-
The version of the state
- 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.MultisigDTO
-
The version of the state
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.NamespaceDTO
-
The version of the state
- 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.NodeKeyLinkTransactionDTO
-
Entity version.
- 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.SecretLockEntryDTO
-
The version of the state
- 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.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VotingKeyLinkTransactionDTO
-
Entity version.
- getVersion() - Method in class io.nem.symbol.sdk.openapi.vertx.model.VrfKeyLinkTransactionDTO
-
Entity version.
- getVertx() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient
-
- getVoting() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SupplementalPublicKeysDTO
-
Get voting
- getVotingEligibleAccountsCount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTO
-
A number that allows uint 32 values.
- getVotingEligibleAccountsCount() - Method in class io.nem.symbol.sdk.openapi.vertx.model.ImportanceBlockDTOAllOf
-
A number that allows uint 32 values.
- getVrf() - Method in class io.nem.symbol.sdk.openapi.vertx.model.SupplementalPublicKeysDTO
-
Get vrf
- getWebClient() - Method in class io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient
-
- group(TransactionGroupEnum) - Method in class io.nem.symbol.sdk.openapi.vertx.model.TransactionStatusDTO
-