magiclabs / magic-js

Magic browser/React Native JavaScript SDK is your entry-point to integrating passwordless authentication inside your application.
https://magic.link/docs/api-reference/client-side-sdks/web
Apache License 2.0
457 stars 85 forks source link

Fix type mismatch for signTransaction in solana-ext. #695

Open matthewcarlreetz opened 8 months ago

matthewcarlreetz commented 8 months ago

📦 Pull Request

The response type of magic.solana.signTransaction() should be Promise<{rawTransaction: Uint8Array}> instead of Promise<{rawTransaction: string}>