interface ISetplan {
    coopname: string;
    master: string;
    plan_creators_hours: Interfaces.Capital.IUint64;
    plan_expenses: string;
    plan_hour_cost: string;
    project_hash: string;
}

Properties

coopname: string
master: string
plan_creators_hours: Interfaces.Capital.IUint64
plan_expenses: string
plan_hour_cost: string
project_hash: string