Type Alias polymesh_api_tester::BaseEvent

source ·
pub type BaseEvent = BaseEvent;

Aliased Type§

enum BaseEvent {
    UnexpectedError(Option<DispatchError>),
}

Variants§

§

UnexpectedError(Option<DispatchError>)

An unexpected error happened that should be investigated.