Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 344 Bytes

eth-connect.eventdata.md

File metadata and controls

16 lines (11 loc) · 344 Bytes

Home > eth-connect > EventData

EventData type

Signature:

export type EventData = {
    data: string;
    topics: string[];
    address: string;
};