solana_sdk

Module instruction

Source

Structs§

  • Describes a single account read or written by a program during instruction execution.
  • A compact encoding of an instruction.
  • A directive for a single invocation of a Solana program.
  • Use to query and convey information about the sibling instruction components when calling the sol_get_processed_sibling_instruction syscall.

Enums§

Constants§

Functions§

  • Returns a sibling instruction from the processed sibling instruction list.
  • Get the current stack height, transaction-level instructions are height TRANSACTION_LEVEL_STACK_HEIGHT, fist invoked inner instruction is height TRANSACTION_LEVEL_STACK_HEIGHT + 1, etc…