InstructionTrace
The location of an instruction within a transaction.
kind: 'outer'— a top-level instruction in the transaction message.indexis its position in the compiled message's instructions.kind: 'inner'— an instruction emitted via cross-program invocation.outerIndexis the index of the outer instruction that triggered the CPI chain;innerIndexis the position within that outer instruction's inner-instruction group.