Skip to content

Commit

Permalink
fix bindings_ffi build
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Sep 30, 2024
1 parent 895baf9 commit 7adbb97
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 35 deletions.
98 changes: 97 additions & 1 deletion bindings_ffi/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions bindings_ffi/src/mls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ use std::convert::TryInto;
use std::sync::Arc;
use tokio::sync::Mutex;
use xmtp_api_grpc::grpc_api_helper::Client as TonicApiClient;
use xmtp_id::associations::unverified::UnverifiedSignature;
use xmtp_id::associations::AccountId;
use xmtp_id::associations::AssociationState;
use xmtp_id::associations::MemberIdentifier;
use xmtp_id::scw_verifier::RpcSmartContractWalletVerifier;
use xmtp_id::scw_verifier::SmartContractSignatureVerifier;
use xmtp_id::{
associations::{
builder::SignatureRequest, generate_inbox_id as xmtp_id_generate_inbox_id,
unverified::UnverifiedSignature, AccountId, AssociationState,
MemberIdentifier
},
scw_verifier::{RpcSmartContractWalletVerifier, SmartContractSignatureVerifier},
InboxId,
Expand Down
Loading

0 comments on commit 7adbb97

Please sign in to comment.