Body

data class Body(var routingDid: String)(source)

The Body class represents a body object that can be included in a Message object. It is used for secure, decentralized communication in the Atala PRISM architecture.

See also

Constructors

Link copied to clipboard
constructor(routingDid: String)

Properties

Link copied to clipboard
@SerialName(value = "routing_did")
var routingDid: String