Type alias QueryResultEntry

QueryResultEntry: GenericMessage & {
    encodedData?: string;
}

Message returned in a query result. NOTE: the message structure is a modified version of the message received, the most notable differences are:

  1. May include encoded data

Type declaration

  • Optional encodedData?: string