Interface SmartContractEventWrapper<Type>

Wrapper for smart contract events Wraps the event with the parsed data

interface SmartContractEventWrapper {
    data: Type;
    event: SmartContractEvent;
}

Type Parameters

  • Type

Properties

Properties

data: Type

Event data

Event

Generated using TypeDoc