EscrowStatus
@human-protocol/sdk / types / EscrowStatus
Enumeration: EscrowStatus
Defined in: types.ts:8
Enum for escrow statuses.
Enumeration Members
Cancelled
Cancelled:
5
Defined in: types.ts:32
Escrow is cancelled.
Complete
Complete:
4
Defined in: types.ts:28
Escrow is finished.
Launched
Launched:
0
Defined in: types.ts:12
Escrow is launched.
Paid
Paid:
3
Defined in: types.ts:24
Escrow is fully paid.
Partial
Partial:
2
Defined in: types.ts:20
Escrow is partially paid out.
Pending
Pending:
1
Defined in: types.ts:16
Escrow is funded, and waiting for the results to be submitted.
Last updated