Return a reference to the physical network.
(&self)
| 119 | |
| 120 | /// Return a reference to the physical network. |
| 121 | fn network(&self) -> &M::Network { |
| 122 | &self.network |
| 123 | } |
| 124 | |
| 125 | /// Create a cryptographic keypair for an account ID. |
| 126 | pub fn create_account(&mut self, m: &mut R, id: &AccountId) -> anyhow::Result<()> { |