I recently used CMC’s notify_create_canister to create a canister, and the return value contained this canister id.
However, for fault tolerance reasons, I would like to know how I can find the ID of the created canister if I did not store it.
Or, how can I query the list of canisters currently controlled by the principal?
I understand that for privacy reasons, it should not be possible to query the list of canisters controlled by a particular principal.
But shouldn’t it be possible for the currently logged-in account to query the list of canisters it controls?
However, thank you for suggesting the method of querying the return value by block height, which should be very useful.