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

ValidateAddress RPC function #19

Merged
merged 5 commits into from
Oct 27, 2017
Merged

Conversation

revett
Copy link

@revett revett commented Oct 27, 2017

Problem

There is currently no way to validate a public NEO address.

Solution

Add a new function fit for this purpose:

isValid, err := client.ValidateAddress("ARnLq3m1jsrZU7SS7jLHAvNm37GmaZbsPy")

Remember

  • Bump VERSION
  • Update CHANGELOG.md
  • Update README.md
  • Write tests

@revett revett added the Feature label Oct 27, 2017
@revett revett self-assigned this Oct 27, 2017
@revett revett merged commit 164a69c into master Oct 27, 2017
@revett revett deleted the feat/validate-address-rpc-function branch October 27, 2017 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant