Erc721Portal
Inherits: IErc721Portal, Portal
Title: ERC-721 Portal
This contract allows anyone to perform transfers of ERC-721 tokens to an application contract while informing the off-chain machine.
Functions
depositErc721Token
function depositErc721Token(
IERC721 token,
address appContract,
uint256 tokenId,
bytes calldata baseLayerData,
bytes calldata execLayerData
) external override;