All chains
    Preparing search index...

    Type Alias ListNodes

    ListNodes: StorageDescriptor<
        [Key: SS58String],
        {
            bag_upper: bigint;
            id: SS58String;
            next?: SS58String;
            prev?: SS58String;
            score: bigint;
        },
        true,
        never,
    >

    A single node, within some bag.

    Nodes store links forward and back within their respective bags.