ODCdataManagersERC1155extensions
ERC1155Approvals
Abstract contract that provides approval storage of the ERC1155 Data Manager
Based on OZ ERC1155Approvals
setApprovalForAll
_Grants or revokes permission to operator to transfer the caller's tokens, according to approved,
Emits an {ApprovalForAll} event.
Requirements:
operatorcannot be the zero address._
isApprovedForAll
_Returns true if operator is approved to transfer account's tokens.
See {setApprovalForAll}._
_setApprovalForAll
_Approve operator to operate on all of owner tokens
Emits an {ApprovalForAll} event.
Requirements:
operatorcannot be the zero address._

