// SPDX-License-Identifier: MITpragmasolidity ^0.8.0;import {IERC165} from"@openzeppelin/contracts/utils/introspection/IERC165.sol";interfaceIBoolConsumerBaseisIERC165 {functionanchor() externalviewreturns (address);/// @dev Application builder should define their logic here/// @dev to decode "payload" received from the corresponding AnchorfunctionreceiveFromAnchor(bytes32 txUniqueIdentification,bytesmemory payload) external;}