Module dao::bid_escrow::events
source · Expand description
BidEscrow-related events.
Structs§
- Event emitted when that a Bid has been cancelled.
- Events out the result of the slash in the BidEscrow contract.
- Event emitted when a new VotingStateMachine has been created.
- Event emitted when a new Bid has been placed.
- Event emitted when that a transfer has been made.
- Event emitted when the Job has been canceled.
- Event emitted when a new Job has been created.
- Event emitted when
Voting
on the Job passed. - Event emitted when a new Job Offer has been created.
- Event emitted when
Voting
on the Job failed. - Event emitted when the Job proof has been submitted by the
Worker
.
Enums§
- Enum covering all reasons for a transfer in BidEscrow - used in the CSPRTransfer event.