Get single data of a off-chain data feed for @chainlink/solana-sdk
iansamz opened this issue · 2 comments
iansamz commented
How does a one the latest round data similar to EVM chain get latest data
If non is available, show an example for how to get this from data.onRound
listener
archseer commented
You could wrap the onRound
listener into a promise, we do that in the tests:
chainlink-solana/ts/src/index.test.ts
Lines 94 to 101 in 805ddc7
aalu1418 commented
closing stale issue