We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e1447 commit 3c199ddCopy full SHA for 3c199dd
contracts/stellar-multicall/src/interface.rs
@@ -12,8 +12,5 @@ pub trait MulticallInterface {
12
///
13
/// # Returns
14
/// - `Ok(Vec<Val>)`: Returns a vector with the return data of each function call
15
- ///
16
- /// # Errors
17
- /// - [`ContractError::MulticallFailed`]: If any of the contract calls fail.
18
fn multicall(env: &Env, function_calls: Vec<FunctionCall>) -> Result<Vec<Val>, ContractError>;
19
}
0 commit comments