Virus-Axel / godot-solana-sdk

Build Solana games with godot. This GDExtension will enable godot to make on-chain and Solana integrated games.
MIT License
38 stars 12 forks source link

Issue: Keypair to Pubkey is complicated in gdscript #240

Closed Virus-Axel closed 2 months ago

Virus-Axel commented 4 months ago

Description

Converting a Keypair to Pubkey is complicated in gdscript

Suggested Improvements

Support it somehow without casting to bytes

Extra Information

No response

Virus-Axel commented 2 months ago

A to_pubkey could be implemented