Query

interface Query

Interfaces for the request and result formats of queries supported by notary services. To implement a new query, you must:

  • Define data classes which implement the Query.Request and Query.Result interfaces

  • Add corresponding handling for the new classes within the notary service implementations that you want to support the query.

Types

Link copied to clipboard
interface Request
Link copied to clipboard
interface Result