PoolStakeDetails
PoolStakeDetails contains the details of a stake
struct PoolStakeDetails {
uint128 poolId;
uint128 ethToPool;
uint128 ethToIntegrator;
uint128 pSharesFromPool;
uint128 pSharesFromIntegrator;
}
Properties
| Name | Type | Description |
|---|---|---|
poolId | uint128 | Id of the pool |
ethToPool | uint128 | ETH amount sent to the pool |
ethToIntegrator | uint128 | ETH amount going to the integrator |
pSharesFromPool | uint128 | Amount of pool shares received from the pool |
pSharesFromIntegrator | uint128 | Amount of pool shares received from the integrator |