useERC165
Check if contract supports an interface using ERC165.
const interfaceSupported: boolean = Contract.useERC165(networkId, address, interfaceId);
Reference: Contract.useERC165
Check if contract supports an interface using ERC165.
const interfaceSupported: boolean = Contract.useERC165(networkId, address, interfaceId);
Reference: Contract.useERC165