Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 837 Bytes

File metadata and controls

51 lines (26 loc) · 837 Bytes

@cyberchain/smart-contract-wrapper


@cyberchain/smart-contract-wrapper / TransactionLogFilterOptions

Interface: TransactionLogFilterOptions

Defined in: src/types.ts:404

Options to filter transaction logs

Properties

address?

optional address: string

Defined in: src/types.ts:418

Contract address


fromBlock?

optional fromBlock: string | number | bigint

Defined in: src/types.ts:408

First block of the range


toBlock?

optional toBlock: string | number | bigint

Defined in: src/types.ts:413

Last block of the range


topics?

optional topics: (BytesLike | BytesLike[])[]

Defined in: src/types.ts:423

Array of topics to filter by