Claimant: StorageDescriptor<[Key: SS58String], {
    last_active: number;
    status: Enum<{
        Attempted: {
            amount: bigint;
            id: bigint;
            registered?: bigint;
        };
        Nothing: undefined;
        Registered: bigint;
    }>;
}, true>

The status of a claimant.