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

Method Derserializer should take Uint8Array #540

Merged
merged 2 commits into from
May 3, 2019

Commits on Apr 16, 2019

  1. Method Derserializer should take Uint8Array

    Currently running into issue:
    
    ```
    Type '{}' is not assignable to type 'Uint8Array'.
    ```
    
    This fixes it for me.
    pnegahdar authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    49738eb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    deb82fd View commit details
    Browse the repository at this point in the history