Skip to content

RecipientWithRights

data class RecipientWithRights(val recipientId: String, val rights: RecipientRights = RecipientRights())

RecipientWithRight represents a recipient with associated rights.

Constructors

RecipientWithRightsconstructor(recipientId: String, rights: RecipientRights = RecipientRights())

Properties

NameSummary
recipientIdval recipientId: String
Internal Seald IDs. Returned for users with sdk.getCurrentAccountInfo, for groups when creating them.
rightsval rights: RecipientRights
The rights for the associated recipient ID.