You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[There][] are optional properties and empty by default in almost all templates what I have seen (see example).
/// System properties for a Substrate-based runtime#[derive(serde::Serialize,Deserialize,Debug,Clone,PartialEq,Eq,Default)]#[serde(rename_all = "camelCase")]pubstructSystemProperties{/// The address formatpubss58_format:u8,/// The number of digits after the decimal point in the native tokenpubtoken_decimals:u8,/// The symbol of the native tokenpubtoken_symbol:String,}
The text was updated successfully, but these errors were encountered:
[There][] are optional properties and empty by default in almost all templates what I have seen (see example).
The text was updated successfully, but these errors were encountered: