Skip to main content

Output sizes

Outputs of encrypted instructions must fit in a single Solana transaction (the callback transaction). This limits outputs to approximately 1232 bytes. Computations that exceed this limit will fail with an OutputTooLarge error. Design your encrypted instructions to return compact results, or split large computations into multiple smaller ones.

What’s next?

Best Practices

Performance tips and common patterns

Operations Guide

Complete operation support matrix

Types Reference

Supported and unsupported types

Deployment

Deploy your MXE to the network