Interface BlockchainReaderPublicApiIF
- All Known Implementing Classes:
BlockchainReaderPublicApi,BlockchainReaderPublicApiIF.Noop
public interface BlockchainReaderPublicApiIF
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionio.vavr.control.Either<org.zalando.problem.Problem, org.cardanofoundation.lob.app.blockchain_common.domain.ChainTip> io.vavr.control.Either<org.zalando.problem.Problem, Optional<org.cardanofoundation.lob.app.blockchain_common.domain.OnChainTxDetails>> getTxDetails(String transactionHash)
-
Method Details
-
getChainTip
io.vavr.control.Either<org.zalando.problem.Problem,org.cardanofoundation.lob.app.blockchain_common.domain.ChainTip> getChainTip() -
getTxDetails
-
isOnChain
-