SearchAccountsResponse

data class SearchAccountsResponse(val cursor: String? = null, val accounts: List<AccountView>)

Constructors

Link copied to clipboard
constructor(cursor: String? = null, accounts: List<AccountView>)

Properties

Link copied to clipboard
Link copied to clipboard
val cursor: String? = null