Asynchronously retrieves a CompletableFuture containing the VaasVerdict for the given SHA-256 hash. @param sha256 the SHA-256 hash to retrieve the verdict for @return a CompletableFuture containing the VaasVerdict for the hash
(Sha256 sha256)
| 25 | * the hash |
| 26 | */ |
| 27 | CompletableFuture<VaasVerdict> forSha256Async(Sha256 sha256); |
| 28 | |
| 29 | /** |
| 30 | * Asynchronously retrieves a {@link CompletableFuture} containing the |
no outgoing calls