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