Solana.Instruction (Solana v0.2.0) View Source

Functions, types, and structures related to Solana instructions.

Link to this section Summary

Types

t()

All the details needed to encode an instruction.

Link to this section Types

Specs

t() :: %Solana.Instruction{
  accounts: [Solana.Account.t()],
  data: binary() | nil,
  program: Solana.key() | nil
}

All the details needed to encode an instruction.