FeatureDisclose

fmgp.did.comm.protocol.discoverfeatures2.FeatureDisclose
See theFeatureDisclose companion object
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def piuri: PIURI

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product