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