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

    Interface MmrHasher<H>

    Hasher interface for MMR.

    interface MmrHasher<H extends OpaqueHash> {
        hashConcat(a: H, b: H): H;
        hashConcatPrepend(id: BytesBlob, a: H, b: H): H;
    }

    Type Parameters

    Implemented by

    Index

    Methods