KeylistQuery

fmgp.did.comm.protocol.mediatorcoordination2.KeylistQuery
See theKeylistQuery companion object
final case class KeylistQuery(id: MsgID, from: FROM, to: TO, paginate: Option[Paginate])
{
 "id": "123456780",
 "type": "https://didcomm.org/coordinate-mediation/2.0/keylist-query",
 "body": {"paginate": {"limit": 30,"offset": 0}}
}

Value parameters

paginate

is optional, and if present must include limit and offset.

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