A class representing the Quote message. Quote implements the Message class and contains close specific data
Quote
Create message (create)
The actual message content. This will always be a JSON object. The Message Kinds section specifies the content for each individual message type
An object containing fields about the message
A message or resource signature is a detached compact JWS as defined in RFC-7515
Signs the Message using the specified BearerDid.
Uses Json to serialize the Message as a json string.
Verifies the signature of the data.