aimo-core 0.1.6

AiMo Network core protocol Rust specs
Documentation
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

/// Information about the router node
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct RouterInfo {
    pub address: String,
}