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

Add transaction confirmation signals #213

Closed Virus-Axel closed 6 months ago

Virus-Axel commented 6 months ago

The way to check for confirmation requires users to poll confirmation statuses in a loop. This commit adds signals so the user can connect them instead. The signals utilize the ws client to subscribe to the signature if there is a connection made to the signal.