JS API Reference
Module: market/agreement/agreement
Table of contents
Classes
Interfaces
Type Aliases
Type Aliases
AgreementState
Ƭ AgreementState: "Proposal" | "Pending" | "Cancelled" | "Rejected" | "Approved" | "Expired" | "Terminated"
- Proposal- newly created by a Requestor (draft based on Proposal)
- Pending- confirmed by a Requestor and send to Provider for approval
- Cancelledby a Requestor
- Rejectedby a Provider
- Approvedby both sides
- Expired- not approved, rejected nor cancelled within validity period
- Terminated- finished after approval.