Crate solana_runtime_transaction

Crate solana_runtime_transaction 

Source
๐Ÿ‘ŽDeprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.

Modulesยง

runtime_transactionDeprecated
RuntimeTransaction is runtime facing representation of transaction, while solana_transaction::sanitized::SanitizedTransaction is client facing representation.
signature_detailsDeprecated
transaction_metaDeprecated
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;
transaction_with_metaDeprecated