tact-by-example
tact-by-example copied to clipboard
which way efficient?
sending init data for each message to the child contract has less cost or saving that id uint32 (or address) in my parent contract?
I don't know the whole details, but from the sound of things using parent contract with ids may be cheaper. This issue is quite old, have you tested your hypothesis @SC-One?