Expected size of the encrypted_note field in each SerializedAction.
This is epk (32) + enc_ciphertext (104) + out_ciphertext (80) = 216 bytes.
Canonical source of truth — drive-abci imports this constant.
Defense-in-depth: validate that every action’s encrypted_note field is exactly
ENCRYPTED_NOTE_SIZE (216) bytes. This rejects malformed data early at the DPP
layer before it reaches the ABCI bundle reconstruction, saving network bandwidth.