cooptypes - v2026.4.27-2
    Preparing search index...
    interface IDecision {
        approved: boolean;
        authorization: Interfaces.Soviet.IDocument2;
        authorized: boolean;
        authorized_by: string;
        batch_id: Interfaces.Soviet.IUint64;
        callback_contract: string;
        confirm_callback: string;
        coopname: string;
        created_at: string;
        decline_callback: string;
        expired_at: string;
        hash: string;
        id: Interfaces.Soviet.IUint64;
        meta: string;
        statement: Interfaces.Soviet.IDocument2;
        type: string;
        username: string;
        validated: boolean;
        votes_against: string[];
        votes_for: string[];
    }
    Index

    Properties

    approved: boolean
    authorized: boolean
    authorized_by: string
    callback_contract: string
    confirm_callback: string
    coopname: string
    created_at: string
    decline_callback: string
    expired_at: string
    hash: string
    meta: string
    type: string
    username: string
    validated: boolean
    votes_against: string[]
    votes_for: string[]