Type Alias solana_rbpf::static_analysis::TraceLogEntry

source ยท
pub type TraceLogEntry = [u64; 12];
Expand description

Register state recorded after executing one instruction

The last register is the program counter (aka pc).