merkle-trie / net.consensys.cava.trie.experimental / AsyncMerkleStorage / <init>

<init>

AsyncMerkleStorage()

Storage for use in a StoredMerklePatriciaTrie.

This abstract implementation of MerkleStorage provides variations of get/put methods that use AsyncResult and AsyncCompletion rather than kotlin coroutines, making it possible to implement in Java.