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: SolanaClient does not accept Pubkeys #239

Open Virus-Axel opened 4 months ago

Virus-Axel commented 4 months ago

Description

SolanaClient expects strings so I need to call to_string all the time.

Suggested Improvements

Make the methods accept Strings, Bytes, Pubkeys, Keypairs and AccountMetas.

Extra Information

No response