Solana.Instruction (Solana v0.1.0)
View SourceFunctions, types, and structures related to Solana instructions.
Summary
Types
@type t() :: %Solana.Instruction{ accounts: [Solana.Account.t()], data: binary() | nil, program: Solana.key() | nil }
All the details needed to encode an instruction.