Skip to main content

Type Alias: ILog

type ILog: object;

The log interface.

Type declaration

address

address: string;

blockNumber

blockNumber: bigint;

data

data: string;

topics

topics: string[];

Defined

@nilfoundation/niljs/src/types/ILog.ts:4