GetAccountPlainArgs

data class GetAccountPlainArgs(val accountId: String? = null, val filter: GetAccountFilter? = null) : ConvertibleToJava<GetAccountPlainArgs>

A collection of arguments for invoking getAccount.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, filter: GetAccountFilter? = null)

Properties

Link copied to clipboard
val accountId: String? = null

Account identifier tag.

Link copied to clipboard

Functions

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