Uses of Enum Class
io.meeds.deeds.common.constant.BlockchainOfferStatus
Packages that use BlockchainOfferStatus
-
Uses of BlockchainOfferStatus in io.meeds.deeds.common.constant
Methods in io.meeds.deeds.common.constant that return BlockchainOfferStatusModifier and TypeMethodDescriptionstatic BlockchainOfferStatusReturns the enum constant of this class with the specified name.static BlockchainOfferStatus[]BlockchainOfferStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BlockchainOfferStatus in io.meeds.deeds.common.service
Methods in io.meeds.deeds.common.service that return types with arguments of type BlockchainOfferStatusModifier and TypeMethodDescriptionBlockchainService.getOfferTransactionEvents(String transactionHash) Method parameters in io.meeds.deeds.common.service with type arguments of type BlockchainOfferStatusModifier and TypeMethodDescriptionvoidOfferService.updateRentingOfferStatusFromBlockchain(String offerId, Map<BlockchainOfferStatus, DeedOfferBlockchainState> minedEvents)