Returns the path to this instances' data directory.
(&self)
| 190 | |
| 191 | /// Returns the path to this instances' data directory. |
| 192 | pub const fn data_dir(&self) -> Option<&PathBuf> { |
| 193 | self.data_dir.as_ref() |
| 194 | } |
| 195 | |
| 196 | /// Returns the genesis configuration used to configure this instance |
| 197 | pub const fn genesis(&self) -> Option<&Genesis> { |