interface IVoteInput {
    amount: string;
    recipient: string;
}

Properties

Properties

amount: string
recipient: string