1 2 3 4 5 6 7 8 9 10
use serde::{Deserialize, Serialize}; #[derive(Clone, Serialize, Deserialize, Debug)] pub struct GenGatewayV1 { pub hash: String, pub nonce: u64, pub owner: String, pub gateway: String, pub location: String, }