hamt-sharding
    Preparing search index...

    Interface BucketChild<V>

    interface BucketChild<V> {
        hash: InfiniteHash;
        key: string;
        value: V;
    }

    Type Parameters

    • V
    Index

    Properties

    Properties

    key: string
    value: V