Skip to content
New issue

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

Add ABI is_address_eoa #4266

Closed
damip opened this issue Jul 24, 2023 · 1 comment
Closed

Add ABI is_address_eoa #4266

damip opened this issue Jul 24, 2023 · 1 comment
Assignees
Labels

Comments

@damip
Copy link
Member

damip commented Jul 24, 2023

Technical specification

  • ABI on massa-sc-runtime side : is_address_eoa(string Address) -> bool
  • Behavior of the function: return true if the address is an User address, otherwise false if it is an SC address

needs to be added only to the old ABI as the new one has get_address_category

@damip damip added the p2 label Jul 24, 2023
@damip damip changed the title is_address_eoa Add ABI is_address_eoa Jul 24, 2023
@Eitu33
Copy link
Contributor

Eitu33 commented Jul 25, 2023

done in #4270

@Eitu33 Eitu33 closed this as completed Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants