web3.js icon indicating copy to clipboard operation
web3.js copied to clipboard

Return Type for supportsInterface() - Resolver Contract

Open jdevcs opened this issue 3 years ago • 5 comments

In Resolver class, following should return correct type from contract without Awaited<Promise<boolean>> conversion :

supported = (await resolverContract.methods .supportsInterface(interfaceIds[methodName]) .call()) as Awaited<Promise<boolean>>;

Check Contract typing support.

jdevcs avatar Feb 28 '22 13:02 jdevcs

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.

github-actions[bot] avatar Apr 30 '22 00:04 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.

github-actions[bot] avatar Jul 13 '22 00:07 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.

github-actions[bot] avatar Oct 25 '22 00:10 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.

github-actions[bot] avatar Jan 01 '23 00:01 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.

github-actions[bot] avatar Mar 04 '23 00:03 github-actions[bot]