interface IVote {
    amount: string;
    id: Interfaces.Capital.IUint64;
    project_hash: string;
    recipient: string;
    voted_at: string;
    voter: string;
}

Properties

amount: string
project_hash: string
recipient: string
voted_at: string
voter: string