interface Proposal {
    creator: string;
    daily_pay: string | Asset;
    end_date: string;
    id: number;
    permlink: string;
    proposal_id: number;
    receiver: string;
    start_date: string;
    subject: string;
    total_votes: string | number;
}

Properties

creator: string
daily_pay: string | Asset
end_date: string
id: number
permlink: string
proposal_id: number
receiver: string
start_date: string
subject: string
total_votes: string | number