Uses of Enum Class
dev.getelements.elements.sdk.model.blockchain.BlockchainApi
Packages that use BlockchainApi
Package
Description
-
Uses of BlockchainApi in dev.getelements.elements.dao.mongo.blockchain
Methods in dev.getelements.elements.dao.mongo.blockchain with parameters of type BlockchainApiModifier and TypeMethodDescriptionMongoSmartContractDao.getSmartContracts
(int offset, int count, BlockchainApi blockchainApi, List<BlockchainNetwork> blockchainNetworks) MongoWalletDao.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) -
Uses of BlockchainApi in dev.getelements.elements.dao.mongo.model.blockchain
Methods in dev.getelements.elements.dao.mongo.model.blockchain that return BlockchainApiMethods in dev.getelements.elements.dao.mongo.model.blockchain with parameters of type BlockchainApiModifier and TypeMethodDescriptionvoid
MongoSmartContractAddress.setApi
(BlockchainApi api) void
MongoWallet.setApi
(BlockchainApi api) -
Uses of BlockchainApi in dev.getelements.elements.rest.blockchain
Methods in dev.getelements.elements.rest.blockchain with parameters of type BlockchainApiModifier and TypeMethodDescriptionSmartContractResource.getSmartContracts
(int offset, int count, BlockchainApi api, List<BlockchainNetwork> network) VaultWalletResource.getWallets
(int offset, int count, String userId, BlockchainApi api, List<BlockchainNetwork> network, String vaultId) -
Uses of BlockchainApi in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao with parameters of type BlockchainApiModifier and TypeMethodDescriptionSmartContractDao.getSmartContracts
(int offset, int count, BlockchainApi blockchainApi, List<BlockchainNetwork> blockchainNetworks) Gets the smart contracts in the database.default Pagination
<SmartContract> SmartContractDao.getSmartContractsForSingleNetwork
(int offset, int count, BlockchainApi blockchainApi, BlockchainNetwork blockchainNetwork) Gets the smart contracts in the database.WalletDao.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) Lists allWallet
instances, specifying a search query. -
Uses of BlockchainApi in dev.getelements.elements.sdk.model.blockchain
Methods in dev.getelements.elements.sdk.model.blockchain that return BlockchainApiModifier and TypeMethodDescriptionBlockchainNetwork.api()
Gets the network's protocol.static BlockchainApi
Returns the enum constant of this class with the specified name.static BlockchainApi[]
BlockchainApi.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BlockchainApi in dev.getelements.elements.sdk.model.blockchain.wallet
Methods in dev.getelements.elements.sdk.model.blockchain.wallet that return BlockchainApiMethods in dev.getelements.elements.sdk.model.blockchain.wallet with parameters of type BlockchainApiModifier and TypeMethodDescriptionvoid
CreateWalletRequest.setApi
(BlockchainApi api) void
Wallet.setApi
(BlockchainApi api) -
Uses of BlockchainApi in dev.getelements.elements.sdk.service.blockchain
Methods in dev.getelements.elements.sdk.service.blockchain with parameters of type BlockchainApiModifier and TypeMethodDescriptionSmartContractService.getSmartContracts
(int offset, int count, BlockchainApi blockchainApi, List<BlockchainNetwork> blockchainNetworks) Lists allSmartContract
instances, specifying a search query.WalletService.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) Lists allWallet
instances, specifying a search query. -
Uses of BlockchainApi in dev.getelements.elements.sdk.service.blockchain.crypto
Methods in dev.getelements.elements.sdk.service.blockchain.crypto with parameters of type BlockchainApiModifier and TypeMethodDescriptionWalletAccountFactory.getGenerator
(BlockchainApi api) Gets theWalletAccountFactory.AccountGenerator
for the suppliedBlockchainApi
. -
Uses of BlockchainApi in dev.getelements.elements.service.blockchain.crypto
Methods in dev.getelements.elements.service.blockchain.crypto with parameters of type BlockchainApi -
Uses of BlockchainApi in dev.getelements.elements.service.blockchain.omni
Methods in dev.getelements.elements.service.blockchain.omni with parameters of type BlockchainApiModifier and TypeMethodDescriptionSuperUserSmartContractService.getSmartContracts
(int offset, int count, BlockchainApi blockchainApi, List<BlockchainNetwork> blockchainNetworks) SuperUserWalletService.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) UserWalletService.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks)