AccountList

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

Properties

accounts
Link copied to clipboard
common
val accounts: List<Account>