refactor(client): redesign of wallet handle
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
mod auth;
|
||||
mod signer;
|
||||
mod client;
|
||||
mod storage;
|
||||
mod transport;
|
||||
pub mod wallets;
|
||||
|
||||
pub use auth::ConnectError;
|
||||
pub use signer::ArbiterSigner;
|
||||
pub use client::{ArbiterClient, ClientError};
|
||||
pub use storage::{FileSigningKeyStorage, SigningKeyStorage, StorageError};
|
||||
|
||||
#[cfg(feature = "evm")]
|
||||
pub use wallets::evm::ArbiterEvmWallet;
|
||||
|
||||
Reference in New Issue
Block a user