You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of using the polkadot js for getting the block headers, we can use avail-js-sdk
// example code which fetches the latest headersimport{initialize}from"avail-js-sdk"constapi=awaitinitialize()letlastHeader=(awaitapi.rpc.chain.getHeader()).toJSON();console.log((lastHeader.extension));console.log("subscribed headers",lastHeader)
The text was updated successfully, but these errors were encountered:
@abheektripathy are there going to be any new issues, with the ODHack week beginning today?
This past week I've been contributing in rollkit, and was getting onboarded with light-client-lib(rust) repo; and so I've been looking for a chance to contribute here.
I'd really be grateful if you could point me in the right direction :D
instead of using the polkadot js for getting the block headers, we can use avail-js-sdk
The text was updated successfully, but these errors were encountered: