Interface InvestmentOffer

Corporation investment offer

interface InvestmentOffer {
    funds: number;
    round: number;
    shares: number;
}

Properties

Properties

funds: number

Amount of funds you will get from this investment

round: number

Current round of funding (max 4)

shares: number

Amount of share you will give in exchange for this investment