Interface: StreamErc1155ApprovalInput
moralis-monorepo / @moralisweb3/common-streams-utils / StreamErc1155ApprovalInput
Interface: StreamErc1155ApprovalInput
@moralisweb3/common-streams-utils.StreamErc1155ApprovalInput
Table of contents
Properties
- account
- approved
- chain
- contract
- logIndex
- operator
- tokenContractType
- tokenName
- tokenSymbol
- transactionHash
- triggers
Properties
account
• account: EvmAddressInput
approved
• approved: boolean
chain
• chain: EvmChainish
contract
• contract: EvmAddressInput
logIndex
• logIndex: string
| number
operator
• operator: EvmAddressInput
tokenContractType
• tokenContractType: string
tokenName
• tokenName: string
tokenSymbol
• tokenSymbol: string
transactionHash
• transactionHash: string
triggers
• Optional
triggers: StreamTriggerOutputish
[]