defuse_near_utils/
event.rs

1pub trait NearSdkLog {
2    fn to_near_sdk_log(&self) -> String;
3}