interface IProjectWithdraw {
    amount: string;
    coopname: string;
    created_at: string;
    id: Interfaces.Capital.IUint64;
    project_hash: string;
    statement: Interfaces.Capital.IDocument2;
    status: string;
    username: string;
    withdraw_hash: string;
}

Properties

amount: string
coopname: string
created_at: string
project_hash: string
status: string
username: string
withdraw_hash: string