confirmTransaction v2
mschneider opened this issue · 0 comments
mschneider commented
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.