All chains
    Preparing search index...

    Type Alias ListBags

    ListBags: StorageDescriptor<
        [Key: bigint],
        { head?: SS58String; tail?: SS58String },
        true,
        never,
    >

    A bag stored in storage.

    Stores a Bag struct, which stores head and tail pointers to itself.