interface IFundproj {
    amount: string;
    coopname: string;
    memo: string;
    project_hash: string;
}

Properties

amount: string
coopname: string
memo: string
project_hash: string