open suspend fun get(hash: Bytes32): Bytes?
Get the stored content under the given hash.
hash - The hash for the content.
hash
Return The stored content, or {@code null} if not found.