ic-cdk-bindgen 0.2.1

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