File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ pub fn promise_and(promise_indices: &[PromiseIndex]) -> PromiseIndex {
892
892
/// ```ignore
893
893
/// let target_account = "example.near".to_string();
894
894
/// let promise_index = env::promise_batch_create(&target_account);
895
-
895
+ ///
896
896
/// // Adding actions to the promise
897
897
/// env::promise_batch_action_transfer(promise_index, 10u128); // Transfer 10 NEAR
898
898
/// env::promise_batch_action_function_call(
@@ -1158,7 +1158,6 @@ pub fn promise_batch_action_stake(
1158
1158
/// Attach promise action that adds a full access key to the NEAR promise index with the provided promise index.
1159
1159
///
1160
1160
/// More info about batching [here](crate::env::promise_batch_create)
1161
-
1162
1161
/// # Examples
1163
1162
/// ```
1164
1163
/// use near_sdk::env::{promise_batch_action_add_key_with_full_access, promise_batch_create};
@@ -1320,7 +1319,6 @@ pub fn promise_batch_action_add_key_allowance_with_function_call(
1320
1319
/// Attach promise action that deletes the key to the NEAR promise index with the provided promise index.
1321
1320
///
1322
1321
/// More info about batching [here](crate::env::promise_batch_create)
1323
-
1324
1322
/// # Examples
1325
1323
/// ```
1326
1324
/// use near_sdk::env::{promise_batch_action_delete_key, promise_batch_create};
You can’t perform that action at this time.
0 commit comments