Skip to main content

Interface: EvmStreamResultData

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

Interface: EvmStreamResultData

@moralisweb3/common-streams-utils.EvmStreamResultData

Table of contents

Properties

Properties

abi

abi: EvmAbi


block

block: EvmSimpleBlock


chain

chain: EvmChain


confirmed

confirmed: boolean


erc20Approvals

erc20Approvals: StreamErc20Approval[]


erc20Transfers

erc20Transfers: StreamErc20Transfer[]


logs

logs: StreamEvmTransactionLog[]


nativeBalances

nativeBalances: StreamNativeBalance[]


nftApprovals

nftApprovals: Object

Deprecated

Use ntfTokenApprovals instead. This property will be removed in the future.

Type declaration

NameType
ERC1155StreamErc1155Approval[]
ERC721StreamErc721Approval[]

nftTransfers

nftTransfers: StreamEvmNftTransfer[]


ntfTokenApprovals

ntfTokenApprovals: StreamEvmNftTokenApproval[]


retries

retries: number


streamId

streamId: string


tag

tag: string


txs

txs: StreamEvmTransaction[]


txsInternal

txsInternal: StreamEvmInternalTransaction[]