solana_svm_rent_collector/
lib.rs

1
2
3
4
5
6
//! Solana SVM Rent Collector.
//!
//! Rent management for SVM.

pub mod rent_state;
pub mod svm_rent_collector;