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
namespace zcash_address_util { [Throws=AddressError] Address parse(string address_text);
implement a function that given a text encoded address returns an Address Opaque type representing that address
requirements:
it should fail if the address type is invalid
must include tests for at least one FFI platform extra points:
FFI tests that cover Javascript
FFI tests that cover Python
FFI tests that cover Ruby
FFI tests that cover Java/Kotlin
FFI tests that cover Swift
The text was updated successfully, but these errors were encountered:
No branches or pull requests
implement a function that given a text encoded address returns an Address Opaque type representing that address
requirements:
it should fail if the address type is invalid
must include tests for at least one FFI platform
extra points:
FFI tests that cover Javascript
FFI tests that cover Python
FFI tests that cover Ruby
FFI tests that cover Java/Kotlin
FFI tests that cover Swift
The text was updated successfully, but these errors were encountered: