interface IInput {
    data: {
        coopname: string;
        project_hash: string;
        votes: {
            amount: string;
            recipient: string;
        }[];
    };
}

Properties

Properties

data: {
    coopname: string;
    project_hash: string;
    votes: {
        amount: string;
        recipient: string;
    }[];
}

Type declaration

  • coopname: string

    Имя аккаунта кооператива

  • project_hash: string

    Хэш проекта

  • votes: {
        amount: string;
        recipient: string;
    }[]

    Распределение голосов