Skip to content

Commit

Permalink
fixup! Expose build_with_vss_* methods in bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
G8XSU committed Oct 17, 2024
1 parent cae2e2c commit 7934c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ pub use io::utils::generate_entropy_mnemonic;

#[cfg(feature = "uniffi")]
use uniffi_types::*;
#[cfg(feature = "uniffi")]
use vss_client::headers::{VssHeaderProvider, VssHeaderProviderError};

#[cfg(feature = "uniffi")]
pub use builder::ArcedNodeBuilder as Builder;
Expand Down
2 changes: 2 additions & 0 deletions src/uniffi_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ pub use bitcoin::{Address, BlockHash, Network, OutPoint, Txid};

pub use bip39::Mnemonic;

pub use vss_client::headers::{VssHeaderProvider, VssHeaderProviderError};

use crate::UniffiCustomTypeConverter;

use crate::builder::sanitize_alias;
Expand Down

0 comments on commit 7934c25

Please sign in to comment.