Skip to main content
Module

x/json_hash/mod.ts>MerkleHash#toUint8Array

JCS (JSON Canonicalization Scheme), JSON digests, and JSON Merkle hashes
Latest
method MerkleHash.prototype.toUint8Array
Re-export
import { MerkleHash } from "https://deno.land/x/json_hash@0.2.0/mod.ts";

Returns the Uint8Array representation of the hash.

Returns

Uint8Array

A copy of the Uint8Array representation of the hash.