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

Properties

coopname: string
quantity: string