mschneider / solcpp

A fast Solana and Mango Markets C++ SDK
Other
39 stars 12 forks source link

confirmTransaction v2 #63

Open mschneider opened 1 year ago

mschneider commented 1 year ago

In order to bring confirmTransaction up to the level of solana's web3.js reference implementation it needs to use websockets in addition to the basic polling implemented in https://github.com/mschneider/solcpp/pull/58

In addition it should return a promise to allow easy integration into async code.