# Functions
AddressFromString returns a staking account address from its string representation or panics.
GenesisState returns a staking genesis state that can be used in tests.
StakingClientImplementationTests exercises the basic functionality of a staking client backend.
StakingImplementationTests exercises the basic functionality of a staking backend.
# Constants
NumAccounts corresponds to the number of staking accounts used in the staking genesis state as returned by GenesisState.
# Variables
Accounts stores an AccountList with staking accounts used in the staking genesis state as returned by GenesisState.
# Type aliases
AccountList holds information about a list of staking accounts.