account

open fun account(index: Int): Account

Returns the account at a given index.

Return

Null pointer if the associated account is not found, pointer to the account otherwise.

Parameters

key

Non-null pointer to a stored key

index

the account index to be retrieved