Function parseBucketsDbKey

  • Parse the NodeGraph buckets sublevel key The keys look like !<lexi<NodeBucketIndex, 'hex')>!<NodeId> It is assumed that the ! is the sublevel prefix.

    Parameters

    • keyPath: readonly (string | Buffer)[]

    Returns {
        bucketIndex: NodeBucketIndex;
        bucketKey: string;
        nodeId: NodeId;
    }

Generated using TypeDoc