SearchAccountsResponse

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

Constructors

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

Properties

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