@@ -26,3 +26,10 @@ pub struct ParticipantInfo {
pub public_key: Ed25519PublicKey,
pub account_id: AccountId,
}
+
+#[derive(Clone, Debug, Serialize, Deserialize)]
+pub struct NodeInfo {
+ pub region: String,
+ pub bandwidth: String,
+ pub account_id: AccountId,
+}