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

[v3] toString("base64") is not working in React Native #152

Closed
ieow opened this issue Jun 4, 2024 · 1 comment
Closed

[v3] toString("base64") is not working in React Native #152

ieow opened this issue Jun 4, 2024 · 1 comment

Comments

@ieow
Copy link
Contributor

ieow commented Jun 4, 2024

    const client = new Client(
      currentSession,
      clientIndex,
      partyIndexes,
      endpoints,
      sockets,
      share,
      tssPubKey.toString("base64"),
      true,
      this._tssLib.lib
    );

tssPubKey.toString("base64") is returning string in the format below
"151,204,165,141,226,194,173,159,241,182,25,4,224,242,100,86,48,161,37,250,239,236,228,210,84,196,26,128,177,210,204,60,22,217,37,190,164,92,184,50,133,42,164,242,38,8,209,229,108,145,78,193,171,242,0,175,17,124,49,27,118,237,74,67"

instead of base64 format

@matthiasgeihs
Copy link
Contributor

Resolved in #153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants