All chains
    Preparing search index...
    Claimant: StorageDescriptor<
        [Key: SS58String],
        {
            last_active: number;
            status: Enum<
                {
                    Attempted: { amount: bigint; id: bigint; registered?: bigint };
                    Nothing: undefined;
                    Registered: bigint;
                },
            >;
        },
        true,
        never,
    >

    The status of a claimant.