PoolStakeDetails

Git Source

PoolStakeDetails contains the details of a stake

struct PoolStakeDetails {
    uint128 poolId;
    uint128 ethToPool;
    uint128 ethToIntegrator;
    uint128 pSharesFromPool;
    uint128 pSharesFromIntegrator;
}

Properties

NameTypeDescription
poolIduint128Id of the pool
ethToPooluint128ETH amount sent to the pool
ethToIntegratoruint128ETH amount going to the integrator
pSharesFromPooluint128Amount of pool shares received from the pool
pSharesFromIntegratoruint128Amount of pool shares received from the integrator