We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade9035 commit 54575feCopy full SHA for 54575fe
svm/src/transaction_processor.rs
@@ -135,6 +135,9 @@ pub struct TransactionBatchProcessor<FG: ForkGraph> {
135
/// Optional config parameters that can override runtime behavior
136
runtime_config: Arc<RuntimeConfig>,
137
138
+ /// SysvarCache is a collection of system variables that are
139
+ /// accessible from on chain programs. It is passed to SVM from
140
+ /// client code (e.g. Bank) and forwarded to the MessageProcessor.
141
pub sysvar_cache: RwLock<SysvarCache>,
142
143
/// Programs required for transaction batch processing
0 commit comments