aimo-cli 0.0.1

AiMo Network router node Rust implementation
1
2
3
4
5
6
7
8
#[derive(Clone)]
pub(super) struct GRpcState {}

impl GRpcState {
    pub fn new() -> Self {
        Self {}
    }
}