We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ca139 commit 95bbc9cCopy full SHA for 95bbc9c
src/vit-testing/mainnet-lib/src/network/wallet_state/template/mod.rs
@@ -4,7 +4,9 @@ mod external_providers;
4
5
use super::MainnetWalletState;
6
use crate::CardanoWallet;
7
-pub use actor::{Actor, delegator, registration, representative};
+pub use actor::Actor;
8
+#[cfg(test)]
9
+pub use actor::{delegator, registration, representative};
10
pub use arbitrary::generate_arbitrary_delegator;
11
use chain_crypto::PublicKeyFromStrError;
12
pub use external_providers::{DummyExternalProvider, ExternalProvider};
0 commit comments