[][src]Function ink_env::rent_allowance

pub fn rent_allowance<T>() -> Result<T::Balance> where
    T: Environment

Returns the current rent allowance for the executed contract.

Errors

If the returned value cannot be properly decoded.