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 aef8c14 commit 49bc57bCopy full SHA for 49bc57b
near-sdk/src/environment/env.rs
@@ -892,7 +892,7 @@ pub fn promise_and(promise_indices: &[PromiseIndex]) -> PromiseIndex {
892
/// ```ignore
893
/// let target_account = "example.near".to_string();
894
/// let promise_index = env::promise_batch_create(&target_account);
895
-///
+///
896
/// // Adding actions to the promise
897
/// env::promise_batch_action_transfer(promise_index, 10u128); // Transfer 10 NEAR
898
/// env::promise_batch_action_function_call(
0 commit comments