pub fn convert_to_assets_ceil(
state: &VaultState,
config: &VaultConfig,
shares: u128,
) -> u128Expand description
Convert a share amount to assets (ceil rounding — more assets, favors user).
Used by ERC-4626 preview_mint to compute assets needed (rounds against user).