Skip to main content
Module

x/capi/mod.ts>Hasher

[WIP] A framework for crafting interactions with Substrate chains
Latest
class Hasher
Abstract
import { Hasher } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";

Properties

abstract
concat: boolean
abstract
digestLength: number

Methods

$hash<I, O>($inner: $.Codec<I, O>): $.Codec<I, O>
abstract
create(): Hashing
hash(data: Uint8Array): Uint8Array