View Source Signet.Solana.Transaction.Message (Signet v1.6.0)
The transaction message that gets signed.
Summary
Types
@type t() :: %Signet.Solana.Transaction.Message{ account_keys: [<<_::256>>], header: Signet.Solana.Transaction.Header.t(), instructions: [Signet.Solana.Transaction.CompiledInstruction.t()], recent_blockhash: <<_::256>> }