mschneider/solcpp

confirmTransaction v2

mschneider opened this issue · 0 comments

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 #58

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