- API ›
- Constructors ›
- Messages ›
- DhConfig
DhConfig
---types--- messages.dhConfig#2c221edd g:int p:bytes version:int random:bytes = messages.DhConfig
Belongs to
| messages.DhConfig |
In Rust this constructor is a variant of the enums::messages.DhConfig enum.
Match on it with: if let enums::messages.DhConfig::DhConfig(v) = result { ... }