cooptypes - v2026.4.27-2
    Preparing search index...

    Таблица содержит информацию о голосах.

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

    Properties

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