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.