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
//** "Interface" to a contract that implements a state machine
contract IStateMachine is Common {
function getInitialPackedStateMachineState(bytes memory packedStateMachineInitialisationData) public view returns (bytes memory packedStateMachineState);