Interface: StreamErc721ApprovalData
moralis-monorepo / @moralisweb3/common-streams-utils / StreamErc721ApprovalData
Interface: StreamErc721ApprovalData
@moralisweb3/common-streams-utils.StreamErc721ApprovalData
Table of contents
Properties
- approved
- chain
- contract
- logIndex
- owner
- tokenContractType
- tokenId
- tokenName
- tokenSymbol
- transactionHash
- triggers
Properties
approved
• approved: EvmAddress
chain
• chain: EvmChain
contract
• contract: EvmAddress
logIndex
• logIndex: number
owner
• owner: EvmAddress
tokenContractType
• tokenContractType: string
tokenId
• tokenId: string
tokenName
• tokenName: string
tokenSymbol
• tokenSymbol: string
transactionHash
• transactionHash: string
triggers
• Optional
triggers: StreamTriggerOutput
[]