We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a274b90 commit 95be1daCopy full SHA for 95be1da
crates/env/src/engine/off_chain/test_api.rs
@@ -49,6 +49,7 @@ pub struct EmittedEvent {
49
///
50
/// - If `account` does not exist.
51
/// - If the underlying `account` type does not match.
52
+/// - If the underlying `new_balance` type does not match.
53
/// - If the `new_balance` is less than the existential minimum.
54
pub fn set_account_balance<T>(account_id: T::AccountId, new_balance: T::Balance)
55
where
0 commit comments