magic-js
magic-js copied to clipboard
Fix type mismatch for signTransaction in solana-ext.
📦 Pull Request
The response type of magic.solana.signTransaction() should be Promise<{rawTransaction: Uint8Array}> instead of Promise<{rawTransaction: string}>