You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/utils/Readme.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ elsewhere. There isn't an overarching theme for the items in this package.
16
16
This module contains traits used to call another contract. Do not forget to add the `use` statement for the traits you want.
17
17
18
18
```ignore
19
-
use secret_toolkit::utils::{InitCallback, HandleCallback, Query};
19
+
use secret_toolkit::utils::{InitCallback, HandleCallback};
20
20
```
21
21
22
22
Also, don't forget to add the toolkit dependency to your Cargo.toml
@@ -494,7 +494,11 @@ Note: `set_pauser` and `remove_pauser` are permissionless by default.
494
494
495
495
If you don't like the default implementation or want to override it for any other reason (for example, using a different storage namespace), you can do that by defining your own struct and implement `FeatureToggleTrait` for it:
0 commit comments