Solana.Instruction (Solana v0.1.0)

View Source

Functions, types, and structures related to Solana instructions.

Summary

Types

t()

All the details needed to encode an instruction.

Types

t()

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

All the details needed to encode an instruction.