track bank size (#7144)

* track bank size

* support non-linux a bit better
This commit is contained in:
Rob Walker
2019-12-02 13:47:20 -08:00
committed by GitHub
parent 7f71a0ba37
commit f9df17d8d0
5 changed files with 78 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
pub mod address_generator;
pub mod genesis_accounts;
pub mod stakes;
pub mod unlocks;
use serde::{Deserialize, Serialize};
/// An account where the data is encoded as a Base64 string.