AccountList

data class AccountList(accounts: List<Account>) : SignaldResponseBodyV1

Properties

Link copied to clipboard
val accounts: List<Account>