interface ISubmitvote {
    coopname: string;
    project_hash: string;
    voter: string;
    votes: IVoteInput[];
}

Properties

coopname: string
project_hash: string
voter: string
votes: IVoteInput[]