Interface: EvmStreamResultData
moralis-monorepo / @moralisweb3/common-streams-utils / EvmStreamResultData
Interface: EvmStreamResultData
@moralisweb3/common-streams-utils.EvmStreamResultData
Table of contents
Properties
- abi
- block
- chain
- confirmed
- erc20Approvals
- erc20Transfers
- logs
- nativeBalances
- nftApprovals
- nftTransfers
- ntfTokenApprovals
- retries
- streamId
- tag
- txs
- txsInternal
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
Name | Type |
---|---|
ERC1155 | StreamErc1155Approval [] |
ERC721 | StreamErc721Approval [] |
nftTransfers
• nftTransfers: StreamEvmNftTransfer
[]
ntfTokenApprovals
• ntfTokenApprovals: StreamEvmNftTokenApproval
[]
retries
• retries: number
streamId
• streamId: string
tag
• tag: string
txs
• txs: StreamEvmTransaction
[]
txsInternal
• txsInternal: StreamEvmInternalTransaction
[]