We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca4083 commit 285f70aCopy full SHA for 285f70a
core/src/env2/api.rs
@@ -1,4 +1,4 @@
1
-//! Provides the public raw interface towards the host Wasm engine.
+//! The public raw interface towards the host Wasm engine.
2
//!
3
//! # Note
4
core/src/env2/call/mod.rs
@@ -12,6 +12,8 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
+//! Utilities to call or instantiate contracts on the chain.
16
+
17
mod builder;
18
mod create;
19
mod utils;
0 commit comments