abstract suspend fun put(hash: Bytes32, content: Bytes): Unit
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.
hash - The hash for the content.
hash
content - The content to store.
content