getStakeAccountsBytes

abstract fun getStakeAccountsBytes(index: Int): ByteString
staking accounts
repeated string stake_accounts = 1;

Return

The stakeAccounts at the given index.

Parameters

index

The index of the element to return.