Uses of Package
dev.getelements.elements.sdk.service.blockchain
Packages that use dev.getelements.elements.sdk.service.blockchain
Package
Description
-
Classes in dev.getelements.elements.sdk.service.blockchain used by dev.getelements.elements.rest.blockchain
-
Classes in dev.getelements.elements.sdk.service.blockchain used by dev.getelements.elements.sdk.service.blockchainClassDescriptionReturned by methods such as
SmartContractInvocationService.resolve(String, BlockchainNetwork)
which ensures that the underlying contract and configuration exists for the associated contract. -
Classes in dev.getelements.elements.sdk.service.blockchain used by dev.getelements.elements.service.blockchain.crypto.evmClassDescriptionA service which allows for the invocation of methods belonging to an EVM Smart Contract.A type which performs the final invocation to the underlying smart contract.Returned by methods such as
SmartContractInvocationService.resolve(String, BlockchainNetwork)
which ensures that the underlying contract and configuration exists for the associated contract. -
Classes in dev.getelements.elements.sdk.service.blockchain used by dev.getelements.elements.service.blockchain.crypto.flowClassDescriptionA service which allows for invocation of Flow based smart contracts.Used to make invocations on the Flow blockchain.Returned by methods such as
SmartContractInvocationService.resolve(String, BlockchainNetwork)
which ensures that the underlying contract and configuration exists for the associated contract. -
Classes in dev.getelements.elements.sdk.service.blockchain used by dev.getelements.elements.service.blockchain.crypto.nearClassDescriptionA service which allows for invocation of Near based smart contracts.Used to make invocations on the Near blockchain.Returned by methods such as
SmartContractInvocationService.resolve(String, BlockchainNetwork)
which ensures that the underlying contract and configuration exists for the associated contract. -
Classes in dev.getelements.elements.sdk.service.blockchain used by dev.getelements.elements.service.blockchain.invokeClassDescriptionReturned by methods such as
SmartContractInvocationService.resolve(String, BlockchainNetwork)
which ensures that the underlying contract and configuration exists for the associated contract. -
Classes in dev.getelements.elements.sdk.service.blockchain used by dev.getelements.elements.service.blockchain.invoke.evmClassDescriptionA type which performs the final invocation to the underlying smart contract.
-
Classes in dev.getelements.elements.sdk.service.blockchain used by dev.getelements.elements.service.blockchain.invoke.flowClassDescriptionUsed to make invocations on the Flow blockchain.
-
Classes in dev.getelements.elements.sdk.service.blockchain used by dev.getelements.elements.service.blockchain.invoke.nearClassDescriptionUsed to make invocations on the Near blockchain.
-
Classes in dev.getelements.elements.sdk.service.blockchain used by dev.getelements.elements.service.blockchain.omni