Solana.Instruction (Solana v0.1.2) View Source
Functions, types, and structures related to Solana instructions.
Link to this section Summary
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.