OfferDTO: {
constraints: string;
properties: Record<string, any>;
} & {
offerId: string;
providerId: string;
timestamp: string;
}
Type declaration
constraints: string
properties: Record<string, any>
Type declaration
Readonly
offerId: string
Readonly
providerId: string
timestamp: string
The object which includes all the Demand/Offer/Proposal properties. This is a JSON object in "flat convention" - where keys are full property names and their values indicate properties.
The value's Javascript type shall conform with the type of the property (as indicated in Golem Standards).
Example property object: