Crate ic_dbms_api

Crate ic_dbms_api 

Source
Expand description

§IC DBMS API

This crate exposes all the types which may be used by an external canister to interact with an IC DBMS Canister instance.

You can import all the useful types and traits by using the prelude module:

use ic_dbms_api::prelude::*;

Modules§

prelude
Prelude exposes all the types for ic-dbms-api crate.