Interface TypedLogDescription<TCEvent>

interface TypedLogDescription<TCEvent> {
    args: __TypechainAOutputTuple<TCEvent> & __TypechainOutputObject<TCEvent>;
    fragment: EventFragment;
    name: string;
    signature: string;
    topic: string;
}

Type Parameters

Hierarchy

  • Omit<LogDescription, "args">
    • TypedLogDescription

Properties

args: __TypechainAOutputTuple<TCEvent> & __TypechainOutputObject<TCEvent>
fragment: EventFragment

The matching fragment for the topic0.

name: string

The name of the Event.

signature: string

The full Event signature.

topic: string

The topic hash for the Event.