Docs.rs
solana-runtime-transaction-2.1.21
solana-runtime-transaction 2.1.21
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
agave-transaction-view =2.1.21
normal
log ^0.4.22
normal
solana-builtins-default-costs =2.1.21
normal
solana-compute-budget =2.1.21
normal
solana-pubkey =2.1.21
normal
solana-sdk =2.1.21
normal
solana-svm-transaction =2.1.21
normal
thiserror ^1.0.65
normal
bincode ^1.3.3
dev
criterion ^0.5.1
dev
rand ^0.8.5
dev
solana-builtins-default-costs =2.1.21
dev
solana-program =2.1.21
dev
Versions
30%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
solana_
runtime_
transaction
2.1.21
All Items
Crate Items
Modules
Crate
solana_runtime_transaction
Copy item path
Source
Modules
ยง
instructions_
processor
runtime_
transaction
RuntimeTransaction is
runtime
facing representation of transaction, while solana_sdk::SanitizedTransaction is client facing representation.
signature_
details
transaction_
meta
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;