Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Type Alias TrieHasher

    Hasher used for the trie nodes.

    type TrieHasher = {
        hashConcat(
            n: Uint8Array,
            r?: Uint8Array<ArrayBufferLike>[],
        ): OpaqueHash & pvm.WithOpaque<"trie">;
    }
    Index

    Methods

    Methods