Interface: EvmStreamData
moralis-monorepo / @moralisweb3/common-streams-utils / EvmStreamData
Interface: EvmStreamData
@moralisweb3/common-streams-utils.EvmStreamData
Table of contents
Properties
- abi
- advancedOptions
- allAddresses
- chains
- description
- getNativeBalances
- id
- includeAllTxLogs
- includeContractLogs
- includeInternalTxs
- includeNativeTxs
- status
- statusMessage
- tag
- topic0
- triggers
- webhookUrl
Properties
abi
• Optional abi: EvmAbi
advancedOptions
• Optional advancedOptions: EvmStreamAdvancedOptions[]
allAddresses
• allAddresses: boolean
chains
• chains: EvmChain[]
description
• description: string
getNativeBalances
• Optional getNativeBalances: { selectors: string[] ; type: GetNativeBalanceType }[]
id
• id: string
includeAllTxLogs
• includeAllTxLogs: boolean
includeContractLogs
• includeContractLogs: boolean
includeInternalTxs
• includeInternalTxs: boolean
includeNativeTxs
• includeNativeTxs: boolean
status
• status: string
statusMessage
• statusMessage: string
tag
• tag: string
topic0
• Optional topic0: string[]
triggers
• Optional triggers: StreamTrigger[]
webhookUrl
• webhookUrl: string