Type alias ProtocolsQueryResponse

ProtocolsQueryResponse: DwnResponseStatus & {
    protocols: Protocol[];
}

Wraps the response from a protocols query, including the operation status and the list of protocols.

Type declaration

  • protocols: Protocol[]

    Array of protocols matching the query.

Generated using TypeDoc