-
Notifications
You must be signed in to change notification settings - Fork 284
Open
Description
| function updateState( |
/**
Updates the state of the StarkNet, based on a proof of the
StarkNet OS that the state transition is valid.
Arguments:
programOutput - The main part of the StarkNet OS program output.
data_availability_fact - An encoding of the on-chain data associated
with the 'programOutput'.
*/
function updateState(
uint256[] calldata programOutput,
uint256 onchainDataHash,
uint256 onchainDataSize
) external onlyOperator {The doc is describing a data_availability_fact argument, which does not exist, and does not say a thing about the onchainDataHash and onchainDataSize ones
Metadata
Metadata
Assignees
Labels
No labels