In rust it’s just a matter of passing an arg when calling canister_install and you read it in the init() function of the child canister.
I’ve done exactly this in the scaling quickstart bounty. Sending here and receiving the args here.
In rust it’s just a matter of passing an arg when calling canister_install and you read it in the init() function of the child canister.
I’ve done exactly this in the scaling quickstart bounty. Sending here and receiving the args here.