abstract fun getAsync(hash: Bytes32): AsyncResult<Bytes?>
Get the stored content under the given hash.
hash - The hash for the content.
hash
Return An AsyncResult that will complete with the stored content or {@code null} if not found.