Type alias EthersEventWithDecodedTypes<T>

EthersEventWithDecodedTypes<T>: EthersEvent & {
    decoded: T;
}

Type Parameters

  • T

Type declaration

  • decoded: T