We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fba0d commit 827e7feCopy full SHA for 827e7fe
ic-canister-client/src/pocket_ic.rs
@@ -13,6 +13,8 @@ pub struct PocketIcClient {
13
client: Option<Arc<PocketIc>>,
14
pub canister: Principal,
15
pub caller: Principal,
16
+ /// Tells whether pocket ic instance is in live mode.
17
+ /// Live mode is required to use a different update call method.
18
live: bool,
19
}
20
0 commit comments