Type Alias Candidates

Candidates: StorageDescriptor<[Key: SS58String], {
    bid: bigint;
    kind: Enum<{
        Deposit: bigint;
        Vouch: [SS58String, bigint];
    }>;
    round: number;
    skeptic_struck: boolean;
    tally: {
        approvals: number;
        rejections: number;
    };
}, true, never>