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 TypeMethodDescriptionvoidMongoSmartContractAddress.setApi(BlockchainApi api) voidMongoWallet.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 allWalletinstances, 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 BlockchainApiReturns 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 TypeMethodDescriptionvoidCreateWalletRequest.setApi(BlockchainApi api) voidWallet.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 allSmartContractinstances, specifying a search query.WalletService.getWallets(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) Lists allWalletinstances, 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.AccountGeneratorfor 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)