Type alias EthersEventWithDecodedTypesAndContext<T>

EthersEventWithDecodedTypesAndContext<T>: EthersEvent & {
    context: EventContext;
    decoded: T;
}

Type Parameters

  • T

Type declaration