Variable rawProjectVotingDataSelectorConst

rawProjectVotingDataSelector: {
    amounts: {
        active_voting_amount: boolean;
        authors_bonuses_on_voting: boolean;
        authors_equal_per_author: boolean;
        authors_equal_spread: boolean;
        creators_bonuses_on_voting: boolean;
        creators_direct_spread: boolean;
        equal_voting_amount: boolean;
        total_voting_pool: boolean;
    };
    authors_voting_percent: boolean;
    creators_voting_percent: boolean;
    total_voters: boolean;
    votes_received: boolean;
    voting_deadline: boolean;
} = ...

Type declaration

  • amounts: {
        active_voting_amount: boolean;
        authors_bonuses_on_voting: boolean;
        authors_equal_per_author: boolean;
        authors_equal_spread: boolean;
        creators_bonuses_on_voting: boolean;
        creators_direct_spread: boolean;
        equal_voting_amount: boolean;
        total_voting_pool: boolean;
    }
    • active_voting_amount: boolean
    • authors_bonuses_on_voting: boolean
    • authors_equal_per_author: boolean
    • authors_equal_spread: boolean
    • creators_bonuses_on_voting: boolean
    • creators_direct_spread: boolean
    • equal_voting_amount: boolean
    • total_voting_pool: boolean
  • authors_voting_percent: boolean
  • creators_voting_percent: boolean
  • total_voters: boolean
  • votes_received: boolean
  • voting_deadline: boolean