Files
defuse_near_utils/
event.rs
1
pub trait
NearSdkLog {
2
fn
to_near_sdk_log(
&
self
) -> String;
3
}