Open dansteren opened 2 years ago
Current: export type Canister<T> = T;
export type Canister<T> = T;
We should replace T with something that has more info like the func type. We especially want to add the possibility of an optional cycle parameter and the notify method.
We now use a class called Canister. It would be nice to provide more type checking in this class.
Canister
We now use a class called Service.
Service
Current:
export type Canister<T> = T;
We should replace T with something that has more info like the func type. We especially want to add the possibility of an optional cycle parameter and the notify method.