magic-js icon indicating copy to clipboard operation
magic-js copied to clipboard

Fix type mismatch for signTransaction in solana-ext.

Open matthewcarlreetz opened this issue 1 year ago • 0 comments

📦 Pull Request

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

matthewcarlreetz avatar Jan 03 '24 18:01 matthewcarlreetz