open suspend fun put(hash: Bytes32, content: Bytes): Unit
(source)
Overrides MerkleStorage.put
Store content with a given hash.
Note: if the storage implementation already contains content for the given hash, it does not need to replace the existing content.