All chains
    Preparing search index...

    Type Alias ReferendumInfoFor

    ReferendumInfoFor: StorageDescriptor<
        [Key: number],
        Enum<
            {
                Approved: [
                    number,
                    { amount: bigint; who: SS58String }
                    | undefined,
                    { amount: bigint; who: SS58String } | undefined,
                ];
                Cancelled: [
                    number,
                    { amount: bigint; who: SS58String }
                    | undefined,
                    { amount: bigint; who: SS58String } | undefined,
                ];
                Killed: number;
                Ongoing: {
                    alarm?: [number, FixedSizeArray<2, number>];
                    deciding?: { confirming?: number; since: number };
                    decision_deposit?: { amount: bigint; who: SS58String };
                    enactment: TraitsScheduleDispatchTime;
                    in_queue: boolean;
                    origin: Enum<
                        {
                            Origins: Enum<
                                {
                                    AuctionAdmin: undefined;
                                    BigSpender: undefined;
                                    BigTipper: undefined;
                                    Fellows: undefined;
                                    Fellowship1Dan: undefined;
                                    Fellowship2Dan: undefined;
                                    Fellowship3Dan: undefined;
                                    Fellowship4Dan: undefined;
                                    Fellowship5Dan: undefined;
                                    Fellowship6Dan: undefined;
                                    Fellowship7Dan: undefined;
                                    Fellowship8Dan: undefined;
                                    Fellowship9Dan: undefined;
                                    FellowshipAdmin: undefined;
                                    FellowshipExperts: undefined;
                                    FellowshipInitiates: undefined;
                                    FellowshipMasters: undefined;
                                    GeneralAdmin: undefined;
                                    LeaseAdmin: undefined;
                                    MediumSpender: undefined;
                                    ReferendumCanceller: undefined;
                                    ReferendumKiller: undefined;
                                    SmallSpender: undefined;
                                    SmallTipper: undefined;
                                    StakingAdmin: undefined;
                                    Treasurer: undefined;
                                    WhitelistedCaller: undefined;
                                    WishForChange: undefined;
                                },
                            >;
                            ParachainsOrigin: ParachainsOrigin;
                            system: Enum<
                                {
                                    Authorized: undefined;
                                    None: undefined;
                                    Root: undefined;
                                    Signed: SS58String;
                                },
                            >;
                            XcmPallet: Enum<
                                {
                                    Response: { interior: XcmV5Junctions; parents: number };
                                    Xcm: { interior: XcmV5Junctions; parents: number };
                                },
                            >;
                        },
                    >;
                    proposal: PreimagesBounded;
                    submission_deposit: { amount: bigint; who: SS58String };
                    submitted: number;
                    tally: { ayes: bigint; nays: bigint; support: bigint };
                    track: number;
                };
                Rejected: [
                    number,
                    { amount: bigint; who: SS58String }
                    | undefined,
                    { amount: bigint; who: SS58String } | undefined,
                ];
                TimedOut: [
                    number,
                    { amount: bigint; who: SS58String }
                    | undefined,
                    { amount: bigint; who: SS58String } | undefined,
                ];
            },
        >,
        true,
        never,
    >

    Information concerning any given referendum.