Skip to content

Commit e0aeedb

Browse files
committed
chore(omnievent): update EventFieldData visibility
1 parent d91618e commit e0aeedb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

omnievent/src/types.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ impl ParsedEventField {
8484
}
8585

8686
#[derive(Clone, Debug)]
87-
pub(crate) struct EventFieldData {
88-
pub(crate) sol_type_str: Cow<'static, str>,
89-
pub(crate) data: DynSolValue,
90-
pub(crate) indexed: bool,
87+
pub struct EventFieldData {
88+
pub sol_type_str: Cow<'static, str>,
89+
pub data: DynSolValue,
90+
pub indexed: bool,
9191
}
9292

9393
#[derive(Clone, Debug)]

0 commit comments

Comments
 (0)