interface IndexerServerStakingV2Staker {
    address: string;
    stake_amount: string;
    pool_share: number;
}

Properties

address: string
stake_amount: string
pool_share: number