Structs§
- Context for the state machine Every state can access the context
Enums§
- Duties are notifications that are sent to the owner (verifier or operator) of the state machine to notify them on changes to the current contract state that require action. Note that for all kickoff state duties, they are only sent if withdrawal process is still going on, meaning the burn connector and kickoff finalizer is still on-chain/unspent.
- Result of handling a duty
Traits§
- Owner trait with async handling and tx handler creation