Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 696 Bytes

File metadata and controls

16 lines (8 loc) · 696 Bytes

ProgramCallDecodedDataItem

A single decoded Solana instruction from a PROGRAM_CALL transaction.

Properties

Name Type Description Notes
programId String The on-chain program address that owns this instruction.
programName String Human-readable program name (e.g. `SystemProgram`, `ComputeBudget`).
instructionData Map<String, Object> Decoded instruction arguments. Keys and values depend on the instruction type — values may be strings, numbers, or nested objects (e.g. `args`, `accounts`, `name`).