GetAccountPlainArgs

data class GetAccountPlainArgs(val accountId: String) : ConvertibleToJava<GetAccountPlainArgs>

Constructors

Link copied to clipboard
constructor(accountId: String)

Properties

Link copied to clipboard

If the account was created successfully, the unique identifier (ID) of the new account.

Functions

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