Core Protocol
Compartilhar

Call Depth Limit

📖O que é

The maximum depth of 4 nested cross-program invocations (CPIs) allowed within a single Solana transaction. Program A can call Program B, which can call Program C, which can call Program D, but no further nesting is permitted. This limit prevents unbounded recursion, stack overflows, and excessive compute consumption. The runtime enforces this limit and returns an error if exceeded.

Sua exploração

0 termos visitados no total
Termos relacionados explorados0/3

Termos Relacionados