Skip to content

Commit

Permalink
Imports features
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Oct 26, 2023
1 parent 6b2f33e commit 173b97a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bindings/core/src/method_handler/secret_manager.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
// Copyright 2023 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

#[cfg(feature = "ledger_nano")]
use iota_sdk::client::secret::ledger_nano::LedgerSecretManager;
#[cfg(feature = "stronghold")]
use iota_sdk::client::secret::stronghold::StrongholdSecretManager;
use iota_sdk::{
client::{
api::{GetAddressesOptions, PreparedTransactionData},
secret::{
ledger_nano::LedgerSecretManager, stronghold::StrongholdSecretManager, DowncastSecretManager, SecretManage,
SignBlock,
},
secret::{DowncastSecretManager, SecretManage, SignBlock},
},
types::{
block::{address::ToBech32Ext, core::UnsignedBlock, unlock::Unlock, SignedBlockDto},
Expand Down

0 comments on commit 173b97a

Please sign in to comment.