pub fn convert_to_assets_bounded(
state: &VaultState,
config: &VaultConfig,
shares: u128,
cap: u128,
error: InvalidStateCode,
) -> Result<u128, KernelError>Expand description
Convert shares to assets and reject quotients above the operation’s legal cap.