All chains
    Preparing search index...

    Type Alias Voting

    Voting: StorageDescriptor<
        [Key: FixedSizeBinary<32>],
        {
            ayes: SS58String[];
            end: number;
            index: number;
            nays: SS58String[];
            threshold: number;
        },
        true,
        never,
    >

    Votes on a given proposal, if it is ongoing.