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 Read/Write methods, we need to implement go-da interface to allow integration with rollkit.
We can reuse #9 in the Submit method to block and return a unique id consisting of (output index, tx hash/index, block height) for the blob. This can later be used to read the blob.
The text was updated successfully, but these errors were encountered:
Implementation ideas
Instead of
Read/Write
methods, we need to implement go-da interface to allow integration with rollkit.We can reuse #9 in the
Submit
method to block and return a unique id consisting of (output index, tx hash/index, block height) for the blob. This can later be used to read the blob.The text was updated successfully, but these errors were encountered: