We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521d7ee commit 1b42541Copy full SHA for 1b42541
pallets/proxy-financial/src/types.rs
@@ -23,6 +23,7 @@ pub struct ProjectData<T: Config> {
23
pub image: CID,
24
pub address: FieldName,
25
pub status: ProjectStatus,
26
+ pub inflation_rate: Option<u32>,
27
pub creation_date: u64,
28
pub completion_date: u64,
29
pub registration_date: u64,
0 commit comments