We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91618e commit e0aeedbCopy full SHA for e0aeedb
1 file changed
omnievent/src/types.rs
@@ -84,10 +84,10 @@ impl ParsedEventField {
84
}
85
86
#[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,
+pub struct EventFieldData {
+ pub sol_type_str: Cow<'static, str>,
+ pub data: DynSolValue,
+ pub indexed: bool,
91
92
93
0 commit comments