pub struct NoteStatusEnum { pub ACTIVE: u8, pub ACTIVE_OR_NULLIFIED: u8, }
ACTIVE: u8
ACTIVE_OR_NULLIFIED: u8