Crate solana_runtime_transaction

source ·

Modules§

  • RuntimeTransaction is runtime facing representation of transaction, while solana_sdk::SanitizedTransaction is client facing representation.
  • Transaction Meta contains data that follows a transaction through the execution pipeline in runtime. Examples of metadata could be limits specified by compute-budget instructions, simple-vote flag, transaction costs, durable nonce account etc;