Skip to main content

Interface: UpdateStreamEvmRequest

moralis-monorepo / @moralisweb3/common-streams-utils / UpdateStreamEvmRequest

Interface: UpdateStreamEvmRequest

@moralisweb3/common-streams-utils.UpdateStreamEvmRequest

Hierarchy

  • Camelize<Omit<RequestParams, "chainIds" | "triggers">>

    UpdateStreamEvmRequest

Table of contents

Properties

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

Optional chains: EvmChainish[]


demo

demo: undefined | boolean

Inherited from

Camelize.demo


description

description: undefined | string

Inherited from

Camelize.description


getNativeBalances

getNativeBalances: undefined | { selectors: string[] ; type: "tx" | "log" | "erc20transfer" | "erc20approval" | "nfttransfer" | "internalTx" }[]

Inherited from

Camelize.getNativeBalances


id

id: string

Inherited from

Camelize.id


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: undefined | string

Inherited from

Camelize.tag


topic0

topic0: undefined | null | string[]

Inherited from

Camelize.topic0


triggers

Optional triggers: StreamTriggerish[]


webhookUrl

webhookUrl: undefined | string

Inherited from

Camelize.webhookUrl