WalletOwner.User

API: Internal/Beta

data class User(
    val username: String,
    val type: String /* "user" */,
)
Properties
username: String
type: String /* "user" */ The type discriminator

API: Stable