CreateInviteCodesRequest

data class CreateInviteCodesRequest(val codeCount: Long, val useCount: Long, val forAccounts: ReadOnlyList<Did> = persistentListOf())

Constructors

Link copied to clipboard
constructor(codeCount: Long, useCount: Long, forAccounts: ReadOnlyList<Did> = persistentListOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard