We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isParticipant(address _addr, uint256 _eventId) returns (bool)
IMintNFT.sol
The text was updated successfully, but these errors were encountered:
Merge pull request #522 from ikmzkro/feature/#432
8e66d19
Allow external access to retrieve whether or not a person is a participant in the event.
No branches or pull requests
改善詳細 / Details of Improvement
期待する見せ方・挙動 / Expected behavior
isParticipant(address _addr, uint256 _eventId) returns (bool)
のような形で 指定されたアドレスがイベントIDを持っているかどうかをチェックするIMintNFT.sol
にこの関数のインターフェースを追加する動作環境・ブラウザ / Environment
The text was updated successfully, but these errors were encountered: