Cartouche.Solana.Transaction.Message (Cartouche v0.2.0)

Copy Markdown View Source

The transaction message that gets signed.

Summary

Types

t()

@type t() :: %Cartouche.Solana.Transaction.Message{
  account_keys: [<<_::256>>],
  header: Cartouche.Solana.Transaction.Header.t(),
  instructions: [Cartouche.Solana.Transaction.CompiledInstruction.t()],
  recent_blockhash: <<_::256>>
}