Interface: CreateStreamEvmRequest
moralis-monorepo / @moralisweb3/common-streams-utils / CreateStreamEvmRequest
Interface: CreateStreamEvmRequest
@moralisweb3/common-streams-utils.CreateStreamEvmRequest
Hierarchy
Camelize<Omit<RequestParams,"chainIds"|"triggers">>↳
CreateStreamEvmRequest
Table of contents
Properties
- abi
- advancedOptions
- allAddresses
- chains
- demo
- description
- getNativeBalances
- includeAllTxLogs
- includeContractLogs
- includeInternalTxs
- includeNativeTxs
- tag
- topic0
- triggers
- webhookUrl
Properties
abi
• abi: undefined | null | { anonymous?: boolean ; constant?: boolean ; gas?: number ; inputs?: { components?: { name: string; type: string; indexed?: boolean | undefined; components?: ...[] | undefined; internalType?: string | undefined; }[] ; indexed?: boolean ; internalType?: string ; name: string ; type: string }[] ; name?: string ; outputs?: { components?: { name: string; type: string; components?: ...[] | undefined; internalType?: string | undefined; }[] ; internalType?: string ; name: string ; type: string }[] ; payable?: boolean ; stateMutability?: string ; type: string }[]
Inherited from
Camelize.abi
advancedOptions
• advancedOptions: undefined | null | { filter?: { [key: string]: unknown; } ; includeNativeTxs?: boolean ; topic0: string }[]
Inherited from
Camelize.advancedOptions
allAddresses
• allAddresses: undefined | boolean
Inherited from
Camelize.allAddresses
chains
• chains: EvmChainish[]
demo
• demo: undefined | boolean
Inherited from
Camelize.demo
description
• description: string
Inherited from
Camelize.description
getNativeBalances
• getNativeBalances: undefined | { selectors: string[] ; type: "tx" | "log" | "erc20transfer" | "erc20approval" | "nfttransfer" | "internalTx" }[]
Inherited from
Camelize.getNativeBalances
includeAllTxLogs
• includeAllTxLogs: undefined | boolean
Inherited from
Camelize.includeAllTxLogs
includeContractLogs
• includeContractLogs: undefined | boolean
Inherited from
Camelize.includeContractLogs
includeInternalTxs
• includeInternalTxs: undefined | boolean
Inherited from
Camelize.includeInternalTxs
includeNativeTxs
• includeNativeTxs: undefined | boolean
Inherited from
Camelize.includeNativeTxs
tag
• tag: string
Inherited from
Camelize.tag
topic0
• topic0: undefined | null | string[]
Inherited from
Camelize.topic0
triggers
• Optional triggers: StreamTriggerish[]
webhookUrl
• webhookUrl: string
Inherited from
Camelize.webhookUrl