Hi, can I assume that the maximum input data size for a single stateful contract is 2KB (arguments ) plus 1KB of TX note field?
Can a single app extend this by using a transaction group by accessing other contracts’ inputs? So, in case of a group of tx0,tx1,tx2… tx2 could “gather” up to 3KB*3 = 9KB of usable input data?
Thanks.