Trait ic_kit::KitCanister
source · [−]pub trait KitCanister {
fn build(canister_id: Principal) -> Canister;
fn candid() -> String;
fn anonymous() -> Canister { ... }
}Expand description
A canister.
Required Methods
Create a new instance of this canister using the provided canister id.