FeatureQuery

fmgp.did.comm.protocol.discoverfeatures2.FeatureQuery
See theFeatureQuery companion object
case class FeatureQuery(id: MsgID, to: Set[TO], from: FROM, queries: Seq[Query])
{
 "type": "https://didcomm.org/discover-features/2.0/queries",
 "id": "yWd8wfYzhmuXX3hmLNaV5bVbAjbWaU",
 "body": {
   "queries": [
     { "feature-type": "protocol", "match": "https://didcomm.org/tictactoe/1.*" },
     { "feature-type": "goal-code", "match": "org.didcomm.*" }
   ]
 }
}

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product