interface ISubaccum {
    coopname: string;
    fund_id: FundContract.Interfaces.IUint64;
    quantity: string;
}

Properties

coopname: string
quantity: string