Files
herolib/lib/mycelium/grid3/griddriver/client.v
2025-12-01 20:53:20 +01:00

13 lines
181 B
V

module griddriver
pub struct Client {
pub:
mnemonic string
substrate string
relay string
mut:
node_twin map[u32]u32
}
// TODO: add the rest of griddriver functionalities