interface ICreatecmmt {
    commit_hash: string;
    coopname: string;
    creator_hours: Interfaces.Capital.IUint64;
    description: string;
    meta: string;
    project_hash: string;
    username: string;
}

Properties

commit_hash: string
coopname: string
creator_hours: Interfaces.Capital.IUint64
description: string
meta: string
project_hash: string
username: string