getStakeAccounts

open fun getStakeAccounts(index: Int): String
staking accounts
repeated string stake_accounts = 1;

Return

The stakeAccounts at the given index.

Parameters

index

The index of the element to return.