Uses of Class
io.meeds.deeds.common.model.DeedLeaseBlockchainState
Packages that use DeedLeaseBlockchainState
-
Uses of DeedLeaseBlockchainState in io.meeds.deeds.common.service
Methods in io.meeds.deeds.common.service that return DeedLeaseBlockchainStateModifier and TypeMethodDescriptionBlockchainService.getLeaseById(BigInteger leaseId, BigInteger blockNumber, String transactionHash) Methods in io.meeds.deeds.common.service that return types with arguments of type DeedLeaseBlockchainStateModifier and TypeMethodDescriptionBlockchainService.getLeaseTransactionEvents(String transactionHash) Methods in io.meeds.deeds.common.service with parameters of type DeedLeaseBlockchainStateModifier and TypeMethodDescriptionvoidLeaseService.updateLeaseStatusFromBlockchain(DeedLeaseBlockchainState blockchainLease, BlockchainLeaseStatus status) Method parameters in io.meeds.deeds.common.service with type arguments of type DeedLeaseBlockchainStateModifier and TypeMethodDescriptionvoidLeaseService.updateLeaseStatusFromBlockchain(long leaseId, String transactionHash, Map<BlockchainLeaseStatus, DeedLeaseBlockchainState> minedEvents)