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 approvalCancelled
by a RequestorRejected
by a ProviderApproved
by both sidesExpired
- not approved, rejected nor cancelled within validity periodTerminated
- finished after approval.