interface IExec {
    coopname: string;
    decision_id: SovietContract.Interfaces.IUint64;
    executer: string;
}

Properties

coopname: string
executer: string