Perform sanity checks.
(&self, name: &TestnetName)
| 68 | |
| 69 | /// Perform sanity checks. |
| 70 | pub async fn validate(&self, name: &TestnetName) -> anyhow::Result<()> { |
| 71 | validate_manifest(name, self).await |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | /// Any potential attributes of an account. |