Home > Net >  Is there a maximum size for the number of accounts that a transaction can refer to?
Is there a maximum size for the number of accounts that a transaction can refer to?

Time:07-28

I can't quite find in the docs whether there is a predefined limit on the size/length of accounts array included in each transaction.

Is it only limited by the 1232 bytes limit on the whole transaction itself or is it something more particular?

CodePudding user response:

For now it is limited by the 1232 bytes on the whole transaction.

  • Related