Skip to content

Commit 7660d7d

Browse files
committed
remove dead code
1 parent afb16e6 commit 7660d7d

File tree

1 file changed

+0
-6
lines changed
  • packages/sdk-platforms/rust/zksync-sso/crates/sdk/src/client/passkey/actions/send

1 file changed

+0
-6
lines changed

packages/sdk-platforms/rust/zksync-sso/crates/sdk/src/client/passkey/actions/send/sign.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ use tokio::sync::Mutex;
1414

1515
pub mod hash_signature_response;
1616

17-
#[derive(Debug, Clone, Default, Eq, PartialEq)]
18-
pub struct SendTransactionResult {
19-
pub tx_hash: String,
20-
pub receipt: String,
21-
}
22-
2317
pub struct SignerWithMessage<F> {
2418
sign_message: F,
2519
}

0 commit comments

Comments
 (0)