interface ICapitalist {
    coopname: string;
    pending_rewards: string;
    returned_rewards: string;
    reward_per_share_last: CapitalContract.Interfaces.IInt64;
    username: string;
}

Properties

coopname: string
pending_rewards: string
returned_rewards: string
reward_per_share_last: CapitalContract.Interfaces.IInt64
username: string