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
In order to have a multilayer blockchain, for all the blockchains we support, we need statements that:
read the HEAD of the blockchain
given a certain "block", a statement that read the content of the previous block (I guess it's an address in Sawroom?)
Something like:
Given I read from Sawroom the data in the HEAD and save the output into 'sawroomHead'
Given I read from Sawroom the data in the address preceding 'myAddress' and save the output into 'sawroomPrevious'
In order to have a multilayer blockchain, for all the blockchains we support, we need statements that:
Something like:
Data:
The text was updated successfully, but these errors were encountered: