Function ink_env::rent_allowance[][src]

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

Returns the current rent allowance for the executed contract.

Errors

If the returned value cannot be properly decoded.