Package io.meeds.deeds.blockchain
Class BlockchainConfiguration
- java.lang.Object
-
- io.meeds.deeds.blockchain.BlockchainConfiguration
-
@Configuration public class BlockchainConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description BlockchainConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.meeds.deeds.contract.DeedgetDeed(org.web3j.protocol.Web3j web3j)io.meeds.deeds.contract.TenantProvisioningStrategygetTenantProvisioningStrategy(org.web3j.protocol.Web3j web3j)org.web3j.protocol.Web3jgetWeb3j()
-
-
-
Method Detail
-
getWeb3j
@Bean public org.web3j.protocol.Web3j getWeb3j()
-
getTenantProvisioningStrategy
@Bean public io.meeds.deeds.contract.TenantProvisioningStrategy getTenantProvisioningStrategy(org.web3j.protocol.Web3j web3j)
-
getDeed
@Bean public io.meeds.deeds.contract.Deed getDeed(org.web3j.protocol.Web3j web3j)
-
-