changed TallyID to a struct instead of a type alias

This commit is contained in:
2025-10-08 16:14:10 +02:00
parent 0f5ca88ae4
commit dfe5197ab8
7 changed files with 118 additions and 61 deletions

View File

@@ -2,7 +2,7 @@ use alloc::collections::BTreeMap;
use alloc::string::String;
use serde::{Deserialize, Serialize};
use super::TallyID;
use crate::store::tally_id::TallyID;
#[derive(Clone, Serialize, Deserialize)]
pub struct Name {