getStakeAccountsBytes

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

Return

The bytes of the stakeAccounts at the given index.

Parameters

index

The index of the value to return.