Trait elrond_wasm::api::LogApi

source ·
pub trait LogApi: HandleTypeInfo {
    type LogApiImpl: LogApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>;

    fn log_api_impl() -> Self::LogApiImpl;
}

Required Associated Types§

Required Methods§

Implementors§