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
/** 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[] calldataprogramOutput,
uint256onchainDataHash,
uint256onchainDataSize
) 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
The text was updated successfully, but these errors were encountered:
cairo-lang/src/starkware/starknet/solidity/Starknet.sol
Line 180 in caba294
The doc is describing a
data_availability_fact
argument, which does not exist, and does not say a thing about theonchainDataHash
andonchainDataSize
onesThe text was updated successfully, but these errors were encountered: