Skip to main content

Interface: SearchByTagsQuery

@shareledgerjs/client.SearchByTagsQuery

This query type allows you to pass arbitrary key/value pairs to the backend. It is more powerful and slightly lower level than the other search options.

Properties

tags

Readonly tags: readonly { key: string ; value: string }[]