Perform

fmgp.did.comm.protocol.actionmenu2.Perform
See thePerform companion object
final case class Perform(id: MsgID, thid: MsgID, to: Set[TO], from: Option[FROM], lang: Option[String], name: String, params: Option[Map[String, String]])
{
 "type": "https://didcomm.org/action-menu/2.0/perform",
 "id": "5678876542346",
 "thid": "5678876542344",
 "to" : [ "did:example:alice" ],
 "from" : "did:example:bob",
 "body":{
   "name": "obtain-email-cred",
   "params": {}
 }
}

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 `type`: PIURI

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product