ERC1271WalletMock
Inherits: Ownable, IERC1271, IERC721Receiver
Functions
constructor
constructor(address originalOwner);
isValidSignature
function isValidSignature(bytes32 hash, bytes memory signature) external view override returns (bytes4 magicValue);
onERC721Received
function onERC721Received(address, address, uint256, bytes calldata) external pure override returns (bytes4);