Four accounts in an array

“ the accounts array can have no more than four values. The values passed within these arrays can change per Application Transaction.”

Is it 4 Acct in the array [1,2,3,4] passed in 1 transaction and [5,6,7,8] next transaction or is it transaction 1 and 2 in total is [1,2] [3,4] and after that, no more?

The constraint is per transaction.
Each transaction in a group is independent.

1 Like