Package dev.getelements.elements.sdk.service.blockchain
package dev.getelements.elements.sdk.service.blockchain
-
InterfacesClassDescriptionA 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.A service which allows for invocation of Flow based smart contracts.Used to make invocations on the Flow blockchain.A service which allows for invocation of Near based smart contracts.Used to make invocations on the Near blockchain.SmartContractInvocationResolution<InvokerT>Returned by methods such as
SmartContractInvocationService.resolve(String, BlockchainNetwork)
which ensures that the underlying contract and configuration exists for the associated contract.SmartContractInvocationService<InvokerT>Manages instances ofVault
sManages blockchain wallets.