AccountDecoder is now entirely redundant. client package now does no longer depend on x/auth. Context: #4488
Account getters are removed from client context. x/auth has the queriers necessary for retrieving account information. These functions should be removed since they are currently redundant and don't provide any extra value. Closes: #4543