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

    Type Alias CodecHashDictionaryOptions<T>

    type CodecHashDictionaryOptions<T> = {
        compare?: Comparator<T>;
        typicalLength?: number;
    }

    Type Parameters

    • T
    Index

    Properties

    compare?: Comparator<T>
    typicalLength?: number