[][src]Function ink_env::minimum_balance

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

Returns the minimum balance for the contracts chain.

Errors

If the returned value cannot be properly decoded.