GetAccountTokensPlainArgs

data class GetAccountTokensPlainArgs(val accountId: String, val direction: String? = null, val maxItems: Int? = null) : ConvertibleToJava<GetAccountTokensPlainArgs>

A collection of arguments for invoking getAccountTokens.

Constructors

Link copied to clipboard
constructor(accountId: String, direction: String? = null, maxItems: Int? = null)

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard
val direction: String? = null

Direction to order results. Available values: "asc", "desc".

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Functions

Link copied to clipboard
open override fun toJava(): GetAccountTokensPlainArgs