interface IVotingAmounts {
    active_voting_amount: string;
    authors_bonuses_on_voting: string;
    authors_equal_per_author: string;
    authors_equal_spread: string;
    creators_bonuses_on_voting: string;
    creators_direct_spread: string;
    equal_voting_amount: string;
    total_voting_pool: string;
}

Properties

active_voting_amount: string
authors_bonuses_on_voting: string
authors_equal_per_author: string
authors_equal_spread: string
creators_bonuses_on_voting: string
creators_direct_spread: string
equal_voting_amount: string
total_voting_pool: string