-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: improve record category type, closes #1112
Signed-off-by: Ondrej Prazak <[email protected]>
- Loading branch information
Ondrej Prazak
committed
Feb 14, 2024
1 parent
4425e0d
commit 047bfe3
Showing
15 changed files
with
358 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
pub mod prelude { | ||
pub use std::sync::Arc; | ||
|
||
pub use aries_vcx::utils::encryption_envelope::EncryptionEnvelope; | ||
pub use aries_vcx_core::wallet::base_wallet::BaseWallet; | ||
|
||
pub use crate::{aries_agent::ArcAgent, persistence::MediatorPersistence, utils::prelude::*}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.