interface RedeemManagerInfoResponse {
    totalAmountRedeemQueueLsEth: number;
    totalAmountWithdrawalStackLsEth: number;
}

Properties

totalAmountRedeemQueueLsEth: number

The cumulative sum of the redeem request heights

Example

1000
totalAmountWithdrawalStackLsEth: number

The cumulative sum of the withdrawal event heights

Example

500

Generated using TypeDoc