fmgp.did.comm.protocol.discoverfeatures2

Members list

Type members

Classlikes

case class FeatureDisclose(id: MsgID, to: Set[TO], from: FROM, thid: Option[MsgID], disclosures: Seq[Disclose])
{
 "type": "https://didcomm.org/discover-features/2.0/disclose",
 "thid": "yWd8wfYzhmuXX3hmLNaV5bVbAjbWaU",
 "body":{
   "disclosures": [
     {
       "feature-type": "protocol",
       "id": "https://didcomm.org/tictactoe/1.0",
       "roles": ["player"]
     },
     {
       "feature-type": "goal-code",
       "id": "org.didcomm.sell.goods.consumer"
     }
   ]
 }
}

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FeatureQuery

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type