PoolExitDetails
PoolExitDetails contains the details of an exit
struct PoolExitDetails {
uint128 poolId;
uint128 exitedPoolShares;
}
Properties
| Name | Type | Description |
|---|---|---|
poolId | uint128 | Id of the pool |
exitedPoolShares | uint128 | Amount of pool shares exited |