abstract fun getAsync(hash: Bytes32): AsyncResult<Optional<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 an exception.