Filter for smart contract events. This filter allows the client to specify smart contract addresses to monitor for activities such as contract function calls.

Export

WebhookSmartContractEventFilter

interface WebhookSmartContractEventFilter {
    contract_addresses: string[];
}

Properties

contract_addresses: string[]

A list of smart contract addresses to filter on.

Memberof

WebhookSmartContractEventFilter