Logo
Explore Help
Sign In
gaspersic/solana
1
0
Fork 0
You've already forked solana
Code Issues Pull Requests Projects Releases Wiki Activity
Files
2229b70c4e2d7bcdd4655ba1480321d1408794cd
solana/sdk/program/src/sysvar/rent.rs

10 lines
216 B
Rust
Raw Normal View History

Rent tangential stuff (#5910) * rename rent.rs to rent_calculator.rs * add rent sysvar * integrate rent_calculator with bank * rent_calculator integration with genesis * add test for rent sysvar
2019-09-17 17:12:55 +05:30
//! This account contains the current cluster rent
//!
kill rent calculator (#6625)
2019-10-30 16:25:12 -07:00
pub use crate::rent::Rent;
move Account to solana-sdk (#13198)
2020-10-28 22:01:07 -07:00
use crate::sysvar::Sysvar;
Rent tangential stuff (#5910) * rename rent.rs to rent_calculator.rs * add rent sysvar * integrate rent_calculator with bank * rent_calculator integration with genesis * add test for rent sysvar
2019-09-17 17:12:55 +05:30
Use bs58 strings to declare IDs rather then raw bytes (#7082)
2019-11-21 16:34:40 -08:00
crate::declare_sysvar_id!("SysvarRent111111111111111111111111111111111", Rent);
Rent tangential stuff (#5910) * rename rent.rs to rent_calculator.rs * add rent sysvar * integrate rent_calculator with bank * rent_calculator integration with genesis * add test for rent sysvar
2019-09-17 17:12:55 +05:30
sysvar trait (#6667) * sysvar trait * get the new guy in on it
2019-11-04 12:31:24 -08:00
impl Sysvar for Rent {}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 908ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API