1 2 3 4 5
use {{candid_crate}}::{CandidType, Deserialize, Principal}; use ic_cdk::call::{Call, CallResult}; // START -- Types {{type_defs}} // END -- Types