interface IFundwallet {
    accumulated: string;
    available: string;
    circulating: string;
    coopname: string;
    expended: string;
    id: FundContract.Interfaces.IUint64;
    membership: string;
    withdrawed: string;
}

Properties

accumulated: string
available: string
circulating: string
coopname: string
expended: string
membership: string
withdrawed: string