We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4443bfd commit 716fbcbCopy full SHA for 716fbcb
packages/sdk-platforms/rust/zksync-sso-erc4337/crates/zksync-sso-erc4337-ffi-web/src/lib.rs
@@ -2977,6 +2977,9 @@ impl Client {
2977
}
2978
2979
2980
+// Re-export session functions from account module
2981
+pub use account::modular_smart_account::session::list::get_active_sessions_wasm;
2982
+
2983
#[cfg(test)]
2984
mod tests {
2985
use super::*;
@@ -3336,6 +3339,3 @@ mod tests {
3336
3339
3337
3340
3338
3341
-
-// Re-export session functions from account module
-pub use account::modular_smart_account::session::list::get_active_sessions_wasm;
0 commit comments