DemandDTO: {
constraints: string;
properties: Record<string, any>;
} & {
demandId: string;
requestorId: string;
timestamp: string;
}
Type declaration
constraints: string
properties: Record<string, any>
Type declaration
Readonly
demandId: string
Readonly
requestorId: 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: