Type Alias AccountStakes

AccountStakes: {
    address: Address;
    stakes: AccountStake[];
    total_staked: Amount;
}

Staking overview for an account.